mirror of
https://gh.wpcy.net/https://github.com/stingray82/uupd.git
synced 2026-07-14 18:21:23 +08:00
469 B
469 B
🛡️ Security Tips
For private update servers or GitHub repos, consider these practices:
- Use HTTPS for all update servers.
- Avoid committing your
github_tokendirectly into public repositories. - Use
keyauthentication for private update endpoints:
'key' => 'your-secret-key',
- Limit write access to your
index.jsonor deployment tools. - Rotate your GitHub token regularly and use a token with minimal required scopes.