Skip to content

Commit

Permalink
updated readme-vars to match new doc-builder defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
ironicbadger committed Aug 1, 2018
1 parent 1022a7b commit 47c2387
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "</path/to/smokeping/config>", desc: "Configure the `Targets` file here" }
Expand All @@ -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://<host-ip>/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." }
Expand Down

0 comments on commit 47c2387

Please sign in to comment.