Panneau MAJ simplifié : dépôt public, plus de configuration Gitea — patchnote du dernier tag
This commit is contained in:
+4
-1
@@ -34,7 +34,10 @@ class Settings(BaseSettings):
|
||||
kitsu_base_url: str = "https://kitsu.io/api/edge"
|
||||
metadata_cache_ttl_hours: int = 72
|
||||
|
||||
# Mise à jour (déploiement Docker — Watchtower compagnon)
|
||||
# Mise à jour (dépôt public — lecture anonyme de l'API Gitea)
|
||||
gitea_url: str = "https://git.lanro.eu"
|
||||
gitea_repo: str = "Roman/ohm_streaming"
|
||||
# Déploiement Docker — Watchtower compagnon
|
||||
watchtower_url: str = ""
|
||||
watchtower_token: str = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user