Omada Controller needs MongoDB

This commit is contained in:
2025-10-21 15:29:44 +02:00
parent e0636feb5f
commit 21b4dbc2e2
3 changed files with 38 additions and 0 deletions

View File

@@ -11,3 +11,7 @@ omada_controller_deb_url: "https://static.tp-link.com/upload/software/2023/20230
# Das Metapaket 'default-jre-headless' wird verwendet, um automatisch die von der Distribution empfohlene Java-Version zu installieren.
# Dies erhöht die Kompatibilität mit zukünftigen OS-Versionen.
omada_controller_java_package: "default-jre-headless"
# Release-Name für das offizielle MongoDB APT-Repository.
# Für Debian 13 (Trixie) wird oft ein Ubuntu LTS Release wie 'jammy' (22.04) als Fallback verwendet.
omada_controller_mongodb_repo_release: "jammy"