feat: add cloudNAS web UI service
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user