@@ -22,9 +22,7 @@ development_versions_items:
22
22
# container parameters
23
23
common_param_env_vars_enabled : true # PGID, PUID, etc, you can set it to 'optional'
24
24
param_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
+
28
26
param_usage_include_vols : true
29
27
param_volumes :
30
28
- { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files" }
@@ -36,34 +34,35 @@ param_ports:
36
34
app_setup_block_enabled : true
37
35
app_setup_block : |
38
36
* When the application first runs, it will populate its /config
39
-
37
+
40
38
* Stop the container
41
39
42
40
* Now from the host, edit `/config/config.js`, wherever you've mapped it
43
-
41
+
44
42
* In most cases you want the value `public: false` to allow named users only
45
-
43
+
46
44
* Setting the two prefetch values to true improves usability, but uses more storage
47
45
48
46
* Once you have the configuration you want, save it and start the container again
49
47
50
48
* For each user, run the command
51
49
52
50
* `docker exec -it thelounge s6-setuidgid abc thelounge add <user>`
53
-
51
+
54
52
* You will be prompted to enter a password that will not be echoed.
55
-
53
+
56
54
* Saving logs to disk is the default, this consumes more space but allows scrollback.
57
55
58
56
* To log in to the application, browse to `http://<hostip>:9000`
59
57
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 .
61
59
62
60
* Once logged in, you can add an IRC network. Some defaults are preset for Freenode.
63
61
64
62
# changelog
65
63
66
64
changelogs :
65
+ - { date: "06.06.24:", desc: "Rebase to Alpine 3.20."}
67
66
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
68
67
- { date: "25.05.23:", desc: "Rebase to Alpine 3.18, deprecate armhf." }
69
68
- { date: "18.12.22:", desc: "Rebasing next to alpine 3.17." }
0 commit comments