application tree and template update #5

Merged
gyurix merged 3 commits from dev into main 2025-08-04 12:35:39 +00:00
Showing only changes of commit f138652ea0 - Show all commits

View File

@@ -61,7 +61,7 @@
"DEPEND": [],
"START_ON_BOOT": "false",
"ENTRYPOINT": "sh",
"CMD": "if [ ! -f /database.db ]; then /bin/filebrowser config init && /bin/filebrowser users add \"$FILEBROWSER_USER\" \"$FILEBROWSER_PASS\" --perm.admin && /bin/filebrowser ; else /filebrowser ; fi",
"CMD": "if [ ! -f /database.db ]; then /bin/filebrowser config init && /bin/filebrowser users add \"$FILEBROWSER_USER\" \"$FILEBROWSER_PASS\" --perm.admin && /bin/filebrowser ; else /bin/filebrowser ; fi",
"PRE_START": "null",
"POST_START": [
"firewall-filebrowser",