feat: add cloudNAS web UI service
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
"name": "NAS Samba",
|
||||
"id": "nas-samba",
|
||||
"available": true,
|
||||
"exposable": false,
|
||||
"port": 8080,
|
||||
"exposable": true,
|
||||
"dynamic_config": true,
|
||||
"no_gui": true,
|
||||
"no_gui": false,
|
||||
"tipi_version": 1,
|
||||
"version": "latest",
|
||||
"categories": ["network", "utilities"],
|
||||
|
||||
@@ -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