Merge pull request #56 from linuxserver/var-names

Fix variable names
This commit is contained in:
Eric Nemchik 2022-12-28 15:37:37 -06:00 committed by GitHub
commit 237300c88c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,10 +74,7 @@ optional_block_1_items:
app_setup_block_enabled: false app_setup_block_enabled: false
app_setup_block: "" app_setup_block: ""
app_setup_nginx_reverse_proxy_snippet: true
app_setup_nginx_reverse_proxy_block: "Access WebUI at `<your-ip>:8181` and walk through the wizard."
# changelog # changelog
changelogs: changelogs:
- { date: "02.02.22:", desc: "Rebasing to alpine 3.15. Updating to Python 3." } - { date: "02.02.22:", desc: "Rebasing to alpine 3.15. Updating to Python 3." }
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." } - { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }