Advanced Search
Search Results
335 total results found
Unbound
Link 1 | Link 2 version: "3.3" services: unbound: container_name: unbound ports: - 5335:53/tcp - 5335:53/udp image: klutchell/unbound restart: always networks: {}
Picoshare
Link version: '3.3' services: picoshare: environment: - PORT=3001 - PS_SHARED_SECRET=XXXXXX - PS_BEHIND_PROXY=true ports: - '3001:3001/tcp' command: -db /data/store.db ...
Prowlarr
Link version: "3.3" services: prowlarr: image: lscr.io/linuxserver/prowlarr:develop container_name: prowlarr environment: - PUID=998 - PGID=100 - TZ=Europe/Paris volumes: - /srv/path/Files/Prowlarr/config:/c...
Goaccess for NginxProxyManager
version: "3" services: goaccess: image: justsky/goaccess-for-nginxproxymanager container_name: goaccess-for-nginxproxymanager restart: unless-stopped environment: - TZ=Europe/Paris - PUID=998 - PGID=100 p...
Kimai (ARM64)
Link | Link 2 version: '3.5' services: sqldb: image: ubuntu/mysql environment: - MYSQL_DATABASE=kimai - MYSQL_USER=kimaiuser - MYSQL_PASSWORD=kimaipassword - MYSQL_ROOT_PASSWORD=changemeplease command: --defaul...
Titra
Link | Link 2 | Link 3 version: "3.7" services: titra: image: kromit/titra container_name: titra depends_on: - mongodb environment: - ROOT_URL=http://192.168.x.x:3265 - MONGO_URL=mongodb://mongodb/titra?directConne...
Increase swap
Link Step 1 – Checking the System for Swap Information Before we begin, we can check if the system already has some swap space available. It is possible to have multiple swap files or swap partitions, but generally one should be enough. We can see if the sy...
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: - ...