mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-01-17 04:56:18 +00:00
docs: add WIREGUARD_STATUS_CACHE_REFRESH_INTERVAL variable description to README files
This commit is contained in:
@@ -123,6 +123,10 @@ This mode is recommended for running the web admin interface. The container depl
|
||||
# Lower this value if the initial peer list feels slow.
|
||||
# 0 = disable preload, 9 = fully prefill traffic charts.#
|
||||
# WIREGUARD_STATUS_CACHE_WEB_LOAD_PREVIOUS_COUNT=9
|
||||
#
|
||||
# How often (in seconds) the cache should be refreshed.
|
||||
# Allowed values: 30, 60, 150, 300. Default: 60.
|
||||
# WIREGUARD_STATUS_CACHE_REFRESH_INTERVAL=60
|
||||
|
||||
# If you need additional hosts to be allowed, you can specify them here.
|
||||
# The SERVER_ADDRESS will always be allowed.
|
||||
|
||||
@@ -128,6 +128,10 @@ Folge diesen Schritten, um WireGuard WebAdmin bereitzustellen:
|
||||
# Verringern Sie diesen Wert, wenn sich die initiale Peer-Liste langsam anfühlt.
|
||||
# 0 = Vorladen deaktivieren, 9 = Traffic-Diagramme vollständig ausfüllen.
|
||||
# WIREGUARD_STATUS_CACHE_WEB_LOAD_PREVIOUS_COUNT=9
|
||||
#
|
||||
# Wie oft (in Sekunden) der Cache aktualisiert werden soll.
|
||||
# Erlaubte Werte: 30, 60, 150, 300. Standard: 60.
|
||||
# WIREGUARD_STATUS_CACHE_REFRESH_INTERVAL=60
|
||||
|
||||
# Wenn Sie zusätzliche erlaubte Hosts benötigen, können Sie diese hier angeben.
|
||||
# Die SERVER_ADDRESS wird immer erlaubt sein.
|
||||
|
||||
@@ -124,6 +124,10 @@ Siga estos pasos para desplegar WireGuard WebAdmin:
|
||||
# Reduzca este valor si la lista inicial de pares parece lenta.
|
||||
# 0 = desactivar precarga, 9 = completar totalmente los gráficos de tráfico.
|
||||
# WIREGUARD_STATUS_CACHE_WEB_LOAD_PREVIOUS_COUNT=9
|
||||
#
|
||||
# Con qué frecuencia (en segundos) se debe refrescar la caché.
|
||||
# Valores permitidos: 30, 60, 150, 300. Predeterminado: 60.
|
||||
# WIREGUARD_STATUS_CACHE_REFRESH_INTERVAL=60
|
||||
|
||||
# Si necesita hosts adicionales permitidos, puede especificarlos aquí.
|
||||
# El SERVER_ADDRESS siempre estará permitido.
|
||||
|
||||
@@ -120,6 +120,10 @@ Suivez ces étapes pour déployer WireGuard WebAdmin:
|
||||
# Diminuez cette valeur si la liste initiale des pairs semble lente.
|
||||
# 0 = désactiver le préchargement, 9 = pré-remplir complètement les graphiques de trafic.
|
||||
# WIREGUARD_STATUS_CACHE_WEB_LOAD_PREVIOUS_COUNT=9
|
||||
#
|
||||
# À quelle fréquence (en secondes) le cache doit être rafraîchi.
|
||||
# Valeurs autorisées : 30, 60, 150, 300. Par défaut : 60.
|
||||
# WIREGUARD_STATUS_CACHE_REFRESH_INTERVAL=60
|
||||
|
||||
# Si vous avez besoin d'hôtes supplémentaires autorisés, vous pouvez les spécifier ici.
|
||||
# Le SERVER_ADDRESS sera toujours autorisé.
|
||||
|
||||
@@ -124,6 +124,10 @@ Siga estes passos para implantar o WireGuard WebAdmin:
|
||||
# Diminua este valor se a lista inicial de peers parecer lenta.
|
||||
# 0 = desativar pré-carregamento, 9 = preencher totalmente os gráficos de tráfego.
|
||||
# WIREGUARD_STATUS_CACHE_WEB_LOAD_PREVIOUS_COUNT=9
|
||||
#
|
||||
# Com que frequência (em segundos) o cache deve ser atualizado.
|
||||
# Valores permitidos: 30, 60, 150, 300. Padrão: 60.
|
||||
# WIREGUARD_STATUS_CACHE_REFRESH_INTERVAL=60
|
||||
|
||||
# Se você precisar de hosts adicionais permitidos, pode especificá-los aqui.
|
||||
# O SERVER_ADDRESS sempre será permitido.
|
||||
|
||||
Reference in New Issue
Block a user