the lounge - self-hosted web IRC client
hier geht es um the lounge - the self-hosted web IRC client und wie die installatiion auf einem uberspace funktioniert.
konkret geht es um einen u7. u7 ist die neueste version von uberspace. das (englische) manual vom u7 findet sich hier.
npm -g install thelounge@next
oder für stable:
npm -g install thelounge
https://manual.uberspace.de/en/lang-nodejs.html
RewriteEngine On
RewriteRule ^nodejs/(.*) http://localhost:61624/$1 [P]
port in der ~/.thelounge/config.js anpassen
theme anpassen: morning
in der aktuellen version (3.0.0-rc2) gibt es eine file-upload-funktion, hab ich aktiviert. maxfilesize nach wahl, 10mb als empfehlung.
https://manual.uberspace.de/en/daemons-supervisord.html
[program:thelounge]
command=/home/<username>/bin/thelounge start
autostart=yes
autorestart=yes
cron: clean uploads
13 3 * * * find /home/user/.thelounge/uploads/ -type f -atime +60 -delete
kommentare, nachrichten usw. auf twitter unter @wiu_linu
Tweet