Skip to content

Commit

Permalink
Improve README for master/slave setup with hostname explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
zongsforce committed Dec 30, 2024
1 parent bc079bb commit 224bf01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ available_architectures:
- {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
# container parameters
param_container_name: "{{ project_name }}"
param_usage_include_hostname: "optional"
param_hostname: "hostname"
param_hostname_desc: "In a master-slave architecture, the hostname of the master node is displayed as its name in the web interface, while the hostname of the slave nodes represents their device aliases. These slave hostnames must match the aliases defined in the master's Slaves file."
param_usage_include_vols: true
param_volumes:
- {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files"}
Expand Down

0 comments on commit 224bf01

Please sign in to comment.