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

47 total results found

Reiverr

Containered Apps

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

Media
*arr

Jellyfin (official)

Containered Apps

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

Media

Fireshare

Containered Apps

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

Media

ownCloud Infinity Scale

Containered Apps

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

Media

Cloudreve

Containered Apps

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

Media

Seafile

Containered Apps

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

Media

Sonarr

Containered Apps

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

Network
Media
*arr

Lidarr / LidarrOnSteroids (Lidarr+Deemix)

Containered Apps

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

Network
Media
Music
*arr

Radarr

Containered Apps

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

Network
Media
*arr

Bazarr

Containered Apps

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

Network
Media
*arr

Shotshare

Containered Apps

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

Media
Photo

Immich

Containered Apps

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

Utility
Media
Photo

QBittorrentVPN (binhex)

Containered Apps

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

Media
Torrent

qBittorentVPN (hotio) [most UTD notes]

Containered Apps

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

Network
Media
Utility
Torrent

Pinchflat

Containered Apps

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

Media

ownCloud

Containered Apps

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

Media
Docs

Clipface

Containered Apps

Link version: '3.3' services: clipface: container_name: clipface volumes: - '/srv/path/Files/Clipface/clips:/clips' ports: - '1314:80' environment: - CLIPFACE_USER_PASSWORD=xxxxx...

Media

Slink

Containered Apps

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

Media
Photo

Picoshare

Containered Apps

Link version: '3.3' services: picoshare: environment: - PORT=3001 - PS_SHARED_SECRET=XXXXXX ports: - '3001:3001/tcp' volumes: - '/srv/path/Files/Picoshare/data:/data' ...

Utility
Media

LMS

Containered Apps

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

Music
Media