mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-05 18:13:50 +00:00
SparkyFitness: add garmin microservice (#12642)
* feat(sparkyfitness): add garmin microservice * chore(sparkyfitness): add note to json * chore(sparkyfitness): set garmin url * feat(sparkyfitness): add garmin install option to update menu * fix(sparkyfitness): typo * chore(sparkyfitness): streamline naming and refactor menu * feat: add sparlkyfitness garmin addon * fix: remove EOF * fix: update uninstall * chore: update telemetry * fix: app name * chore: update env vars * fix: typo * chore: update default port * fix: message format * fix: update uninstall * fix: rename functions * fix: remove custom header_info * fix: add header file * chore: revert function naming
This commit is contained in:
@@ -40,6 +40,7 @@ sed \
|
||||
-e "s|^SPARKY_FITNESS_SERVER_HOST=.*|SPARKY_FITNESS_SERVER_HOST=localhost|" \
|
||||
-e "s|^SPARKY_FITNESS_SERVER_PORT=.*|SPARKY_FITNESS_SERVER_PORT=3010|" \
|
||||
-e "s|^SPARKY_FITNESS_FRONTEND_URL=.*|SPARKY_FITNESS_FRONTEND_URL=http://${LOCAL_IP}:80|" \
|
||||
-e "s|^GARMIN_MICROSERVICE_URL=.*|GARMIN_MICROSERVICE_URL=http://${LOCAL_IP}:8000|" \
|
||||
-e "s|^SPARKY_FITNESS_API_ENCRYPTION_KEY=.*|SPARKY_FITNESS_API_ENCRYPTION_KEY=$(openssl rand -hex 32)|" \
|
||||
-e "s|^BETTER_AUTH_SECRET=.*|BETTER_AUTH_SECRET=$(openssl rand -hex 32)|" \
|
||||
"/etc/sparkyfitness/.env"
|
||||
|
||||
Reference in New Issue
Block a user