From 02eade237da7a851ce6da8b94161d237eeab767b Mon Sep 17 00:00:00 2001 From: Xoconoch Date: Sat, 23 Aug 2025 08:52:41 -0600 Subject: [PATCH] chore(docs): fix headers --- docs/user/environment.md | 2 +- docs/user/getting-started.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/user/environment.md b/docs/user/environment.md index 8e01b82..7f5476c 100644 --- a/docs/user/environment.md +++ b/docs/user/environment.md @@ -33,6 +33,6 @@ Location: project `.env`. Minimal reference for server admins. - GOOGLE_CLIENT_ID / GOOGLE_CLIENT_SECRET - GITHUB_CLIENT_ID / GITHUB_CLIENT_SECRET -Tips: +### Tips - If running behind a reverse proxy, set `FRONTEND_URL` and `SSO_BASE_REDIRECT_URI` to public URLs. - Change `DEFAULT_ADMIN_*` on first login or disable registration and create users from the admin panel. \ No newline at end of file diff --git a/docs/user/getting-started.md b/docs/user/getting-started.md index effc0ee..f0f028f 100644 --- a/docs/user/getting-started.md +++ b/docs/user/getting-started.md @@ -75,20 +75,20 @@ _Note: You will have to enable the virtual environment everytime you want to reg - Transfer playback to the temporary device when asked - Credentials are posted to Spotizerr automatically -**Next steps:** +### Next steps - Add Deezer ARL in Configuration → Accounts (optional, allows for FLAC availability if premium) - Adjust Download and Formatting options - Enable Watch system if you want automatic downloads -**Troubleshooting (quick):** +### Troubleshooting (quick) - Downloads not starting: verify service credentials and API keys - Watch not working: enable in Configuration → Watch and set intervals - Auth issues: ensure JWT secret and SSO creds (if used); try clearing browser cache - Queue stalling: force-refresh the page (ctrl+F5) -**Logs:** +### Logs ```bash docker logs spotizerr ```