diff --git a/readme-vars.yml b/readme-vars.yml index 4f66e2e..7d8d435 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -21,8 +21,8 @@ param_volumes: - { vol_path: "/config", vol_host_path: "", desc: "config directory volume mapping" } param_usage_include_env: true param_env_vars: - - { env_var: "SUPERUSER_EMAIL", env_value: "", desc: "Username for admin account" } - - { env_var: "SUPERUSER_PASSWORD", env_value: "", desc: "Password for admin account" } + - { env_var: "SUPERUSER_EMAIL", env_value: "", desc: "Email address for `admin` account" } + - { env_var: "SUPERUSER_PASSWORD", env_value: "", desc: "Password for `admin` account" } - { env_var: "ALLOWED_HOST", env_value: "", desc: "The hostname you will use to access the app (i.e., netbox.example.com)" } - { env_var: "BASE_PATH", env_value: "", desc: "The path you will use to access the app (i.e., /netbox, optional, default: none)" } - { env_var: "DB_NAME", env_value: "", desc: "Database name (optional, default: netbox)" } @@ -48,6 +48,8 @@ param_ports: # application setup block app_setup_block_enabled: true app_setup_block: | + Netbox requires a postgres database. + Access the WebUI at :8000. For more information, check out [NetBox](https://github.com/netbox-community/netbox). # changelog