@@ -22,9 +22,7 @@ development_versions_items:
2222# container parameters
2323common_param_env_vars_enabled : true # PGID, PUID, etc, you can set it to 'optional'
2424param_container_name : " {{ project_name }}"
25- param_usage_include_env : true
26- param_env_vars :
27- - { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London." }
25+
2826param_usage_include_vols : true
2927param_volumes :
3028 - { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files" }
@@ -36,34 +34,35 @@ param_ports:
3634app_setup_block_enabled : true
3735app_setup_block : |
3836 * When the application first runs, it will populate its /config
39-
37+
4038 * Stop the container
4139
4240 * Now from the host, edit `/config/config.js`, wherever you've mapped it
43-
41+
4442 * In most cases you want the value `public: false` to allow named users only
45-
43+
4644 * Setting the two prefetch values to true improves usability, but uses more storage
4745
4846 * Once you have the configuration you want, save it and start the container again
4947
5048 * For each user, run the command
5149
5250 * `docker exec -it thelounge s6-setuidgid abc thelounge add <user>`
53-
51+
5452 * You will be prompted to enter a password that will not be echoed.
55-
53+
5654 * Saving logs to disk is the default, this consumes more space but allows scrollback.
5755
5856 * To log in to the application, browse to `http://<hostip>:9000`
5957
60- * You should now be prompted for a username and password on the webinterface .
58+ * You should now be prompted for a username and password on the web interface .
6159
6260 * Once logged in, you can add an IRC network. Some defaults are preset for Freenode.
6361
6462# changelog
6563
6664changelogs :
65+ - { date: "06.06.24:", desc: "Rebase to Alpine 3.20."}
6766 - { date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
6867 - { date: "25.05.23:", desc: "Rebase to Alpine 3.18, deprecate armhf." }
6968 - { date: "18.12.22:", desc: "Rebasing next to alpine 3.17." }
0 commit comments