poudenes / Homepage

0 likes
0 forks
1 files
Last active 1696878276
A great dashboard that have so many options to combine stats of dockers, all kind of fields of tools like Radarr, Sonar
1 # www.gethomepage.dev
2
3 version: "3.9"
4 services:
5
6 homepage:
7 image: ghcr.io/gethomepage/homepage:latest
8 container_name: homepage
9 hostname: homepage
10 restart: always

abdul / Databag

0 likes
0 forks
1 files
Last active 1690713631
A tiny selfhosted federated messenger for the decentralized web.
1 version: '3'
2
3 services:
4 databag:
5 image: balzack/databag:latest
6 ports:
7 - "7000:7000"
8 environment:
9 - ADMIN=YourPassword
10 volumes:

abdul / Emulatorjs

1 likes
0 forks
1 files
Last active 1690304498
The official home of the EmulatorJS project. To play your retro game in your browser :). localIP: 3000
1 version: '3.3'
2 services:
3 linuxserver:
4 container_name: emulatorjs
5 environment:
6 - PUID=1026
7 - PGID=1000
8 - TZ=Europe/Stockholm
9 - SUBFOLDER=/
10 ports: