From 47c23877b2c76fd6154a51e488e445f94f6d1190 Mon Sep 17 00:00:00 2001 From: IronicBadger Date: Wed, 1 Aug 2018 11:32:35 +0000 Subject: [PATCH] updated readme-vars to match new doc-builder defaults --- readme-vars.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/readme-vars.yml b/readme-vars.yml index bb23bfa..f843894 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -9,10 +9,6 @@ project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_ # container parameters param_container_name: "{{ project_name }}" -param_usage_include_net: false -param_net: "host" -param_usage_include_env: false -param_env_vars: [] param_usage_include_vols: true param_volumes: - { vol_path: "/config", vol_host_path: "", desc: "Configure the `Targets` file here" } @@ -22,16 +18,12 @@ param_ports: - { external_port: "80", internal_port: "80", port_desc: "Allows HTTP access to the internal webserver." } # application setup block -app_setup_block_enabled: false +app_setup_block_enabled: true app_setup_block: | - Once running the URL will be `http:///smokeping/smokeping.cgi`. - Basics are, edit the `Targets` file to ping the hosts you're interested in to match the format found there. - Wait 10 minutes. -app_setup_nginx_reverse_proxy_snippet_enabled: false -app_setup_nginx_reverse_proxy_block: "" - - # changelog changelogs: - { date: "09.04.18:", desc: "Add bc package." }