Advanced Search
Search Results
47 total results found
Reiverr
Link The easiest and the recommended way to install Reiverr is via Docker. Make sure to update the api keys and base URLs to match your setup. Radarr & Sonarr API keys can be found under Settings > General in their respective web UIs. Jellyfin API key is loc...
Jellyfin (official)
Link Create /config and /cache Give them permission for your user (here 998:100) as well as your media folders : chown -R 998:100 /config chown -R 998:100 /cache etc... Deploy version: "3.5" services: jellyfin: image: jellyfin/jellyfin con...
Fireshare
Link version: "3" services: fireshare: container_name: fireshare image: shaneisrael/fireshare:latest ports: - "8080:80" volumes: - /srv/path/Fireshare/data:/data - /srv/path/Fireshare/processed:/processed - ...
ownCloud Infinity Scale
This note was originally taken from: https://owncloud.dev/ocis/guides/ocis-local-docker/ Start oCIS with docker compose Create the project Use the following skeleton as a docker-compose.yml: mkdir simple-ocis && \ cd simp...
Cloudreve
Create the necessary directory structure: mkdir -vp cloudreve/{uploads,avatar} \ && touch cloudreve/conf.ini \ && touch cloudreve/cloudreve.db \ && mkdir -p aria2/config \ && mkdir -p data/aria2 \ && chmod -R 777 data/aria2 Save the following content ...
Seafile
Link services: db: image: mariadb:10.11 restart: always container_name: seafile-mysql environment: - MYSQL_ROOT_PASSWORD=db_dev # Requested, set the root's password of MySQL service. - MYSQL_LOG_CONSOLE=true 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: - ...
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: ...
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: - ...
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: - ...
Shotshare
An Imgur replacement Link cd /homegit clone https://github.com/mdshack/shotsharecd /srv/dev-disk-by-uuid-7fe66601-5ca0-4c09-bc13-a015025fe53a/Files/sudo mkdir Shotsharecd /srv/dev-disk-by-uuid-7fe66601-5ca0-4c09-bc13-a015025fe53a/Files/Shotsharesudo mkdir sh...
Immich
Link Docker Compose [Recommended] Docker Compose is the recommended method to run Immich in production. Below are the steps to deploy Immich with Docker Compose. Step 1 - Download the required files Create a directory of your choice (e.g. ./immich-app) to ...
QBittorrentVPN (binhex)
Docs AirVPN provider AirVPN users will need to generate a unique OpenVPN configuration file by using the following link https://airvpn.org/generator/ Please select Linux and then choose the country you want to connect to Save the ovpn file to somewhere s...
qBittorentVPN (hotio) [most UTD notes]
Link version: "3.7" services: qbittorrent: container_name: qbittorrentvpn image: ghcr.io/hotio/qbittorrent ports: - 8992:8992 - 8118:8118 environment: - WEBUI_PORTS=8992/tcp,8992/udp - PUID=998 - PG...
Pinchflat
Link First: mkdir -vp .../Pinchflat/{config,downloads} \ && chown -R nobody /Pinchflat \ && chmod -R 755 /Pinchflat version: "3.3" services: pinchflat: environment: - BASIC_AUTH_USERNAME=user - BASIC_AUTH_PASSWORD=password ...
ownCloud
Link version: "3" volumes: files: driver: local mysql: driver: local redis: driver: local services: owncloud: image: owncloud/server:${OWNCLOUD_VERSION} #eg owncloud/server:latest container_name: owncloud_server ...
Clipface
Link version: '3.3' services: clipface: container_name: clipface volumes: - '/srv/path/Files/Clipface/clips:/clips' ports: - '1314:80' environment: - CLIPFACE_USER_PASSWORD=xxxxx...
Slink
Link Yet another Imgur replacement. slink: image: anirdev/slink:latest container_name: slink environment: # Your application hostname - ORIGIN=https://your-domain.com # Require user approval before they can upload images - ...
Picoshare
Link version: '3.3' services: picoshare: environment: - PORT=3001 - PS_SHARED_SECRET=XXXXXX ports: - '3001:3001/tcp' volumes: - '/srv/path/Files/Picoshare/data:/data' ...
LMS
LMS is a self-hosted music streaming software. See official website. Usage In order to run this LMS image, you will have to use at least two volumes: Working data (write access rights). Music directory to be scanned (read-only access rights), add a volume fo...