feat: add Sami Files logPath to template + mount in start.sh
CI / Test & Lint (push) Has been cancelled
CI / Security audit (push) Has been cancelled

This commit is contained in:
Krystie
2026-06-19 18:16:34 -07:00
parent 6809fc5cca
commit 44af47d344
2 changed files with 50 additions and 0 deletions
+2
View File
@@ -2477,6 +2477,7 @@ const APP_TEMPLATES = {
difficulty: "Intermediate",
isSystemdService: true,
systemdUnit: "sami-files.service",
logPath: "/opt/sami-files/logs/backend.log",
healthCheck: "http://127.0.0.1:8765/api/health",
healthCheckExpect: "ok",
defaultPort: 8765,
@@ -2511,6 +2512,7 @@ const APP_TEMPLATES = {
"Enable + start: systemctl enable --now sami-files.service",
"Edit /opt/sami-files/config/servers.yaml to add your SSH targets",
"Add the Caddy snippet (above) to your Caddyfile and reload Caddy",
"Mount the log dir into DashCaddy: add `-v /opt/sami-files/logs:/opt/sami-files/logs:ro` to start.sh, then recreate the container",
"Browse to https://files.sami — log in via DashCaddy SSO"
],
troubleshooting: [