feat: add cloudNAS web UI service

This commit is contained in:
2026-03-09 18:53:18 +00:00
parent 92a97e140f
commit 0104827234
2 changed files with 15 additions and 2 deletions

View File

@@ -43,6 +43,18 @@
"value": "[data]; path=/nas; valid users=alexz; browsable=yes; writable=yes; create mask=0664; directory mask=0775"
}
]
},
{
"name": "nas-cloudnas",
"image": "git.alexzaw.dev/alexz/cloudnas:latest",
"isMain": true,
"internalPort": 8080,
"volumes": [
{
"hostPath": "${NAS_PATH:-/nas}",
"containerPath": "/nas"
}
]
}
]
}