Updating
To easily update from this git repo and update your custom variable names (due to deprecating/renaming variables) if you are on a previous release, run:
make update
Previous variable names will still work for at least a year after the change and will be noted as such within the default configs. Please update to resolve.
Please see the Release Notes if you are updating from a previous version.
New Containers
When a new container is added, you will need to manually add the new container to your Container Map file, it will look something like this:
...
newcontainername:
enabled: yes
proxy_host_rule: new-container-name
directory: yes
traefik: yes
authentik: no
authentik_provider_type: proxy
expose_to_public: no
homepage: yes
homepage_stats: no
...
note
If the key (such as newcontainername:
) does not match an available container, an error may be thrown.