From 3b4baa180b021ce673eaaa616cca4fadbc3dfb76 Mon Sep 17 00:00:00 2001 From: technorabilia Date: Sun, 25 Jul 2021 00:48:51 +0000 Subject: [PATCH] Workflow update --- lsio/cardigann/docker-compose.yaml | 30 -------------------- lsio/cardigann/docker-run.sh | 19 ------------- lsio/cardigann/run-once.sh | 3 -- lsio/clarkson/docker-compose.yaml | 31 -------------------- lsio/clarkson/docker-run.sh | 19 ------------- lsio/clarkson/run-once.sh | 2 -- lsio/codiad/docker-compose.yaml | 25 ----------------- lsio/codiad/docker-run.sh | 15 ---------- lsio/codiad/run-once.sh | 3 -- lsio/codimd/docker-compose.yaml | 42 ---------------------------- lsio/codimd/docker-run.sh | 21 -------------- lsio/codimd/run-once.sh | 3 -- lsio/doc-builder/docker-compose.yaml | 21 -------------- lsio/doc-builder/docker-run.sh | 11 -------- lsio/doc-builder/run-once.sh | 3 -- lsio/gazee/docker-compose.yaml | 29 ------------------- lsio/gazee/docker-run.sh | 17 ----------- lsio/gazee/run-once.sh | 6 ---- lsio/hydra/docker-compose.yaml | 26 ----------------- lsio/hydra/docker-run.sh | 15 ---------- lsio/hydra/run-once.sh | 4 --- lsio/hydra2/docker-compose.yaml | 34 ---------------------- lsio/hydra2/docker-run.sh | 23 --------------- lsio/hydra2/run-once.sh | 4 --- lsio/letsencrypt/docker-compose.yaml | 21 -------------- lsio/letsencrypt/docker-run.sh | 11 -------- lsio/letsencrypt/run-once.sh | 3 -- lsio/libresonic/docker-compose.yaml | 37 ------------------------ lsio/libresonic/docker-run.sh | 22 --------------- lsio/libresonic/run-once.sh | 7 ----- lsio/musicbrainz/docker-compose.yaml | 21 -------------- lsio/musicbrainz/docker-run.sh | 11 -------- lsio/musicbrainz/run-once.sh | 3 -- lsio/mylar/docker-compose.yaml | 25 ----------------- lsio/mylar/docker-run.sh | 14 ---------- lsio/mylar/run-once.sh | 5 ---- lsio/openvpn-as/docker-compose.yaml | 37 ------------------------ lsio/openvpn-as/docker-run.sh | 23 --------------- lsio/openvpn-as/run-once.sh | 3 -- lsio/organizr/docker-compose.yaml | 33 ---------------------- lsio/organizr/docker-run.sh | 23 --------------- lsio/organizr/run-once.sh | 3 -- lsio/plexpy/docker-compose.yaml | 23 --------------- lsio/plexpy/docker-run.sh | 13 --------- lsio/plexpy/run-once.sh | 3 -- lsio/pydio/docker-compose.yaml | 28 ------------------- lsio/pydio/docker-run.sh | 17 ----------- lsio/pydio/run-once.sh | 4 --- lsio/rutorrent/docker-compose.yaml | 31 -------------------- lsio/rutorrent/docker-run.sh | 17 ----------- lsio/rutorrent/run-once.sh | 4 --- lsio/sickrage/docker-compose.yaml | 28 ------------------- lsio/sickrage/docker-run.sh | 16 ----------- lsio/sickrage/run-once.sh | 5 ---- 54 files changed, 897 deletions(-) delete mode 100644 lsio/cardigann/docker-compose.yaml delete mode 100644 lsio/cardigann/docker-run.sh delete mode 100644 lsio/cardigann/run-once.sh delete mode 100644 lsio/clarkson/docker-compose.yaml delete mode 100644 lsio/clarkson/docker-run.sh delete mode 100644 lsio/clarkson/run-once.sh delete mode 100644 lsio/codiad/docker-compose.yaml delete mode 100644 lsio/codiad/docker-run.sh delete mode 100644 lsio/codiad/run-once.sh delete mode 100644 lsio/codimd/docker-compose.yaml delete mode 100644 lsio/codimd/docker-run.sh delete mode 100644 lsio/codimd/run-once.sh delete mode 100644 lsio/doc-builder/docker-compose.yaml delete mode 100644 lsio/doc-builder/docker-run.sh delete mode 100644 lsio/doc-builder/run-once.sh delete mode 100644 lsio/gazee/docker-compose.yaml delete mode 100644 lsio/gazee/docker-run.sh delete mode 100644 lsio/gazee/run-once.sh delete mode 100644 lsio/hydra/docker-compose.yaml delete mode 100644 lsio/hydra/docker-run.sh delete mode 100644 lsio/hydra/run-once.sh delete mode 100644 lsio/hydra2/docker-compose.yaml delete mode 100644 lsio/hydra2/docker-run.sh delete mode 100644 lsio/hydra2/run-once.sh delete mode 100644 lsio/letsencrypt/docker-compose.yaml delete mode 100644 lsio/letsencrypt/docker-run.sh delete mode 100644 lsio/letsencrypt/run-once.sh delete mode 100644 lsio/libresonic/docker-compose.yaml delete mode 100644 lsio/libresonic/docker-run.sh delete mode 100644 lsio/libresonic/run-once.sh delete mode 100644 lsio/musicbrainz/docker-compose.yaml delete mode 100644 lsio/musicbrainz/docker-run.sh delete mode 100644 lsio/musicbrainz/run-once.sh delete mode 100644 lsio/mylar/docker-compose.yaml delete mode 100644 lsio/mylar/docker-run.sh delete mode 100644 lsio/mylar/run-once.sh delete mode 100644 lsio/openvpn-as/docker-compose.yaml delete mode 100644 lsio/openvpn-as/docker-run.sh delete mode 100644 lsio/openvpn-as/run-once.sh delete mode 100644 lsio/organizr/docker-compose.yaml delete mode 100644 lsio/organizr/docker-run.sh delete mode 100644 lsio/organizr/run-once.sh delete mode 100644 lsio/plexpy/docker-compose.yaml delete mode 100644 lsio/plexpy/docker-run.sh delete mode 100644 lsio/plexpy/run-once.sh delete mode 100644 lsio/pydio/docker-compose.yaml delete mode 100644 lsio/pydio/docker-run.sh delete mode 100644 lsio/pydio/run-once.sh delete mode 100644 lsio/rutorrent/docker-compose.yaml delete mode 100644 lsio/rutorrent/docker-run.sh delete mode 100644 lsio/rutorrent/run-once.sh delete mode 100644 lsio/sickrage/docker-compose.yaml delete mode 100644 lsio/sickrage/docker-run.sh delete mode 100644 lsio/sickrage/run-once.sh diff --git a/lsio/cardigann/docker-compose.yaml b/lsio/cardigann/docker-compose.yaml deleted file mode 100644 index d35a732..0000000 --- a/lsio/cardigann/docker-compose.yaml +++ /dev/null @@ -1,30 +0,0 @@ -# THIS IMAGE IS DEPRECATED. We will no longer be making updates or rebuilding -# this image. The Dockerhub endpoint will stay online with the current tags for -# this software. We recommend current users switch to linuxserver/jackett. -# [Cardigann](https://github.com/cardigann/cardigann) a server for adding extra -# indexers to Sonarr, SickRage and CouchPotato via Torznab and TorrentPotato -# proxies. Behind the scenes Cardigann logs in and runs searches and then -# transforms the results into a compatible format. - ---- -version: "2.1" -services: - cardigann: - image: ghcr.io/linuxserver/cardigann - container_name: cardigann - environment: - # for GroupID - - PUID=${PUID:-1024} - # for UserID - - PGID=${PGID:-100} - # for using a socks proxy (optional) - - SOCKS_PROXY=IP:PORT - # for using a HTTP proxy (optional) - - HTTP_PROXY=IP:PORT - volumes: - # Cardigann config - - ${BASEDIR:-/volume1/docker}/cardigann/config:/config - ports: - # The port for the Cardigann webinterface - - 5060:5060 - restart: unless-stopped diff --git a/lsio/cardigann/docker-run.sh b/lsio/cardigann/docker-run.sh deleted file mode 100644 index 7298ada..0000000 --- a/lsio/cardigann/docker-run.sh +++ /dev/null @@ -1,19 +0,0 @@ -# THIS IMAGE IS DEPRECATED. We will no longer be making updates or rebuilding -# this image. The Dockerhub endpoint will stay online with the current tags for -# this software. We recommend current users switch to linuxserver/jackett. -# [Cardigann](https://github.com/cardigann/cardigann) a server for adding extra -# indexers to Sonarr, SickRage and CouchPotato via Torznab and TorrentPotato -# proxies. Behind the scenes Cardigann logs in and runs searches and then -# transforms the results into a compatible format. - -source ./.env -docker run -d \ - --name=cardigann \ - -e PUID=${PUID:-1024} `# for GroupID` \ - -e PGID=${PGID:-100} `# for UserID` \ - -e SOCKS_PROXY=IP:PORT `# for using a socks proxy (optional)` \ - -e HTTP_PROXY=IP:PORT `# for using a HTTP proxy (optional)` \ - -p 5060:5060 `# The port for the Cardigann webinterface` \ - -v ${BASEDIR:-/volume1/docker}/cardigann/config:/config `# Cardigann config` \ - --restart unless-stopped \ - ghcr.io/linuxserver/cardigann diff --git a/lsio/cardigann/run-once.sh b/lsio/cardigann/run-once.sh deleted file mode 100644 index ce6feb0..0000000 --- a/lsio/cardigann/run-once.sh +++ /dev/null @@ -1,3 +0,0 @@ -ln -s ../docker-env.cfg ./.env -. ./.env -mkdir -p ${BASEDIR:-/volume1/docker}/cardigann/config diff --git a/lsio/clarkson/docker-compose.yaml b/lsio/clarkson/docker-compose.yaml deleted file mode 100644 index 769e30f..0000000 --- a/lsio/clarkson/docker-compose.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# [Clarkson](https://github.com/linuxserver/Clarkson) is a web-based dashboard -# application that gives you a neat and clean interface for logging your fuel -# fill-ups for all of your vehicles. The application has full multi-user -# support, as well as multiple vehicles per user. Whenever you fill-up your car -# or motorcycle, keep the receipt and record the data in Clarkson. - ---- -version: "2.1" -services: - clarkson: - image: ghcr.io/linuxserver/clarkson - container_name: clarkson - environment: - # for GroupID - - PUID=${PUID:-1024} - # for UserID - - PGID=${PGID:-100} - # Points the backend to the MySQL database. This can be either a docker hostname or an IP. - - MYSQL_HOST= - # The user with access to the _clarkson_ schema. - - MYSQL_USERNAME= - # The password for the user. - - MYSQL_PASSWORD= - # **Defaults to _false_.** If set to _true_, allows new users to register. - - ENABLE_REGISTRATIONS= - # Specify a timezone to use for example Europe/Amsterdam - - TZ=${TZ:-Europe/Amsterdam} - ports: - # WebUI - - 3000:3000 - restart: unless-stopped diff --git a/lsio/clarkson/docker-run.sh b/lsio/clarkson/docker-run.sh deleted file mode 100644 index f42b40c..0000000 --- a/lsio/clarkson/docker-run.sh +++ /dev/null @@ -1,19 +0,0 @@ -# [Clarkson](https://github.com/linuxserver/Clarkson) is a web-based dashboard -# application that gives you a neat and clean interface for logging your fuel -# fill-ups for all of your vehicles. The application has full multi-user -# support, as well as multiple vehicles per user. Whenever you fill-up your car -# or motorcycle, keep the receipt and record the data in Clarkson. - -source ./.env -docker run -d \ - --name=clarkson \ - -e PUID=${PUID:-1024} `# for GroupID` \ - -e PGID=${PGID:-100} `# for UserID` \ - -e MYSQL_HOST= `# Points the backend to the MySQL database. This can be either a docker hostname or an IP.` \ - -e MYSQL_USERNAME= `# The user with access to the _clarkson_ schema.` \ - -e MYSQL_PASSWORD= `# The password for the user.` \ - -e ENABLE_REGISTRATIONS= `# **Defaults to _false_.** If set to _true_, allows new users to register.` \ - -e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \ - -p 3000:3000 `# WebUI` \ - --restart unless-stopped \ - ghcr.io/linuxserver/clarkson diff --git a/lsio/clarkson/run-once.sh b/lsio/clarkson/run-once.sh deleted file mode 100644 index 8aeac9a..0000000 --- a/lsio/clarkson/run-once.sh +++ /dev/null @@ -1,2 +0,0 @@ -ln -s ../docker-env.cfg ./.env -. ./.env diff --git a/lsio/codiad/docker-compose.yaml b/lsio/codiad/docker-compose.yaml deleted file mode 100644 index cf3ad02..0000000 --- a/lsio/codiad/docker-compose.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# THIS IMAGE IS DEPRECATED. PLEASE MIGRATE TO CLOUD9 IF POSSIBLE -# `linuxserver/cloud9` [Codiad](http://codiad.com/) is a web-based IDE framework -# with a small footprint and minimal requirements. We have added a few plugins. -# More can be added in the marketplace in the WebUI. - ---- -version: "2.1" -services: - codiad: - image: ghcr.io/linuxserver/codiad - container_name: codiad - environment: - # for GroupID - - PUID=${PUID:-1024} - # for UserID - - PGID=${PGID:-100} - # Specify a timezone to use for example Europe/Amsterdam - - TZ=${TZ:-Europe/Amsterdam} - volumes: - # Where Codiad stores data. - - ${BASEDIR:-/volume1/docker}/codiad/config:/config - ports: - # WebUI - - 80:80 - restart: unless-stopped diff --git a/lsio/codiad/docker-run.sh b/lsio/codiad/docker-run.sh deleted file mode 100644 index 93d854c..0000000 --- a/lsio/codiad/docker-run.sh +++ /dev/null @@ -1,15 +0,0 @@ -# THIS IMAGE IS DEPRECATED. PLEASE MIGRATE TO CLOUD9 IF POSSIBLE -# `linuxserver/cloud9` [Codiad](http://codiad.com/) is a web-based IDE framework -# with a small footprint and minimal requirements. We have added a few plugins. -# More can be added in the marketplace in the WebUI. - -source ./.env -docker run -d \ - --name=codiad \ - -e PUID=${PUID:-1024} `# for GroupID` \ - -e PGID=${PGID:-100} `# for UserID` \ - -e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \ - -p 80:80 `# WebUI` \ - -v ${BASEDIR:-/volume1/docker}/codiad/config:/config `# Where Codiad stores data.` \ - --restart unless-stopped \ - ghcr.io/linuxserver/codiad diff --git a/lsio/codiad/run-once.sh b/lsio/codiad/run-once.sh deleted file mode 100644 index 48fa721..0000000 --- a/lsio/codiad/run-once.sh +++ /dev/null @@ -1,3 +0,0 @@ -ln -s ../docker-env.cfg ./.env -. ./.env -mkdir -p ${BASEDIR:-/volume1/docker}/codiad/config diff --git a/lsio/codimd/docker-compose.yaml b/lsio/codimd/docker-compose.yaml deleted file mode 100644 index 456fe85..0000000 --- a/lsio/codimd/docker-compose.yaml +++ /dev/null @@ -1,42 +0,0 @@ -# [Codimd](https://demo.codimd.org) gives you access to all your files wherever -# you are. CodiMD is a real-time, multi-platform collaborative markdown note -# editor. This means that you can write notes with other people on your desktop, -# tablet or even on the phone. You can sign-in via multiple auth providers like -# Facebook, Twitter, GitHub and many more on the homepage. - -version: "3" -services: - mariadb: - image: linuxserver/mariadb:latest - container_name: codimd_mariadb - restart: always - volumes: - - :/config - environment: - - MYSQL_ROOT_PASSWORD= - - MYSQL_DATABASE=codimd - - MYSQL_USER=codimd - - MYSQL_PASSWORD= - - PGID=1000 - - PUID=1000 - - TZ=Europe/London - codimd: - image: linuxserver/codimd:latest - container_name: codimd - restart: always - depends_on: - - mariadb - volumes: - - :/config - environment: - - DB_HOST=mariadb - - DB_USER=codimd - - DB_PASS= - - DB_NAME=codimd - - DB_PORT=3306 - - PGID=1000 - - PUID=1000 - - TZ=Europe/London - ports: - - "3000:3000" - diff --git a/lsio/codimd/docker-run.sh b/lsio/codimd/docker-run.sh deleted file mode 100644 index ef0ef28..0000000 --- a/lsio/codimd/docker-run.sh +++ /dev/null @@ -1,21 +0,0 @@ -# [Codimd](https://demo.codimd.org) gives you access to all your files wherever -# you are. CodiMD is a real-time, multi-platform collaborative markdown note -# editor. This means that you can write notes with other people on your desktop, -# tablet or even on the phone. You can sign-in via multiple auth providers like -# Facebook, Twitter, GitHub and many more on the homepage. - -source ./.env -docker run -d \ - --name=codimd \ - -e PUID=${PUID:-1024} `# for GroupID` \ - -e PGID=${PGID:-100} `# for UserID` \ - -e DB_HOST= `# Host address of mysql database` \ - -e DB_PORT=3306 `# Port to access mysql database default is 3306` \ - -e DB_USER=codimd `# Database user` \ - -e DB_PASS= `# Database password` \ - -e DB_NAME=codimd `# Database name` \ - -e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \ - -p 3000:3000 `# If you wish to access this container from http://{IP}:${PORT}` this *must* be left unchanged.` \ - -v ${BASEDIR:-/volume1/docker}/codimd/config:/config `# CodiMD config and configurable files` \ - --restart unless-stopped \ - ghcr.io/linuxserver/codimd diff --git a/lsio/codimd/run-once.sh b/lsio/codimd/run-once.sh deleted file mode 100644 index bc7f237..0000000 --- a/lsio/codimd/run-once.sh +++ /dev/null @@ -1,3 +0,0 @@ -ln -s ../docker-env.cfg ./.env -. ./.env -mkdir -p ${BASEDIR:-/volume1/docker}/codimd/config diff --git a/lsio/doc-builder/docker-compose.yaml b/lsio/doc-builder/docker-compose.yaml deleted file mode 100644 index fc9d0c1..0000000 --- a/lsio/doc-builder/docker-compose.yaml +++ /dev/null @@ -1,21 +0,0 @@ -This container needs special attention. Please check https://hub.docker.com/r/linuxserver/doc-builder for details. ---- -version: "2.1" -services: - doc-builder: - image: ghcr.io/linuxserver/doc-builder - container_name: doc-builder - environment: - # for GroupID - - PUID=${PUID:-1024} - # for UserID - - PGID=${PGID:-100} - # Specify a timezone to use for example Europe/Amsterdam - - TZ=${TZ:-Europe/Amsterdam} - volumes: - # Configuration files. - - ${BASEDIR:-/volume1/docker}/doc-builder/config:/config - ports: - # Application WebUI - - 80:80 - restart: unless-stopped diff --git a/lsio/doc-builder/docker-run.sh b/lsio/doc-builder/docker-run.sh deleted file mode 100644 index cf90d7d..0000000 --- a/lsio/doc-builder/docker-run.sh +++ /dev/null @@ -1,11 +0,0 @@ -This container needs special attention. Please check https://hub.docker.com/r/linuxserver/doc-builder for details. -source ./.env -docker run -d \ - --name=doc-builder \ - -e PUID=${PUID:-1024} `# for GroupID` \ - -e PGID=${PGID:-100} `# for UserID` \ - -e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \ - -p 80:80 `# Application WebUI` \ - -v ${BASEDIR:-/volume1/docker}/doc-builder/config:/config `# Configuration files.` \ - --restart unless-stopped \ - ghcr.io/linuxserver/doc-builder diff --git a/lsio/doc-builder/run-once.sh b/lsio/doc-builder/run-once.sh deleted file mode 100644 index 46e3015..0000000 --- a/lsio/doc-builder/run-once.sh +++ /dev/null @@ -1,3 +0,0 @@ -ln -s ../docker-env.cfg ./.env -. ./.env -mkdir -p ${BASEDIR:-/volume1/docker}/doc-builder/config diff --git a/lsio/gazee/docker-compose.yaml b/lsio/gazee/docker-compose.yaml deleted file mode 100644 index 8ff2355..0000000 --- a/lsio/gazee/docker-compose.yaml +++ /dev/null @@ -1,29 +0,0 @@ -# THIS IMAGE IS DEPRECATED, IT WILL NO LONGER RECEIVE UPDATES. -# [Gazee](https://github.com/hubbcaps/gazee) is a WebApp Comic Reader for your -# favorite digital comics. Reach and read your comic library from any web -# connected device with a modern web browser. - ---- -version: "2.1" -services: - gazee: - image: ghcr.io/linuxserver/gazee - container_name: gazee - environment: - # for GroupID - - PUID=${PUID:-1024} - # for UserID - - PGID=${PGID:-100} - volumes: - # Where Gazee should store config files. - - ${BASEDIR:-/volume1/docker}/gazee/config:/config - # Path to comics folder. - - ${BASEDIR:-/volume1/docker}/gazee/comics:/comics - # Path to Mylar DB. - - ${BASEDIR:-/volume1/docker}/gazee/mylar:/mylar - # Where SSL certs should be stored. - - ${BASEDIR:-/volume1/docker}/gazee/certs:/certs - ports: - # WebUI - - 4242:4242 - restart: unless-stopped diff --git a/lsio/gazee/docker-run.sh b/lsio/gazee/docker-run.sh deleted file mode 100644 index 6e51467..0000000 --- a/lsio/gazee/docker-run.sh +++ /dev/null @@ -1,17 +0,0 @@ -# THIS IMAGE IS DEPRECATED, IT WILL NO LONGER RECEIVE UPDATES. -# [Gazee](https://github.com/hubbcaps/gazee) is a WebApp Comic Reader for your -# favorite digital comics. Reach and read your comic library from any web -# connected device with a modern web browser. - -source ./.env -docker run -d \ - --name=gazee \ - -e PUID=${PUID:-1024} `# for GroupID` \ - -e PGID=${PGID:-100} `# for UserID` \ - -p 4242:4242 `# WebUI` \ - -v ${BASEDIR:-/volume1/docker}/gazee/config:/config `# Where Gazee should store config files.` \ - -v ${BASEDIR:-/volume1/docker}/gazee/comics:/comics `# Path to comics folder.` \ - -v ${BASEDIR:-/volume1/docker}/gazee/mylar:/mylar `# Path to Mylar DB.` \ - -v ${BASEDIR:-/volume1/docker}/gazee/certs:/certs `# Where SSL certs should be stored.` \ - --restart unless-stopped \ - ghcr.io/linuxserver/gazee diff --git a/lsio/gazee/run-once.sh b/lsio/gazee/run-once.sh deleted file mode 100644 index 1308a87..0000000 --- a/lsio/gazee/run-once.sh +++ /dev/null @@ -1,6 +0,0 @@ -ln -s ../docker-env.cfg ./.env -. ./.env -mkdir -p ${BASEDIR:-/volume1/docker}/gazee/config -mkdir -p ${BASEDIR:-/volume1/docker}/gazee/comics -mkdir -p ${BASEDIR:-/volume1/docker}/gazee/mylar -mkdir -p ${BASEDIR:-/volume1/docker}/gazee/certs diff --git a/lsio/hydra/docker-compose.yaml b/lsio/hydra/docker-compose.yaml deleted file mode 100644 index 33b3b1b..0000000 --- a/lsio/hydra/docker-compose.yaml +++ /dev/null @@ -1,26 +0,0 @@ -# [Hydra](https://github.com/theotherp/nzbhydra) is a meta search for NZB -# indexers and the 'spiritual successor' to NZBmegasearcH. It provides easy -# access to a number of raw and newznab based indexers. - ---- -version: "2.1" -services: - hydra: - image: ghcr.io/linuxserver/hydra - container_name: hydra - environment: - # for GroupID - - PUID=${PUID:-1024} - # for UserID - - PGID=${PGID:-100} - # Specify a timezone to use for example Europe/Amsterdam - - TZ=${TZ:-Europe/Amsterdam} - volumes: - # Where hydra should store config files. - - ${BASEDIR:-/volume1/docker}/hydra/config:/config - # NZB download folder. - - ${BASEDIR:-/volume1/docker}/hydra/downloads:/downloads - ports: - # WebUI - - 5075:5075 - restart: unless-stopped diff --git a/lsio/hydra/docker-run.sh b/lsio/hydra/docker-run.sh deleted file mode 100644 index 63b2464..0000000 --- a/lsio/hydra/docker-run.sh +++ /dev/null @@ -1,15 +0,0 @@ -# [Hydra](https://github.com/theotherp/nzbhydra) is a meta search for NZB -# indexers and the 'spiritual successor' to NZBmegasearcH. It provides easy -# access to a number of raw and newznab based indexers. - -source ./.env -docker run -d \ - --name=hydra \ - -e PUID=${PUID:-1024} `# for GroupID` \ - -e PGID=${PGID:-100} `# for UserID` \ - -e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \ - -p 5075:5075 `# WebUI` \ - -v ${BASEDIR:-/volume1/docker}/hydra/config:/config `# Where hydra should store config files.` \ - -v ${BASEDIR:-/volume1/docker}/hydra/downloads:/downloads `# NZB download folder.` \ - --restart unless-stopped \ - ghcr.io/linuxserver/hydra diff --git a/lsio/hydra/run-once.sh b/lsio/hydra/run-once.sh deleted file mode 100644 index a940b8a..0000000 --- a/lsio/hydra/run-once.sh +++ /dev/null @@ -1,4 +0,0 @@ -ln -s ../docker-env.cfg ./.env -. ./.env -mkdir -p ${BASEDIR:-/volume1/docker}/hydra/config -mkdir -p ${BASEDIR:-/volume1/docker}/hydra/downloads diff --git a/lsio/hydra2/docker-compose.yaml b/lsio/hydra2/docker-compose.yaml deleted file mode 100644 index ee2cf7f..0000000 --- a/lsio/hydra2/docker-compose.yaml +++ /dev/null @@ -1,34 +0,0 @@ -# THIS IMAGE IS DEPRECATED. We will continue releases with a new image under the -# correct name: linuxserver/nzbhydra2. -# [Hydra2](https://github.com/theotherp/nzbhydra2) is a meta search application -# for NZB indexers, the 'spiritual successor' to NZBmegasearcH, and an evolution -# of the original application [NZBHydra](https://github.com/theotherp/nzbhydra). -# It provides easy access to a number of raw and newznab based indexers. The -# application NZBHydra 2 is replacing NZBHydra 1 and supports migrating from V1. -# Be wary that there may be some compatibility issues for those migrating from -# V1 to V2, so ensure you back up your old configuration before moving over to -# the new version. **NOTE:** The last version that supports migration is -# `linuxserver/hydra2:v2.10.2-ls49` - ---- -version: "2.1" -services: - hydra2: - image: ghcr.io/linuxserver/hydra2 - container_name: hydra2 - environment: - # for GroupID - - PUID=${PUID:-1024} - # for UserID - - PGID=${PGID:-100} - # Specify a timezone to use for example Europe/Amsterdam - - TZ=${TZ:-Europe/Amsterdam} - volumes: - # Where hydra2 should store config files. - - ${BASEDIR:-/volume1/docker}/hydra2/config:/config - # NZB download folder. - - ${BASEDIR:-/volume1/docker}/hydra2/downloads:/downloads - ports: - # WebUI - - 5076:5076 - restart: unless-stopped diff --git a/lsio/hydra2/docker-run.sh b/lsio/hydra2/docker-run.sh deleted file mode 100644 index 34f2bfc..0000000 --- a/lsio/hydra2/docker-run.sh +++ /dev/null @@ -1,23 +0,0 @@ -# THIS IMAGE IS DEPRECATED. We will continue releases with a new image under the -# correct name: linuxserver/nzbhydra2. -# [Hydra2](https://github.com/theotherp/nzbhydra2) is a meta search application -# for NZB indexers, the 'spiritual successor' to NZBmegasearcH, and an evolution -# of the original application [NZBHydra](https://github.com/theotherp/nzbhydra). -# It provides easy access to a number of raw and newznab based indexers. The -# application NZBHydra 2 is replacing NZBHydra 1 and supports migrating from V1. -# Be wary that there may be some compatibility issues for those migrating from -# V1 to V2, so ensure you back up your old configuration before moving over to -# the new version. **NOTE:** The last version that supports migration is -# `linuxserver/hydra2:v2.10.2-ls49` - -source ./.env -docker run -d \ - --name=hydra2 \ - -e PUID=${PUID:-1024} `# for GroupID` \ - -e PGID=${PGID:-100} `# for UserID` \ - -e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \ - -p 5076:5076 `# WebUI` \ - -v ${BASEDIR:-/volume1/docker}/hydra2/config:/config `# Where hydra2 should store config files.` \ - -v ${BASEDIR:-/volume1/docker}/hydra2/downloads:/downloads `# NZB download folder.` \ - --restart unless-stopped \ - ghcr.io/linuxserver/hydra2 diff --git a/lsio/hydra2/run-once.sh b/lsio/hydra2/run-once.sh deleted file mode 100644 index 4c6ece0..0000000 --- a/lsio/hydra2/run-once.sh +++ /dev/null @@ -1,4 +0,0 @@ -ln -s ../docker-env.cfg ./.env -. ./.env -mkdir -p ${BASEDIR:-/volume1/docker}/hydra2/config -mkdir -p ${BASEDIR:-/volume1/docker}/hydra2/downloads diff --git a/lsio/letsencrypt/docker-compose.yaml b/lsio/letsencrypt/docker-compose.yaml deleted file mode 100644 index 776d73f..0000000 --- a/lsio/letsencrypt/docker-compose.yaml +++ /dev/null @@ -1,21 +0,0 @@ -This container needs special attention. Please check https://hub.docker.com/r/linuxserver/letsencrypt for details. ---- -version: "2.1" -services: - letsencrypt: - image: ghcr.io/linuxserver/letsencrypt - container_name: letsencrypt - environment: - # for GroupID - - PUID=${PUID:-1024} - # for UserID - - PGID=${PGID:-100} - # Specify a timezone to use for example Europe/Amsterdam - - TZ=${TZ:-Europe/Amsterdam} - volumes: - # Configuration files. - - ${BASEDIR:-/volume1/docker}/letsencrypt/config:/config - ports: - # Application WebUI - - 80:80 - restart: unless-stopped diff --git a/lsio/letsencrypt/docker-run.sh b/lsio/letsencrypt/docker-run.sh deleted file mode 100644 index bc64787..0000000 --- a/lsio/letsencrypt/docker-run.sh +++ /dev/null @@ -1,11 +0,0 @@ -This container needs special attention. Please check https://hub.docker.com/r/linuxserver/letsencrypt for details. -source ./.env -docker run -d \ - --name=letsencrypt \ - -e PUID=${PUID:-1024} `# for GroupID` \ - -e PGID=${PGID:-100} `# for UserID` \ - -e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \ - -p 80:80 `# Application WebUI` \ - -v ${BASEDIR:-/volume1/docker}/letsencrypt/config:/config `# Configuration files.` \ - --restart unless-stopped \ - ghcr.io/linuxserver/letsencrypt diff --git a/lsio/letsencrypt/run-once.sh b/lsio/letsencrypt/run-once.sh deleted file mode 100644 index e24c797..0000000 --- a/lsio/letsencrypt/run-once.sh +++ /dev/null @@ -1,3 +0,0 @@ -ln -s ../docker-env.cfg ./.env -. ./.env -mkdir -p ${BASEDIR:-/volume1/docker}/letsencrypt/config diff --git a/lsio/libresonic/docker-compose.yaml b/lsio/libresonic/docker-compose.yaml deleted file mode 100644 index ee12c5c..0000000 --- a/lsio/libresonic/docker-compose.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# THIS IMAGE IS DEPRECATED. PLEASE USE AIRSONIC `linuxserver/airsonic` -# [Libresonic](https://github.com/Libresonic/libresonic) is a free, web-based -# media streamer, providing ubiqutious access to your music. Use it to share -# your music with friends, or to listen to your own music while at work. You can -# stream to multiple players simultaneously, for instance to one player in your -# kitchen and another in your living room. - ---- -version: "2.1" -services: - libresonic: - image: ghcr.io/linuxserver/libresonic - container_name: libresonic - environment: - # for GroupID - - PUID=${PUID:-1024} - # for UserID - - PGID=${PGID:-100} - # Specify a timezone to use for example Europe/Amsterdam - - TZ=${TZ:-Europe/Amsterdam} - # For setting url-base in reverse proxy setups. - - CONTEXT_PATH= # optional - volumes: - # Configuration file location. - - ${BASEDIR:-/volume1/docker}/libresonic/config:/config - # Location of music. - - ${BASEDIR:-/volume1/docker}/libresonic/music:/music - # Location for playlists to be saved to. - - ${BASEDIR:-/volume1/docker}/libresonic/playlists:/playlists - # Location of podcasts. - - ${BASEDIR:-/volume1/docker}/libresonic/podcasts:/podcasts - # Location of other media. - - ${BASEDIR:-/volume1/docker}/libresonic/media:/media # optional - ports: - # WebUI - - 4040:4040 - restart: unless-stopped diff --git a/lsio/libresonic/docker-run.sh b/lsio/libresonic/docker-run.sh deleted file mode 100644 index 6bc75d2..0000000 --- a/lsio/libresonic/docker-run.sh +++ /dev/null @@ -1,22 +0,0 @@ -# THIS IMAGE IS DEPRECATED. PLEASE USE AIRSONIC `linuxserver/airsonic` -# [Libresonic](https://github.com/Libresonic/libresonic) is a free, web-based -# media streamer, providing ubiqutious access to your music. Use it to share -# your music with friends, or to listen to your own music while at work. You can -# stream to multiple players simultaneously, for instance to one player in your -# kitchen and another in your living room. - -source ./.env -docker run -d \ - --name=libresonic \ - -e PUID=${PUID:-1024} `# for GroupID` \ - -e PGID=${PGID:-100} `# for UserID` \ - -e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \ - -e CONTEXT_PATH= `# optional` `# For setting url-base in reverse proxy setups.` \ - -p 4040:4040 `# WebUI` \ - -v ${BASEDIR:-/volume1/docker}/libresonic/config:/config `# Configuration file location.` \ - -v ${BASEDIR:-/volume1/docker}/libresonic/music:/music `# Location of music.` \ - -v ${BASEDIR:-/volume1/docker}/libresonic/playlists:/playlists `# Location for playlists to be saved to.` \ - -v ${BASEDIR:-/volume1/docker}/libresonic/podcasts:/podcasts `# Location of podcasts.` \ - -v ${BASEDIR:-/volume1/docker}/libresonic/media:/media `# optional` `# Location of other media.` \ - --restart unless-stopped \ - ghcr.io/linuxserver/libresonic diff --git a/lsio/libresonic/run-once.sh b/lsio/libresonic/run-once.sh deleted file mode 100644 index 0ed0a65..0000000 --- a/lsio/libresonic/run-once.sh +++ /dev/null @@ -1,7 +0,0 @@ -ln -s ../docker-env.cfg ./.env -. ./.env -mkdir -p ${BASEDIR:-/volume1/docker}/libresonic/config -mkdir -p ${BASEDIR:-/volume1/docker}/libresonic/music -mkdir -p ${BASEDIR:-/volume1/docker}/libresonic/playlists -mkdir -p ${BASEDIR:-/volume1/docker}/libresonic/podcasts -mkdir -p ${BASEDIR:-/volume1/docker}/libresonic/media `#optional` diff --git a/lsio/musicbrainz/docker-compose.yaml b/lsio/musicbrainz/docker-compose.yaml deleted file mode 100644 index 0b5aff4..0000000 --- a/lsio/musicbrainz/docker-compose.yaml +++ /dev/null @@ -1,21 +0,0 @@ -This container needs special attention. Please check https://hub.docker.com/r/linuxserver/musicbrainz for details. ---- -version: "2.1" -services: - musicbrainz: - image: ghcr.io/linuxserver/musicbrainz - container_name: musicbrainz - environment: - # for GroupID - - PUID=${PUID:-1024} - # for UserID - - PGID=${PGID:-100} - # Specify a timezone to use for example Europe/Amsterdam - - TZ=${TZ:-Europe/Amsterdam} - volumes: - # Configuration files. - - ${BASEDIR:-/volume1/docker}/musicbrainz/config:/config - ports: - # Application WebUI - - 80:80 - restart: unless-stopped diff --git a/lsio/musicbrainz/docker-run.sh b/lsio/musicbrainz/docker-run.sh deleted file mode 100644 index 7c801a6..0000000 --- a/lsio/musicbrainz/docker-run.sh +++ /dev/null @@ -1,11 +0,0 @@ -This container needs special attention. Please check https://hub.docker.com/r/linuxserver/musicbrainz for details. -source ./.env -docker run -d \ - --name=musicbrainz \ - -e PUID=${PUID:-1024} `# for GroupID` \ - -e PGID=${PGID:-100} `# for UserID` \ - -e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \ - -p 80:80 `# Application WebUI` \ - -v ${BASEDIR:-/volume1/docker}/musicbrainz/config:/config `# Configuration files.` \ - --restart unless-stopped \ - ghcr.io/linuxserver/musicbrainz diff --git a/lsio/musicbrainz/run-once.sh b/lsio/musicbrainz/run-once.sh deleted file mode 100644 index 8547306..0000000 --- a/lsio/musicbrainz/run-once.sh +++ /dev/null @@ -1,3 +0,0 @@ -ln -s ../docker-env.cfg ./.env -. ./.env -mkdir -p ${BASEDIR:-/volume1/docker}/musicbrainz/config diff --git a/lsio/mylar/docker-compose.yaml b/lsio/mylar/docker-compose.yaml deleted file mode 100644 index cebf310..0000000 --- a/lsio/mylar/docker-compose.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# [Mylar](https://github.com/evilhero/mylar) is an automated Comic Book -# downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents. - ---- -version: "2.1" -services: - mylar: - image: ghcr.io/linuxserver/mylar - container_name: mylar - environment: - # for GroupID - - PUID=${PUID:-1024} - # for UserID - - PGID=${PGID:-100} - volumes: - # Where mylar should store config files. - - ${BASEDIR:-/volume1/docker}/mylar/config:/config - # Map to your comics folder. - - ${BASEDIR:-/volume1/docker}/mylar/comics:/comics - # Map to your downloads folder. - - ${BASEDIR:-/volume1/docker}/mylar/downloads:/downloads - ports: - # WebUI - - 8090:8090 - restart: unless-stopped diff --git a/lsio/mylar/docker-run.sh b/lsio/mylar/docker-run.sh deleted file mode 100644 index 59dec24..0000000 --- a/lsio/mylar/docker-run.sh +++ /dev/null @@ -1,14 +0,0 @@ -# [Mylar](https://github.com/evilhero/mylar) is an automated Comic Book -# downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents. - -source ./.env -docker run -d \ - --name=mylar \ - -e PUID=${PUID:-1024} `# for GroupID` \ - -e PGID=${PGID:-100} `# for UserID` \ - -p 8090:8090 `# WebUI` \ - -v ${BASEDIR:-/volume1/docker}/mylar/config:/config `# Where mylar should store config files.` \ - -v ${BASEDIR:-/volume1/docker}/mylar/comics:/comics `# Map to your comics folder.` \ - -v ${BASEDIR:-/volume1/docker}/mylar/downloads:/downloads `# Map to your downloads folder.` \ - --restart unless-stopped \ - ghcr.io/linuxserver/mylar diff --git a/lsio/mylar/run-once.sh b/lsio/mylar/run-once.sh deleted file mode 100644 index 5de7442..0000000 --- a/lsio/mylar/run-once.sh +++ /dev/null @@ -1,5 +0,0 @@ -ln -s ../docker-env.cfg ./.env -. ./.env -mkdir -p ${BASEDIR:-/volume1/docker}/mylar/config -mkdir -p ${BASEDIR:-/volume1/docker}/mylar/comics -mkdir -p ${BASEDIR:-/volume1/docker}/mylar/downloads diff --git a/lsio/openvpn-as/docker-compose.yaml b/lsio/openvpn-as/docker-compose.yaml deleted file mode 100644 index bd7abfa..0000000 --- a/lsio/openvpn-as/docker-compose.yaml +++ /dev/null @@ -1,37 +0,0 @@ -# [Openvpn-as](https://openvpn.net/index.php/access-server/overview.html) is a -# full featured secure network tunneling VPN software solution that integrates -# OpenVPN server capabilities, enterprise management capabilities, simplified -# OpenVPN Connect UI, and OpenVPN Client software packages that accommodate -# Windows, MAC, Linux, Android, and iOS environments. OpenVPN Access Server -# supports a wide range of configurations, including secure and granular remote -# access to internal network and/ or private cloud network resources and -# applications with fine-grained access control. - ---- -version: "2.1" -services: - openvpn-as: - image: ghcr.io/linuxserver/openvpn-as - container_name: openvpn-as - cap_add: - - NET_ADMIN - environment: - # for GroupID - - PUID=${PUID:-1024} - # for UserID - - PGID=${PGID:-100} - # Specify a timezone to use for example Europe/Amsterdam - - TZ=${TZ:-Europe/Amsterdam} - # With bridge networking, leave it as eth0 (or don't include at all), if host or macvlan, set it to your host's network interface, found by running `ifconfig` - - INTERFACE=eth0 # optional - volumes: - # Where openvpn-as should store configuration files. - - ${BASEDIR:-/volume1/docker}/openvpn-as/config:/config - ports: - # Admin GUI port. - - 943:943 - # TCP port. - - 9443:9443 - # UDP port. - - 1194:1194/udp - restart: unless-stopped diff --git a/lsio/openvpn-as/docker-run.sh b/lsio/openvpn-as/docker-run.sh deleted file mode 100644 index 35333f2..0000000 --- a/lsio/openvpn-as/docker-run.sh +++ /dev/null @@ -1,23 +0,0 @@ -# [Openvpn-as](https://openvpn.net/index.php/access-server/overview.html) is a -# full featured secure network tunneling VPN software solution that integrates -# OpenVPN server capabilities, enterprise management capabilities, simplified -# OpenVPN Connect UI, and OpenVPN Client software packages that accommodate -# Windows, MAC, Linux, Android, and iOS environments. OpenVPN Access Server -# supports a wide range of configurations, including secure and granular remote -# access to internal network and/ or private cloud network resources and -# applications with fine-grained access control. - -source ./.env -docker run -d \ - --name=openvpn-as \ - --cap-add=NET_ADMIN \ - -e PUID=${PUID:-1024} `# for GroupID` \ - -e PGID=${PGID:-100} `# for UserID` \ - -e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \ - -e INTERFACE=eth0 `# optional` `# With bridge networking, leave it as eth0 (or don't include at all), if host or macvlan, set it to your host's network interface, found by running `ifconfig`` \ - -p 943:943 `# Admin GUI port.` \ - -p 9443:9443 `# TCP port.` \ - -p 1194:1194/udp `# UDP port.` \ - -v ${BASEDIR:-/volume1/docker}/openvpn-as/config:/config `# Where openvpn-as should store configuration files.` \ - --restart unless-stopped \ - ghcr.io/linuxserver/openvpn-as diff --git a/lsio/openvpn-as/run-once.sh b/lsio/openvpn-as/run-once.sh deleted file mode 100644 index 7f2ac38..0000000 --- a/lsio/openvpn-as/run-once.sh +++ /dev/null @@ -1,3 +0,0 @@ -ln -s ../docker-env.cfg ./.env -. ./.env -mkdir -p ${BASEDIR:-/volume1/docker}/openvpn-as/config diff --git a/lsio/organizr/docker-compose.yaml b/lsio/organizr/docker-compose.yaml deleted file mode 100644 index d7c9d0b..0000000 --- a/lsio/organizr/docker-compose.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# # THIS IMAGE IS DEPRECATED. Please use the official image at -# https://hub.docker.com/r/organizr/organizr -# [Organizr](https://github.com/causefx/Organizr) is a HTPC/Homelab Services -# Organizer - Written in PHP Do you have quite a bit of services running on your -# computer or server? Do you have a lot of bookmarks or have to memorize a bunch -# of ip's and ports? Well, Organizr is here to help with that. Organizr allows -# you to setup 'Tabs' that will be loaded all in one webpage. You can then work -# on your server with ease. You can even open up two tabs side by side. Want to -# give users access to some Tabs? No problem, just enable user support and have -# them make an account. Want guests to be able to visit too? Enable Guest -# support for those tabs. For more information on Organizr and information on -# how to use it visit their site at https://github.com/causefx/Organizr - ---- -version: "2.1" -services: - organizr: - image: ghcr.io/linuxserver/organizr - container_name: organizr - environment: - # for GroupID - - PUID=${PUID:-1024} - # for UserID - - PGID=${PGID:-100} - # Specify a timezone to use for example Europe/Amsterdam - - TZ=${TZ:-Europe/Amsterdam} - volumes: - # this is where your user data and logs will live - - ${BASEDIR:-/volume1/docker}/organizr/config:/config - ports: - # will map the container's port 80 to port 9983 on the host - - 9983:80 - restart: unless-stopped diff --git a/lsio/organizr/docker-run.sh b/lsio/organizr/docker-run.sh deleted file mode 100644 index f8f400c..0000000 --- a/lsio/organizr/docker-run.sh +++ /dev/null @@ -1,23 +0,0 @@ -# # THIS IMAGE IS DEPRECATED. Please use the official image at -# https://hub.docker.com/r/organizr/organizr -# [Organizr](https://github.com/causefx/Organizr) is a HTPC/Homelab Services -# Organizer - Written in PHP Do you have quite a bit of services running on your -# computer or server? Do you have a lot of bookmarks or have to memorize a bunch -# of ip's and ports? Well, Organizr is here to help with that. Organizr allows -# you to setup 'Tabs' that will be loaded all in one webpage. You can then work -# on your server with ease. You can even open up two tabs side by side. Want to -# give users access to some Tabs? No problem, just enable user support and have -# them make an account. Want guests to be able to visit too? Enable Guest -# support for those tabs. For more information on Organizr and information on -# how to use it visit their site at https://github.com/causefx/Organizr - -source ./.env -docker run -d \ - --name=organizr \ - -e PUID=${PUID:-1024} `# for GroupID` \ - -e PGID=${PGID:-100} `# for UserID` \ - -e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \ - -p 9983:80 `# will map the container's port 80 to port 9983 on the host` \ - -v ${BASEDIR:-/volume1/docker}/organizr/config:/config `# this is where your user data and logs will live` \ - --restart unless-stopped \ - ghcr.io/linuxserver/organizr diff --git a/lsio/organizr/run-once.sh b/lsio/organizr/run-once.sh deleted file mode 100644 index c49a693..0000000 --- a/lsio/organizr/run-once.sh +++ /dev/null @@ -1,3 +0,0 @@ -ln -s ../docker-env.cfg ./.env -. ./.env -mkdir -p ${BASEDIR:-/volume1/docker}/organizr/config diff --git a/lsio/plexpy/docker-compose.yaml b/lsio/plexpy/docker-compose.yaml deleted file mode 100644 index ee1a311..0000000 --- a/lsio/plexpy/docker-compose.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# [Tautulli](http://tautulli.com) is a python based web application for -# monitoring, analytics and notifications for Plex Media Server. - ---- -version: "2.1" -services: - tautulli: - image: ghcr.io/linuxserver/tautulli - container_name: tautulli - environment: - # for GroupID - - PUID=${PUID:-1024} - # for UserID - - PGID=${PGID:-100} - # Specify a timezone to use for example Europe/Amsterdam - - TZ=${TZ:-Europe/Amsterdam} - volumes: - # Contains tautulli config and database. - - ${BASEDIR:-/volume1/docker}/tautulli/config:/config - ports: - # WebUI - - 8181:8181 - restart: unless-stopped diff --git a/lsio/plexpy/docker-run.sh b/lsio/plexpy/docker-run.sh deleted file mode 100644 index c4ce025..0000000 --- a/lsio/plexpy/docker-run.sh +++ /dev/null @@ -1,13 +0,0 @@ -# [Tautulli](http://tautulli.com) is a python based web application for -# monitoring, analytics and notifications for Plex Media Server. - -source ./.env -docker run -d \ - --name=tautulli \ - -e PUID=${PUID:-1024} `# for GroupID` \ - -e PGID=${PGID:-100} `# for UserID` \ - -e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \ - -p 8181:8181 `# WebUI` \ - -v ${BASEDIR:-/volume1/docker}/tautulli/config:/config `# Contains tautulli config and database.` \ - --restart unless-stopped \ - ghcr.io/linuxserver/tautulli diff --git a/lsio/plexpy/run-once.sh b/lsio/plexpy/run-once.sh deleted file mode 100644 index e884232..0000000 --- a/lsio/plexpy/run-once.sh +++ /dev/null @@ -1,3 +0,0 @@ -ln -s ../docker-env.cfg ./.env -. ./.env -mkdir -p ${BASEDIR:-/volume1/docker}/tautulli/config diff --git a/lsio/pydio/docker-compose.yaml b/lsio/pydio/docker-compose.yaml deleted file mode 100644 index 4e5422e..0000000 --- a/lsio/pydio/docker-compose.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# [Pydio](https://pydio.com/) (formerly AjaXplorer) is a mature open source -# software solution for file sharing and synchronization. With intuitive user -# interfaces (web / mobile / desktop), Pydio provides enterprise-grade features -# to gain back control and privacy of your data: user directory connectors, -# legacy filesystems drivers, comprehensive admin interface, and much more. - ---- -version: "2.1" -services: - pydio: - image: ghcr.io/linuxserver/pydio - container_name: pydio - environment: - # for GroupID - - PUID=${PUID:-1024} - # for UserID - - PGID=${PGID:-100} - # Specify a timezone to use for example Europe/Amsterdam - - TZ=${TZ:-Europe/Amsterdam} - volumes: - # Where pydio should store it's configuration files. - - ${BASEDIR:-/volume1/docker}/pydio/config:/config - # Where pydio should store uploaded files. - - ${BASEDIR:-/volume1/docker}/pydio/data:/data - ports: - # WebUI - - 443:443 - restart: unless-stopped diff --git a/lsio/pydio/docker-run.sh b/lsio/pydio/docker-run.sh deleted file mode 100644 index a3ab14f..0000000 --- a/lsio/pydio/docker-run.sh +++ /dev/null @@ -1,17 +0,0 @@ -# [Pydio](https://pydio.com/) (formerly AjaXplorer) is a mature open source -# software solution for file sharing and synchronization. With intuitive user -# interfaces (web / mobile / desktop), Pydio provides enterprise-grade features -# to gain back control and privacy of your data: user directory connectors, -# legacy filesystems drivers, comprehensive admin interface, and much more. - -source ./.env -docker run -d \ - --name=pydio \ - -e PUID=${PUID:-1024} `# for GroupID` \ - -e PGID=${PGID:-100} `# for UserID` \ - -e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \ - -p 443:443 `# WebUI` \ - -v ${BASEDIR:-/volume1/docker}/pydio/config:/config `# Where pydio should store it's configuration files.` \ - -v ${BASEDIR:-/volume1/docker}/pydio/data:/data `# Where pydio should store uploaded files.` \ - --restart unless-stopped \ - ghcr.io/linuxserver/pydio diff --git a/lsio/pydio/run-once.sh b/lsio/pydio/run-once.sh deleted file mode 100644 index 837e052..0000000 --- a/lsio/pydio/run-once.sh +++ /dev/null @@ -1,4 +0,0 @@ -ln -s ../docker-env.cfg ./.env -. ./.env -mkdir -p ${BASEDIR:-/volume1/docker}/pydio/config -mkdir -p ${BASEDIR:-/volume1/docker}/pydio/data diff --git a/lsio/rutorrent/docker-compose.yaml b/lsio/rutorrent/docker-compose.yaml deleted file mode 100644 index d02d465..0000000 --- a/lsio/rutorrent/docker-compose.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# [Rutorrent](https://github.com/Novik/ruTorrent) is a popular rtorrent client -# with a webui for ease of use. - ---- -version: "2.1" -services: - rutorrent: - image: ghcr.io/linuxserver/rutorrent - container_name: rutorrent - environment: - # for GroupID - - PUID=${PUID:-1024} - # for UserID - - PGID=${PGID:-100} - # Specify a timezone to use for example Europe/Amsterdam - - TZ=${TZ:-Europe/Amsterdam} - volumes: - # where ruTorrent should store it's config files - - ${BASEDIR:-/volume1/docker}/rutorrent/config:/config - # path to your downloads folder - - ${BASEDIR:-/volume1/docker}/rutorrent/downloads:/downloads - ports: - # ruTorrent Web UI - - 80:80 - # scgi port - - 5000:5000 - # Bit-torrent port - - 51413:51413 - # Bit-torrent port - - 6881:6881/udp - restart: unless-stopped diff --git a/lsio/rutorrent/docker-run.sh b/lsio/rutorrent/docker-run.sh deleted file mode 100644 index a4560f5..0000000 --- a/lsio/rutorrent/docker-run.sh +++ /dev/null @@ -1,17 +0,0 @@ -# [Rutorrent](https://github.com/Novik/ruTorrent) is a popular rtorrent client -# with a webui for ease of use. - -source ./.env -docker run -d \ - --name=rutorrent \ - -e PUID=${PUID:-1024} `# for GroupID` \ - -e PGID=${PGID:-100} `# for UserID` \ - -e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \ - -p 80:80 `# ruTorrent Web UI` \ - -p 5000:5000 `# scgi port` \ - -p 51413:51413 `# Bit-torrent port` \ - -p 6881:6881/udp `# Bit-torrent port` \ - -v ${BASEDIR:-/volume1/docker}/rutorrent/config:/config `# where ruTorrent should store it's config files` \ - -v ${BASEDIR:-/volume1/docker}/rutorrent/downloads:/downloads `# path to your downloads folder` \ - --restart unless-stopped \ - ghcr.io/linuxserver/rutorrent diff --git a/lsio/rutorrent/run-once.sh b/lsio/rutorrent/run-once.sh deleted file mode 100644 index f166817..0000000 --- a/lsio/rutorrent/run-once.sh +++ /dev/null @@ -1,4 +0,0 @@ -ln -s ../docker-env.cfg ./.env -. ./.env -mkdir -p ${BASEDIR:-/volume1/docker}/rutorrent/config -mkdir -p ${BASEDIR:-/volume1/docker}/rutorrent/downloads diff --git a/lsio/sickrage/docker-compose.yaml b/lsio/sickrage/docker-compose.yaml deleted file mode 100644 index 9e882d1..0000000 --- a/lsio/sickrage/docker-compose.yaml +++ /dev/null @@ -1,28 +0,0 @@ -# [Sickrage](https://sick-rage.github.io/) has been deprecated. Please use -# [linuxserver/sickchill](https://github.com/linuxserver/docker-sickchill) -# instead - ---- -version: "2.1" -services: - sickrage: - image: ghcr.io/linuxserver/sickrage - container_name: sickrage - environment: - # for GroupID - - PUID=${PUID:-1024} - # for UserID - - PGID=${PGID:-100} - # Specify a timezone to use for example Europe/Amsterdam - - TZ=${TZ:-Europe/Amsterdam} - volumes: - # Configuration files. - - ${BASEDIR:-/volume1/docker}/sickrage/config:/config - # ISOs. - - ${BASEDIR:-/volume1/docker}/sickrage/downloads:/downloads - # TV library directory. - - ${BASEDIR:-/volume1/docker}/sickrage/tv:/tv - ports: - # Application WebUI - - 8081:8081 - restart: unless-stopped diff --git a/lsio/sickrage/docker-run.sh b/lsio/sickrage/docker-run.sh deleted file mode 100644 index 217aeaf..0000000 --- a/lsio/sickrage/docker-run.sh +++ /dev/null @@ -1,16 +0,0 @@ -# [Sickrage](https://sick-rage.github.io/) has been deprecated. Please use -# [linuxserver/sickchill](https://github.com/linuxserver/docker-sickchill) -# instead - -source ./.env -docker run -d \ - --name=sickrage \ - -e PUID=${PUID:-1024} `# for GroupID` \ - -e PGID=${PGID:-100} `# for UserID` \ - -e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \ - -p 8081:8081 `# Application WebUI` \ - -v ${BASEDIR:-/volume1/docker}/sickrage/config:/config `# Configuration files.` \ - -v ${BASEDIR:-/volume1/docker}/sickrage/downloads:/downloads `# ISOs.` \ - -v ${BASEDIR:-/volume1/docker}/sickrage/tv:/tv `# TV library directory.` \ - --restart unless-stopped \ - ghcr.io/linuxserver/sickrage diff --git a/lsio/sickrage/run-once.sh b/lsio/sickrage/run-once.sh deleted file mode 100644 index 7a872f7..0000000 --- a/lsio/sickrage/run-once.sh +++ /dev/null @@ -1,5 +0,0 @@ -ln -s ../docker-env.cfg ./.env -. ./.env -mkdir -p ${BASEDIR:-/volume1/docker}/sickrage/config -mkdir -p ${BASEDIR:-/volume1/docker}/sickrage/downloads -mkdir -p ${BASEDIR:-/volume1/docker}/sickrage/tv