Security: Add .env.example, SECURITY.md and update .gitignore
This commit is contained in:
16
.env.example
Normal file
16
.env.example
Normal file
@@ -0,0 +1,16 @@
|
||||
# KAWA Environment Variables
|
||||
# Copier ce fichier en .env et remplir les valeurs
|
||||
|
||||
# Headscale
|
||||
HEADSCALE_URL=https://headscale.du-senegal.com
|
||||
HEADSCALE_AUTHKEY=<your-authkey-here>
|
||||
|
||||
# Telegram Bot Tokens (à récupérer depuis @BotFather)
|
||||
TELEGRAM_BOT_VPS=<your-telegram-token>
|
||||
TELEGRAM_BOT_LOCAL=<your-telegram-token>
|
||||
|
||||
# Gitea Tokens (à générer depuis git.du-senegal.com)
|
||||
GITEA_TOKEN=<your-gitea-token>
|
||||
|
||||
# Syncthing Device IDs (non sensibles)
|
||||
SYNCTHING_VPS_ID=AHF53QZ-ZYCQ2K7-556QBZ2-2UAYZL4-QNEQOGZ-PHZQIAG-4ZRXI3P-QLLJNA6
|
||||
Reference in New Issue
Block a user