fix for strava auth

This commit is contained in:
Davide Scaini
2026-04-10 18:01:32 +02:00
parent f67e7552fd
commit e2765ea012
3 changed files with 12 additions and 4 deletions
+2 -1
View File
@@ -114,7 +114,8 @@ ExecStart=/root/.local/bin/uv run bincio serve \
--data-dir /var/bincio/data \
--site-dir /opt/bincio/site \
--host 127.0.0.1 \
--port 4041
--port 4041 \
--public-url https://yourdomain.com
EnvironmentFile=/etc/bincio/secrets.env
Restart=always
RestartSec=5