Advanced Search
Search Results
280 total results found
Actual Budget
Link 1 | Link 2 version: '3.7' services: actual-server: image: tbleiker/actual-server:latest container_name: actual-server volumes: - srv/path/Files/ActualBudget/data:/data ports: - 5006:5006 restart: unless-stopped
Yourls
Link version: '3.1' services: yourls: image: yourls restart: unless-stopped ports: - 8080:80 environment: YOURLS_DB_PASS: example YOURLS_SITE: https://example.com YOURLS_USER: example_username YOU...
Archivebox
Link 1 | Link 2 version: '3.3' services: archivebox: image: archivebox/archivebox:latest command: server --quick-init 0.0.0.0:8102 ports: - 8102:8102 environment: - ALLOWED_HOSTS=* ...
Viewtube
Link version: "3" services: viewtube: container_name: viewtube restart: unless-stopped image: mauriceo/viewtube:0.9 depends_on: - viewtube-mongodb - viewtube-redis networks: - viewtube volumes: -...
Servas
Link Docker Servas is available as an official Docker image.Docker is also the preferred way to use Servas.Docker Compose file Initial steps: Create .env file in the directory where the docker-compose.yaml is located. Copy the content of the example env...
Piwigo
version: '3' services: piwigo: image: lscr.io/linuxserver/piwigo:latest container_name: piwigo environment: - PUID=998 - PGID=100 - TZ=Europe/Paris volumes: - ./Piwigo/config:/config - ./Piwigo/galle...
Joal
Link First, download the latest tar.gz release and extract config.json clients and torrents, to /srv/path/Joal. This folder will be our joal-conf. Then, deploy stack version: "2" services: joal: image: anthonyraymond/joal container_name: joal ...
Stash
Link # APPNICENAME=Stash # APPDESCRIPTION=An organizer for your porn, written in Go version: '3.4' services: stash: image: stashapp/stash:latest container_name: stash restart: unless-stopped ## the container's port must be the same w...
Huginn
Link : version: '3.3' services: huginn: ports: - '8013:3000' restart: unless-stopped volumes: - '/srv/Files/Huginn/data:/var/lib/mysql' image: huginn/huginn
Pirated Games Mega Thread
Source Required Components: You will need to install all of these before downloading any games (legitimate or pirated!) to stop games crashing due to missing software on your computer: DirectX VisualCppRedist AIO XNA Framework Related Subreddits: ...
Piracy Megathread
Source MEGATHREAD Alternative megathread here (original reddit thread) or at /r/FREEMEDIAHECKYEAH (more than just piracy). If you have any critique or suggestions you would like to see added to the Megathread, or would like to be granted contribution pr...
Radarr
Link version: "3.7" services: radarr: container_name: radarr image: ghcr.io/hotio/radarr ports: - "7878:7878" environment: - PUID=998 - PGID=100 - UMASK=002 - TZ=Europe/Paris volumes: - ...
Sonarr
Link version: "3.7" services: sonarr: container_name: sonarr image: ghcr.io/hotio/sonarr ports: - "8989:8989" environment: - PUID=998 - PGID=100 - UMASK=002 - TZ=Europe/Paris volumes: - ...
Bazarr
Link version: "3.7" services: sonarr: container_name: bazarr image: ghcr.io/hotio/bazarr ports: - "6767:6767" environment: - PUID=998 - PGID=100 - UMASK=002 - TZ=Europe/Paris volumes: - ...
Lidarr / LidarrOnSteroids (Lidarr+Deemix)
Lidarr version: "3.7" services: sonarr: container_name: lidarr image: ghcr.io/hotio/lidarr ports: - "8686:8686" environment: - PUID=998 - PGID=100 - UMASK=002 - TZ=Europe/Paris volumes: ...
Overseerr / Jellyseerr
Overseerr version: "3.7" services: overseerr: container_name: overseerr image: ghcr.io/hotio/overseerr ports: - "5055:5055" environment: - PUID=1000 - PGID=1000 - UMASK=002 - TZ=Etc/UTC volumes...
Firefox
Link version: '3.3' services: firefox: container_name: firefox ports: - '5800:5800' volumes: - '/srv/path/Files/Firefox:/config:rw' image: jlesage/firefox restart: unless-stopped
N8n
Link version: '3.3' services: n8n: container_name: n8n ports: - '5678:5678' volumes: - '/srv/Files/n8n:/home/node/.n8n' image: n8nio/n8n restart: unless-stopped
Kopia
Link services: kopia: image: kopia/kopia:latest container_name: Kopia user: "0:0" restart: "unless-stopped" privileged: true cap_add: - SYS_ADMIN security_opt: - apparmor:unconfined ...
Ubooquity
Link version: "2.1" services: ubooquity: image: lscr.io/linuxserver/ubooquity:latest container_name: ubooquity environment: - PUID=998 - PGID=100 - TZ=Europe/Paris # - MAXMEM=1024 #If no value is set it will defau...