feat: add shared PostgreSQL fnOS service and refresh UI

This commit is contained in:
2026-08-02 20:14:39 +08:00
parent de9f5ae110
commit e5b50ea85c
52 changed files with 3577 additions and 338 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"defaults": {
"run-as": "package"
}
}
+18
View File
@@ -0,0 +1,18 @@
{
"data-share": {
"shares": [
{
"name": "postgresql",
"permission": {
"rw": ["nxsir.postgresql"]
}
},
{
"name": "postgresql/backups",
"permission": {
"rw": ["nxsir.postgresql"]
}
}
]
}
}