diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-27 16:14:30 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-27 16:14:30 +0300 |
| commit | 4676dde8fcd1366c9f2c9a5a50728623f8d22b41 (patch) | |
| tree | e3a1619640718d6c36bcd15f3825b0807e5874dc /net-im/thelounge/files/pkg-message.in | |
| parent | 2f98947352a02313377c600f6b6a1dbf3b921b1d (diff) | |
net-im/thelounge: add port
Diffstat (limited to 'net-im/thelounge/files/pkg-message.in')
| -rw-r--r-- | net-im/thelounge/files/pkg-message.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net-im/thelounge/files/pkg-message.in b/net-im/thelounge/files/pkg-message.in new file mode 100644 index 0000000..1d7331b --- /dev/null +++ b/net-im/thelounge/files/pkg-message.in @@ -0,0 +1,5 @@ +[ +{ + "message": "\nThe Lounge has been installed.\n\nTo get started:\n\n 1. Copy the sample config:\n cp %%PREFIX%%/etc/thelounge.conf.sample /var/db/thelounge/config.js\n\n 2. Add a user:\n env THELOUNGE_HOME=/var/db/thelounge %%PREFIX%%/bin/thelounge add <username>\n\n 3. Enable and start the service:\n sysrc thelounge_enable=YES\n service thelounge start\n\n The web interface will be available at http://localhost:9000/\n" +} +] |
