27 lines
701 B
Plaintext
27 lines
701 B
Plaintext
# Variables secrètes à créer dans Gitea Secrets
|
|
# NE PAS COMMITER CE FICHIER
|
|
|
|
# SSH Keys pour les administrateurs
|
|
admin_ssh_keys:
|
|
- name: admin1
|
|
key: "SSH_KEY_ADMIN1"
|
|
- name: admin2
|
|
key: "SSH_KEY_ADMIN2"
|
|
|
|
# Mot de passe pour la base de données (si nécessaire)
|
|
db_password: "DB_PASSWORD_SECRET"
|
|
|
|
# Token API pour les mises à jour
|
|
spigot_api_token: "SPIGOT_API_TOKEN"
|
|
|
|
# Clés pour les backups distants
|
|
backup_ssh_key: "BACKUP_SSH_KEY"
|
|
backup_remote_host: "backup.example.com"
|
|
backup_remote_user: "backup"
|
|
backup_remote_path: "/backups/minecraft"
|
|
|
|
# RCON Password
|
|
rcon_password: "RCON_PASSWORD_SECRET"
|
|
|
|
# Minecraft server properties secrets
|
|
server_rcon_password: "SERVER_RCON_PASSWORD" |