Last active 1685949057
Working Portainer stack for hardware endocing version of Jellyfin in 920+. In Jellyfin settings You have to disable all 'Intel Low-Power' checkdox!
1 version: "2"
2 services:
3 jellyfin:
4 image: jellyfin/jellyfin:latest
5 container_name: Jellyfin
6 environment:
7 - TZ=Europe/Warsaw
8 - PGID=1026
9 - PUID=100
10 - JELLYFIN_DATA_DIR=/shared_config

Moncho / Composerize

4 likes
0 forks
1 files
Last active 1685898546
Say goodbye to sprawling docker commands and say hello to $ docker-compose up :)
1 version: "3.3"
2
3 services:
4
5 composerize:
6 image: alcapone1933/composerize
7 container_name: composerize
8 restart: unless-stopped
9 ports:
10 - "10000:80"

Moncho / Authelia

0 likes
0 forks
1 files
Last active 1685898448
Authelia is a 2FA & SSO authentication server which is dedicated to the security of applications and users
1 version: "3.5"
2
3 services:
4 authelia:
5 image: authelia/authelia
6 container_name: authelia
7 volumes:
8 - "/volume1/docker/authelia/:/config/"
9 network_mode: "bridge"
10 ports:

seb / My Core Services

1 likes
0 forks
1 files
Last active 1685798987
tautulli, portainer, dozzle, heimdall, IT-Tools, photoprism, kavita, WatchYourLAN, dashdot, adguard, openspeedtest, chowdown and watchtower
1 version: '3.3'
2
3 services:
4 tautulli:
5 container_name: tautulli
6 environment:
7 - PUID=1027
8 - PGID=100
9 - TZ=America/New_York
10 volumes: