Simple room management system for n.eko. Self hosted rabb.it alternative.
If you don't have any clue about docker and stuff but only want to have fun with friends in a shared browser, we got you covered!
curl https://raw.githubusercontent.com/m1k1o/neko-rooms/master/install | sudo bash
You need to have installed Docker and docker-compose. You need to have custom domain pointing to your server's IP.
You can watch installation video provided by Dr R1ck:
https://www.youtube.com/watch?v=cCmnw-pq0gA
You only need .env.example, docker-compose.yml and traefik/.
You can use docker-compose.http.yml that will expose this service to 8080 or any port. Authentication is optional.
Copy .env.example to .env and customize.
cp .env.example .env
Create usersfile with your users:
touch traefik/usersfile
And add as many users as you like:
echo $(htpasswd -nb user password) >> traefik/usersfile
Create acme.json
touch traefik/acme.json
chmod 600 traefik/acme.json
Update your email in traefik/traefik.yml.
You need to pull all your images, that you want to use with neko-room. Otherwise you might get this error: Error response from daemon: No such image: (see issue #1).
docker pull m1k1o/neko:latest
docker pull m1k1o/neko:chromium
# etc...
If you want to update neko image, you need to pull new image and recreate all rooms, that use old image. To update neko rooms, simpy run:
docker-compose pull
docker-compose up -d
Content type
Image
Digest
sha256:98005d730…
Size
11.9 MB
Last updated
5 months ago
docker pull m1k1o/neko-rooms