chore(docs): fix headers

This commit is contained in:
Xoconoch
2025-08-23 08:52:41 -06:00
parent 54f0f627ed
commit 02eade237d
2 changed files with 4 additions and 4 deletions

View File

@@ -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.

View File

@@ -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
```