Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

300 total results found

Funkwhale

Containered Apps

Link 1 | Link 2 version: '3.3' services: funkwhale: container_name: funkwhale environment: - FUNKWHALE_HOSTNAME=<yourdomain.funkwhale> - NESTED_PROXY=0 - PUID=998 - PGID=100 ...

Deemix

Containered Apps

version: '3.3' services: deemix: image: registry.gitlab.com/bockiii/deemix-docker container_name: Deemix volumes: - /srv/path/Files/Deemix/Downloads:/downloads - /srv/path/Files/Deemix/Config:/config ...

Humhub

Containered Apps

Link version: '3.1' services: humhub: image: mriedmann/humhub:1.6.2 links: - "db:db" ports: - "4862:80" volumes: - "/srv/path/Files/Humhub/config:/var/www/localhost/htdocs/protected/config" - "/srv/path/File...

Pinedocs

Containered Apps

Link version: '3.3' services: web: image: rvbg/pinedocs #amd64 : xy2z/pinedocs ports: - 3619:80 volumes: - ./data:/data/pinedocs restart: unless-stopped

Docs

Lychee

Containered Apps

LinkDocs #------------------------------------------- # Docker Compose # @RobLandry # Repo : https://github.com/LycheeOrg/Lychee-Docker #------------------------------------------- version: '3' services: lychee_db: container_name: lychee_db...

Photo

Portainer Apps Templates

Mise en place

Original : https://raw.githubusercontent.com/portainer/templates/master/templates-2.0.json Technorabilia : For Portainer v1: https://raw.githubusercontent.com/technorabilia/portainer-templates/main/lsio/templates/templates-1.20.0.json For Portainer v2: ht...

Vikunja (with mail notifications)

Containered Apps

version: '3.3' services: db: image: mariadb:10 command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci environment: MYSQL_ROOT_PASSWORD: xxxxxxx MYSQL_USER: vikunja MYSQL_PASSWORD: xxxxxxx ...

Gluetun

Containered Apps

Video : Link 1 | Link 2 version: "3.3" services: gluetun: image: qmcgaw/gluetun cap_add: - NET_ADMIN ports: - 8889:8888/tcp # HTTP proxy #original 8888:8888 - 8388:8388/tcp # Shadowsocks - 8388:8388/udp # Shadow...

Network

Filebrowser

Containered Apps

Link version: '3.3' services: filebrowser: container_name: filebrowser image: filebrowser/filebrowser:latest volumes: - /srv/path/:/srv # Arborescence qui sera visible de l'utilisateur par défaut - /srv/path/conf/filebrowser....

Utility

Bibliogram

Containered Apps

  Link version: '3.3' volumes: db: services: bibliogram: build: . image: schklom/bibliogram volumes: - /srv/path/Files/Bibliogram/db:/app/db ports: - 10407:10407 restart: unle...

Social Media

qBittorrent

Containered Apps

Link --- version: "2.1" services: qbittorrent: image: lscr.io/linuxserver/qbittorrent container_name: qbittorrent environment: - PUID=1000 - PGID=1000 - TZ=Europe/London - WEBUI_PORT=8080 #8996 volumes: ...

Network
Media
Utility
Torrent

Tube Archivist

Containered Apps

Link version: '3.3' services: tubearchivist: container_name: tubearchivist restart: unless-stopped image: bbilly1/tubearchivist ports: - 8624:8000 #OG : 8000:8000 volumes: - /srv/path/to/videos:/youtube - ...

Gitea

Containered Apps

  Link version: "3" networks: gitea: external: false services: server: image: gitea/gitea:1.15.8 container_name: gitea environment: - USER_UID=998 - USER_GID=100 - GITEA__database__DB_TYPE=mysql - G...

Homechart

Containered Apps

Video | Link version: "3" volumes: postgres: {} services: homechart: depends_on: - postgres environment: HOMECHART_POSTGRESQL_HOSTNAME: postgres HOMECHART_POSTGRESQL_PASSWORD: xxxxxx HOMECHART_POSTGRESQL_USERN...

Wireguard Easy

Containered Apps

Link version: "3.3" services: wg-easy: environment: # ⚠️ Required: # Change this to your host's public address - WG_HOST=public IP # Optional: - PASSWORD_HASH= #see instructions bellow - WG_PORT=51820 ...

Duplicacy

Containered Apps

Video | Link version: '3.3' services: duplicacy-web: container_name: duplicacy ports: - '3875:3875/tcp' environment: - USR_ID=998 - GRP_ID=100 - TZ=Europe/Paris volu...

Transmission-OpenVPN

Containered Apps

Video | Link --- version: "3.3" services: transmission-openvpn: image: haugene/transmission-openvpn:latest container_name: transmission-openvpn restart: always cap_add: - NET_ADMIN # This runs the container with raised privileg...

Network
Media
Utility

Tubesync

Containered Apps

Link version: '3.7' services: tubesync: image: ghcr.io/meeb/tubesync:latest container_name: tubesync restart: unless-stopped ports: - 4848:4848 volumes: - /srv/path/Files/Tubesync/config:/config - /srv/path/Fi...

Flaresolverr

Containered Apps

Link | Link 2 version: "3.3" services: flaresolverr: # DockerHub mirror flaresolverr/flaresolverr:latest image: ghcr.io/flaresolverr/flaresolverr:latest container_name: flaresolverr environment: - LOG_LEVEL=debug - LOG_HT...

Network

Privatebin

Containered Apps

Link version: '3.3' services: privatebin: restart: unless-stopped ports: - '5721:80' container_name: privatebin environment: - PUID=998 - PGID=100 volumes: ...