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

335 total results found

Youtransfer

Containered Apps

version: '3.3' services: youtransfer: volumes: - '/srv/path/Files/Youtransfer/uploads:/opt/youtransfer/uploads' - '/srv/path/Files/Youtransfer/config:/opt/youtransfer/config' ports: - '89:5000' ...

Cryptpad

Containered Apps

Link version: '3.3' services: cryptpad: environment: - CPAD_MAIN_DOMAIN=example.com - CPAD_SANDBOX_DOMAIN=sandbox.example.com volumes: - '${PWD}/data/blob:/cryptpad/blob' - '${PWD}/da...

Libreoffice

Containered Apps

Link --- version: "3.3" services: libreoffice: image: ghcr.io/linuxserver/libreoffice container_name: libreoffice environment: - PUID=998 - PGID=100 - TZ=Europe/Paris volumes: - /srv/path/Files/LibreOffice/...

Onlyoffice

Containered Apps

version: '3.3' services: documentserver: ports: - '6589:80' volumes: - '/srv/path/Files/OnlyOffice/logs:/var/log/onlyoffice' - '/srv/path/Files/OnlyOffice/data:/var/www/onlyoffice/Data' ...

Docs

Ampache

Containered Apps

Link version: '3.3' services: ampache: container_name: ampache volumes: - '/srv/path/Files/Ampache/music:/media:ro' ports: - '8012:80' image: ampache/ampache

Koel

Containered Apps

Link version: '3.3' services: koel: image: hyzual/koel depends_on: - database ports: - 7852:80 environment: - DB_CONNECTION=mysql - DB_HOST=database - DB_USERNAME=koel - DB_PASSWORD=01664892g...

Netdata

Containered Apps

Link Find your host's FQDN hostname --fqdn version: '3' services: netdata: image: netdata/netdata container_name: netdata hostname: FDQN # set to fqdn of host ports: - 19999:19999 restart: unless-stopped cap_add: ...

Monitoring

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 4

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...