1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-04 07:47:45 +02:00

restructuring of docker interlinking

This commit is contained in:
tiyn 2023-02-15 17:46:30 +01:00
parent c524b7fd9a
commit 29633b165a
89 changed files with 240 additions and 122 deletions

31
wiki/*arr.md Normal file
View File

@ -0,0 +1,31 @@
# \*ARR
\*ARR application is a class of applications made as personal video recorders in
the usenet and [BitTorrent](/wiki/bittorrent.md) domain.
These applications include but are not limited to
[Sonarr](https://github.com/Sonarr/Sonarr) for
[TV shows](/wiki/movies_&_tv_shows.md),
[Radarr](https://github.com/Radarr/Radarr) for
[movies](/wiki/movies_&_tv_shows.md) and
[Lidarr](https://github.com/Lidarr/Lidarr) for [music](/wiki/audio.md).
## Setup
For the different applications there are different [Docker](/wiki/docker.md)
containers for setup:
[Linuxservers Sonarr image](/wiki/docker-images/linuxserver_-_sonarr.md),
[Linuxservers Radarr image](/wiki/docker-images/linuxserver_-_radarr.md) and
[Linuxservers Lidarr image](/wiki/docker-images/linuxserver_-_lidarr.md).
### Initial Configuration
For the initial configuration navigate to `System` and `Status`.
Afterwards check if there are any messages.
There are probably a few steps that need to be taken to complete the setup.
Set the `Download Clients` under `Settings`.
For this an instance of a [BitTorrent Client](/wiki/bittorrent.md#clients) can
be used.
Next an indexer needs to be added.
For this [Jackett](/wiki/jackett.md) can be used.
A guide to add Jackett indexers is featured in
[the Jackett entry](/wiki/jackett.md#adding-a-jackett-indexer-to-arr-applications).

View File

@ -9,7 +9,7 @@ A more modern implementation of it is
## Set up ## Set up
The software can be setup via docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[linuxserver image](./docker-images/linuxserver_-_airsonic.md). [linuxserver image](./docker-images/linuxserver_-_airsonic.md).
### Clients ### Clients

View File

@ -8,7 +8,7 @@ as it is not possible anymore to show user pages but only single posts.
## Setup ## Setup
The software can be setup via docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[cloudrac3r image](./docker-images/cloudrac3r_-_bibliogram.md). [cloudrac3r image](./docker-images/cloudrac3r_-_bibliogram.md).
## Automatic redirect from Instagram ## Automatic redirect from Instagram

View File

@ -12,6 +12,13 @@ The list below shows clients with an existing entry in this wiki.
- [Transmission](/wiki/transmission.md) - [Transmission](/wiki/transmission.md)
## Personal Video Recorders
There are a bunch of applications intended as personal video recorders for
usenet or BitTorrent usage.
These include the so called [\*ARR applications](/wiki/*arr.md).
Usually an indexer application like [Jackett](/wiki/jackett.md) is needed.
## Legal Situation ## Legal Situation
This is not a legal advice. This is not a legal advice.

View File

@ -5,7 +5,7 @@ unix and unix-like systems.
## Setup ## Setup
The software can be setup via docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[linuxserver image](./docker-images/linuxserver_-_airsonic.md). [linuxserver image](./docker-images/linuxserver_-_airsonic.md).
Additionally to this a client is needed on the system that need access to the Additionally to this a client is needed on the system that need access to the
server software. server software.

View File

@ -1,6 +1,7 @@
# alexta69 - metube # alexta69 - metube
This is a docker container for a [MeTube](/wiki/metube.md) server. This is a [Docker](/wiki/docker.md) container for a [MeTube](/wiki/metube.md)
server.
The official container and documentation was made by The official container and documentation was made by
[alexta69](https://github.com/alexta69/metube). [alexta69](https://github.com/alexta69/metube).
This docker-rebuild is made up by a `docker-compose.yml` file. This docker-rebuild is made up by a `docker-compose.yml` file.

View File

@ -1,6 +1,6 @@
# awesometechnologies - synapse-admin # awesometechnologies - synapse-admin
This is a docker container for a Synapse server of [Matrix](../matrix.md). This is a [Docker](/wiki/docker.md) container for a Synapse server of [Matrix](../matrix.md).
The official container and documentation was made by The official container and documentation was made by
[awesometechnologies](https://hub.docker.com/awesometechnologies/synapse-admin). [awesometechnologies](https://hub.docker.com/awesometechnologies/synapse-admin).
This docker-rebuild is made up by a `docker-compose.yml` file. This docker-rebuild is made up by a `docker-compose.yml` file.

View File

@ -1,6 +1,6 @@
# axhilrex - podgrab # axhilrex - podgrab
This is a docker container for a [Podgrab](../podgrab.md) This is a [Docker](/wiki/docker.md) container for a [Podgrab](../podgrab.md)
server. server.
The official container and documentation was made by The official container and documentation was made by
[axhilrex](https://github.com/akhilrex/podgrab). [axhilrex](https://github.com/akhilrex/podgrab).

View File

@ -1,6 +1,6 @@
# b4bz - homer # b4bz - homer
This is a docker container for a Homer static site. This is a [Docker](/wiki/docker.md) container for a Homer static site.
The official container and documentation was made by [b4bz](https://hub.docker.com/r/b4bz/homer). The official container and documentation was made by [b4bz](https://hub.docker.com/r/b4bz/homer).
## Set-up ## Set-up

View File

@ -1,6 +1,7 @@
# benbusby - whoogle-search # benbusby - whoogle-search
This is a docker container for a [whoogle](../whoogle.md) meta-search machine. This is a [Docker](/wiki/docker.md) container for a [whoogle](../whoogle.md)
meta-search machine.
The official container and documentation was made by The official container and documentation was made by
[benbusby](https://github.com/benbusby/whoogle-search). [benbusby](https://github.com/benbusby/whoogle-search).

View File

@ -1,6 +1,7 @@
# chocobozz - peertube # chocobozz - peertube
This is a docker container for a [PeerTube](../peertube.md) server. This is a [Docker](/wiki/docker.md) container for a [PeerTube](../peertube.md)
server.
The official container and documentation was made by The official container and documentation was made by
[chocobozz](https://github.com/chocobozzz/peertube). [chocobozz](https://github.com/chocobozzz/peertube).
This docker-rebuild is made up by a `docker-compose.yml` file. This docker-rebuild is made up by a `docker-compose.yml` file.

View File

@ -1,7 +1,7 @@
# cloudrac3r - bibliogram # cloudrac3r - bibliogram
This is a docker container for the alternative Instagram frontend This is a [Docker](/wiki/docker.md) container for the alternative Instagram
[Bibliogram](../bibliogram.md). frontend [Bibliogram](../bibliogram.md).
The official container and documentation was made by The official container and documentation was made by
[cloudrac3r](https://github.com/cloudrac3r/bibliogram). [cloudrac3r](https://github.com/cloudrac3r/bibliogram).
This docker-rebuild is made up by a `docker-compose.yml` file. This docker-rebuild is made up by a `docker-compose.yml` file.

View File

@ -1,6 +1,6 @@
# dperson - torproxy # dperson - torproxy
This is a docker container for a [Tor](../tor.md) proxy. This is a [Docker](/wiki/docker.md) container for a [Tor](../tor.md) proxy.
The container and documentation was made by [dperson](https://hub.docker.com/r/dperson/torproxy). The container and documentation was made by [dperson](https://hub.docker.com/r/dperson/torproxy).
## Set-up ## Set-up

View File

@ -1,6 +1,7 @@
# dyonr - jackettvpn # dyonr - jackettvpn
This is a docker container for a VPN protected jackett server. This is a [Docker](/wiki/docker.md) container for a VPN protected
[Jackett](/wiki/jackett.md) server.
The official container and documentation was made by The official container and documentation was made by
[dyonr](https://github.com/DyonR/docker-Jackettvpn). [dyonr](https://github.com/DyonR/docker-Jackettvpn).

View File

@ -1,6 +1,6 @@
# gitea - gitea # gitea - gitea
This is a docker container for a [Gitea](../gitea.md). This is a [Docker](/wiki/docker.md) container for a [Gitea](../gitea.md).
The Server consists of 2 Docker containers, one is the gitea main server and one The Server consists of 2 Docker containers, one is the gitea main server and one
is a database. is a database.
In addition to the main container you need to connect a [mySQL container](./mysql.md) In addition to the main container you need to connect a [mySQL container](./mysql.md)

View File

@ -1,7 +1,8 @@
# haugene - transmission-openvpn # haugene - transmission-openvpn
This is a docker container for a [transmission](../transmission.md) server that This is a [Docker](/wiki/docker.md) container for a
is connected to the internet via an openVPN tunnel. [transmission](../transmission.md) server that is connected to the internet via
an openVPN tunnel.
The official container and documentation was made by The official container and documentation was made by
[haugene](https://github.com/haugene/docker-transmission-openvpn). [haugene](https://github.com/haugene/docker-transmission-openvpn).

View File

@ -1,7 +1,9 @@
# henrywhitaker3 - speedtest-tracker # henrywhitaker3 - speedtest-tracker
This is a docker container for a selfhosted internet speed tracker. This is a [Docker](/wiki/docker.md) container for a selfhosted internet speed
The official container and documentation was made by [henrywhitaker3](https://hub.docker.com/r/henrywhitaker3/speedtest-tracker). tracker.
The official container and documentation was made by
[henrywhitaker3](https://hub.docker.com/r/henrywhitaker3/speedtest-tracker).
## Set-up ## Set-up

View File

@ -1,7 +1,9 @@
# itzg - minecraft-server # itzg - minecraft-server
This is a docker container for a [Minecraft](../games/minecraft.md) server. This is a [Docker](/wiki/docker.md) container for a
The container and documentation was made by [itzg](https://hub.docker.com/r/itzg/minecraft-server). [Minecraft](../games/minecraft.md) server.
The container and documentation was made by
[itzg](https://hub.docker.com/r/itzg/minecraft-server).
## Set-up ## Set-up

View File

@ -1,7 +1,8 @@
# iv-org - invidious # iv-org - invidious
This is a docker container for [Invidious](../invidious.md). This is a [Docker](/wiki/docker.md) container for [Invidious](../invidious.md).
The official container and documentation was made by [invidious](https://github.com/iv-org/invidious). The official container and documentation was made by
[invidious](https://github.com/iv-org/invidious).
This docker-rebuild is made up by a `docker-compose.yml` file. This docker-rebuild is made up by a `docker-compose.yml` file.
There is no official pre-build on docker-hub. There is no official pre-build on docker-hub.
In addition to the main container you need to connect a In addition to the main container you need to connect a

View File

@ -1,7 +1,8 @@
# jkarlos - git-server-docker # jkarlos - git-server-docker
This is a docker container for a [git](../git.md) server. This is a [Docker](/wiki/docker.md) container for a [git](../git.md) server.
The official container and documentation was made by [jkarlos](https://hub.docker.com/r/jkarlos/git-server-docker). The official container and documentation was made by
[jkarlos](https://hub.docker.com/r/jkarlos/git-server-docker).
## Set-up ## Set-up

View File

@ -1,7 +1,9 @@
# johnktims - folding-at-home # johnktims - folding-at-home
This is a docker container for [Folding@home](https://foldingathome.org/). This is a [Docker](/wiki/docker.md) container for
The official container and documentation was made by [johnktims](https://hub.docker.com/r/johnktims/folding-at-home). [Folding@home](https://foldingathome.org/).
The official container and documentation was made by
[johnktims](https://hub.docker.com/r/johnktims/folding-at-home).
## Set-up ## Set-up

View File

@ -1,7 +1,8 @@
# kylemanna - openvpn # kylemanna - openvpn
This is a docker container for an openvpn server. This is a [Docker](/wiki/docker.md) container for an openvpn server.
The official container and documentation was made by [kylemanna](https://hub.docker.com/r/kylemanna/openvpn). The official container and documentation was made by
[kylemanna](https://hub.docker.com/r/kylemanna/openvpn).
## Set-up ## Set-up

View File

@ -1,7 +1,7 @@
# linuxserver - airsonic-advanced # linuxserver - airsonic-advanced
This is a docker container for a [Airsonic-Advanced](../airsonic-advanced.md) This is a [Docker](/wiki/docker.md) container for a
server. [Airsonic-Advanced](../airsonic-advanced.md) server.
The official container and documentation was made by The official container and documentation was made by
[linuxserver](https://github.com/linuxserver/docker-airsonic-advanced). [linuxserver](https://github.com/linuxserver/docker-airsonic-advanced).

View File

@ -1,7 +1,9 @@
# linuxserver - airsonic # linuxserver - airsonic
This is a docker container for a [airsonic](../airsonic.md) server. This is a [Docker](/wiki/docker.md) container for a [airsonic](../airsonic.md)
The official container and documentation was made by [linuxserver](https://hub.docker.com/r/linuxserver/airsonic). server.
The official container and documentation was made by
[linuxserver](https://hub.docker.com/r/linuxserver/airsonic).
## Set-up ## Set-up

View File

@ -1,7 +1,9 @@
# linuxserver - jellyfin # linuxserver - jellyfin
This is a docker container for a [jellyfin](../jellyfin.md) server. This is a [Docker](/wiki/docker.md) container for a [jellyfin](../jellyfin.md)
The official container and documentation was made by [linuxserver](https://hub.docker.com/r/linuxserver/jellyfin). server.
The official container and documentation was made by
[linuxserver](https://hub.docker.com/r/linuxserver/jellyfin).
This docker-rebuild is made up by a `docker-compose.yml` file. This docker-rebuild is made up by a `docker-compose.yml` file.
## Set-up ## Set-up

View File

@ -1,6 +1,6 @@
# linuxserver - lidarr # linuxserver - lidarr
This is a docker container for a [Lidarr](https://github.com/Lidarr/Lidarr) This is a [Docker](/wiki/docker.md) container for a [Lidarr](/wiki/*arr.md)
server. server.
The official container and documentation was made by The official container and documentation was made by
[linuxserver](https://hub.docker.com/r/linuxserver/lidarr). [linuxserver](https://hub.docker.com/r/linuxserver/lidarr).

View File

@ -1,6 +1,6 @@
# linuxserver - radarr # linuxserver - radarr
This is a docker container for a [Radarr](https://github.com/Radarr/Radarr) This is a [Docker](/wiki/docker.md) container for a [Radarr](/wiki/*arr.md)
server. server.
The official container and documentation was made by The official container and documentation was made by
[linuxserver](https://hub.docker.com/r/linuxserver/radarr). [linuxserver](https://hub.docker.com/r/linuxserver/radarr).

View File

@ -1,6 +1,6 @@
# linuxserver - sonarr # linuxserver - sonarr
This is a docker container for a [Sonarr](https://github.com/Sonarr/Sonarr) This is a [Docker](/wiki/docker.md) container for a [Sonarr](/wiki/*arr.md)
server. server.
The official container and documentation was made by The official container and documentation was made by
[linuxserver](https://hub.docker.com/r/linuxserver/sonarr). [linuxserver](https://hub.docker.com/r/linuxserver/sonarr).

View File

@ -1,8 +1,9 @@
# linuxserver - syncthing # linuxserver - syncthing
This is a docker container for syncthing for This is a [Docker](/wiki/docker.md) container for syncthing for
[file synchronization](../file-synchronization.md). [file synchronization](../file-synchronization.md).
The official container and documentation was made by [linuxserver](https://hub.docker.com/r/linuxserver/syncthing). The official container and documentation was made by
[linuxserver](https://hub.docker.com/r/linuxserver/syncthing).
## Set-up ## Set-up

View File

@ -1,6 +1,6 @@
# linuxserver - tvheadend # linuxserver - tvheadend
This is a docker container for a [TVHeadend](../tvheadend.md) This is a [Docker](/wiki/docker.md) container for a [TVHeadend](../tvheadend.md)
server. server.
The official container and documentation was made by The official container and documentation was made by
[linuxserver](https://hub.docker.com/r/linuxserver/tvheadend). [linuxserver](https://hub.docker.com/r/linuxserver/tvheadend).

View File

@ -1,7 +1,8 @@
# mailserver - docker-mailserver # mailserver - docker-mailserver
This is a docker container for a mailserver. This is a [Docker](/wiki/docker.md) container for a mailserver.
The official container and documentation was made by [mailserver](https://hub.docker.com/r/mailserver/docker-mailserver). The official container and documentation was made by
[mailserver](https://hub.docker.com/r/mailserver/docker-mailserver).
It contains dovecot, antispam, antivirus, ssl, etc. It contains dovecot, antispam, antivirus, ssl, etc.
## Set-up ## Set-up

View File

@ -1,6 +1,6 @@
# mariadb # mariadb
This is a docker container for a mariadb database. This is a [Docker](/wiki/docker.md) container for a mariadb database.
The official container and documentation was made by [mariadb](https://hub.docker.com/_/mariadb). The official container and documentation was made by [mariadb](https://hub.docker.com/_/mariadb).
The Docker container is mainly used in combination with other containers. The Docker container is mainly used in combination with other containers.
To achieve this in the easiest way use a docker-compose file. To achieve this in the easiest way use a docker-compose file.

View File

@ -1,6 +1,6 @@
# matrixdotorg - synapse # matrixdotorg - synapse
This is a docker container for a synapse server using the This is a [Docker](/wiki/docker.md) container for a synapse server using the
[matrix](../matrix.md) protocol. [matrix](../matrix.md) protocol.
The official container and documentation was made by The official container and documentation was made by
[matrixdotorg](https://hub.docker.com/matrixdotorg/synapse). [matrixdotorg](https://hub.docker.com/matrixdotorg/synapse).

View File

@ -1,7 +1,8 @@
# mysql # mysql
This is a docker container for a MySQL database. This is a [Docker](/wiki/docker.md) container for a MySQL database.
The official container and documentation was made by [MySQL](https://hub.docker.com/_/mysql). The official container and documentation was made by
[MySQL](https://hub.docker.com/_/mysql).
The Docker container is mainly used in combination with other containers. The Docker container is mainly used in combination with other containers.
To achieve this in the easiest way use a docker-compose file To achieve this in the easiest way use a docker-compose file

View File

@ -1,7 +1,8 @@
# NextCloud # NextCloud
This is a docker container for [NextCloud](../nextcloud.md). This is a [Docker](/wiki/docker.md) container for [NextCloud](../nextcloud.md).
The official container and documentation was made by [NextCloud](https://hub.docker.com/_/nextcloud). The official container and documentation was made by
[NextCloud](https://hub.docker.com/_/nextcloud).
This docker-rebuild is made up by a `docker-compose.yml` file. This docker-rebuild is made up by a `docker-compose.yml` file.
The services in this files are explained seperately. The services in this files are explained seperately.
The main Docker container needs a database in form of a [MariaDB](./mariadb.md) The main Docker container needs a database in form of a [MariaDB](./mariadb.md)

View File

@ -1,6 +1,7 @@
# nginx # nginx
This is a docker container for an [nginx server](../nginx.md). This is a [Docker](/wiki/docker.md) container for an
[nginx server](../nginx.md).
The official container and documentation was made by The official container and documentation was made by
[nginx](https://hub.docker.com/_/nginx). [nginx](https://hub.docker.com/_/nginx).
This docker-rebuild is made up by a `docker-compose.yml` file. This docker-rebuild is made up by a `docker-compose.yml` file.

View File

@ -1,7 +1,8 @@
# olbat - cupsd # olbat - cupsd
This is a docker container for a [Cups](../cups.md) server. This is a [Docker](/wiki/docker.md) container for a [Cups](../cups.md) server.
The official container and documentation was made by [olbat](https://hub.docker.com/r/olbat/cupsd). The official container and documentation was made by
[olbat](https://hub.docker.com/r/olbat/cupsd).
## Set-up ## Set-up

View File

@ -1,8 +1,8 @@
# owncloud # owncloud
This is a [Docker](/wiki/docker.md) container for a [owncloud](../owncloud.md) server.
This is a docker container for a [owncloud](../owncloud.md) server. The official container and documentation was made by
The official container and documentation was made by [owncloud](https://hub.docker.com/_/owncloud). [owncloud](https://hub.docker.com/_/owncloud).
This docker-rebuild is made up by a `docker-compose.yml` file. This docker-rebuild is made up by a `docker-compose.yml` file.
The services in this files are explained seperately. The services in this files are explained seperately.
The main Docker container needs a database in form of a [MariaDB](./mariadb.md) The main Docker container needs a database in form of a [MariaDB](./mariadb.md)

View File

@ -1,7 +1,9 @@
# oznu - docker-cloudflare-ddns # oznu - docker-cloudflare-ddns
This is a docker container for dynamically updating cloudflare dns entries. This is a [Docker](/wiki/docker.md) container for dynamically updating
The official container and documentation was made by [oznu](https://github.com/oznu/docker-cloudflare-ddns). cloudflare dns entries.
The official container and documentation was made by
[oznu](https://github.com/oznu/docker-cloudflare-ddns).
## Set-up ## Set-up

View File

@ -1,7 +1,9 @@
# portainer - agent # portainer - agent
This is a docker container for a [portainer](../portainer.md) agent. This is a [Docker](/wiki/docker.md) container for a [portainer](../portainer.md)
The official container and documentation was made by [portainer](https://hub.docker.com/r/portainer/agent). agent.
The official container and documentation was made by
[portainer](https://hub.docker.com/r/portainer/agent).
## Set-up ## Set-up

View File

@ -1,7 +1,9 @@
# portainer - portainer # portainer - portainer
This is a docker container for a [portainer](../portainer.md) server. This is a [Docker](/wiki/docker.md) container for a [portainer](../portainer.md)
The official container and documentation was made by [portainer](https://hub.docker.com/r/portainer/portainer). server.
The official container and documentation was made by
[portainer](https://hub.docker.com/r/portainer/portainer).
## Set-up ## Set-up

View File

@ -1,7 +1,8 @@
# Postgres # Postgres
This is a docker container for a postgresql database. This is a [Docker](/wiki/docker.md) container for a postgresql database.
The official container and documentation was made by [Postgres](https://hub.docker.com/_/postgres). The official container and documentation was made by
[Postgres](https://hub.docker.com/_/postgres).
The Docker container is mainly used in combination with other containers. The Docker container is mainly used in combination with other containers.
To achieve this in the easiest way use a docker-compose file To achieve this in the easiest way use a docker-compose file

View File

@ -1,7 +1,7 @@
# prologic - golinks # prologic - golinks
This is a docker container for golinks, a web app to create bookmarks, This is a [Docker](/wiki/docker.md) container for golinks, a web app to create
commands and aliases. bookmarks, commands and aliases.
The official container and documentation was made by The official container and documentation was made by
[prologic](https://git.mills.io/prologic/golinks). [prologic](https://git.mills.io/prologic/golinks).

View File

@ -1,6 +1,6 @@
# prologic - gopherproxy # prologic - gopherproxy
This is a docker container for a gopher to http proxy. This is a [Docker](/wiki/docker.md) container for a gopher to http proxy.
The official container and documentation was made by The official container and documentation was made by
[prologic](https://hub.docker.com/r/prologic/gopherproxy). [prologic](https://hub.docker.com/r/prologic/gopherproxy).

View File

@ -1,7 +1,8 @@
# prologic - todo # prologic - todo
This is a docker container for a todo-manager. This is a [Docker](/wiki/docker.md) container for a todo-manager.
The official container and documentation was made by [prologic](https://hub.docker.com/r/prologic/todo). The official container and documentation was made by
[prologic](https://hub.docker.com/r/prologic/todo).
## Set-up ## Set-up

View File

@ -1,7 +1,9 @@
# rblsb - synctube # rblsb - synctube
This is a docker container for the synchronized video platform synctube. This is a [Docker](/wiki/docker.md) container for the synchronized video
The official container and documentation was made by [rblsb](https://github.com/rblsb/synctube). platform synctube.
The official container and documentation was made by
[rblsb](https://github.com/rblsb/synctube).
There is no official pre-build on docker-hub. There is no official pre-build on docker-hub.
## Set-up ## Set-up

View File

@ -1,7 +1,8 @@
# redis # redis
This is a docker container for a redis database. This is a [Docker](/wiki/docker.md) container for a redis database.
The official container and documentation was made by [redis](https://hub.docker.com/_/redis). The official container and documentation was made by
[redis](https://hub.docker.com/_/redis).
The Docker container is mainly used in combination with other containers. The Docker container is mainly used in combination with other containers.
To achieve this in the easiest way use a docker-compose file. To achieve this in the easiest way use a docker-compose file.

View File

@ -1,7 +1,8 @@
# rlister - hastebin # rlister - hastebin
This is a docker container for a hastebin server. This is a [Docker](/wiki/docker.md) container for a hastebin server.
The official container and documentation was made by [rlister](https://hub.docker.com/r/rlister/hastebin). The official container and documentation was made by
[rlister](https://hub.docker.com/r/rlister/hastebin).
## Set-up ## Set-up

View File

@ -1,8 +1,9 @@
# samba # samba
This is a docker container for a [Samba](../samba.md) This is a [Docker](/wiki/docker.md) container for a [Samba](../samba.md)
server. server.
The official container and documentation was made by [dperson](https://hub.docker.com/r/samba). The official container and documentation was made by
[dperson](https://hub.docker.com/r/samba).
## Set-up ## Set-up

View File

@ -1,6 +1,7 @@
# searx - searx # searx - searx
This is a docker container for a [searx](../searx.md) meta-search machine. This is a [Docker](/wiki/docker.md) container for a [searx](../searx.md)
meta-search machine.
The official container and documentation was made by The official container and documentation was made by
[searx](https://hub.docker.com/r/searx/searx). [searx](https://hub.docker.com/r/searx/searx).

View File

@ -1,7 +1,7 @@
# sissbrueckner - linkding # sissbrueckner - linkding
This is a docker container for a [linkding](../linkding.md) bookmark and This is a [Docker](/wiki/docker.md) container for a [linkding](../linkding.md)
archive service. bookmark and archive service.
The official container and documentation was made by The official container and documentation was made by
[sissbrueckner](https://github.com/sissbruecker/linkding). [sissbrueckner](https://github.com/sissbruecker/linkding).

View File

@ -1,8 +1,9 @@
# spikecodes - libreddit # spikecodes - libreddit
This is a docker container for the alternative reddit frontend This is a [Docker](/wiki/docker.md) container for the alternative reddit
[libreddit](../libreddit.md). frontend [libreddit](../libreddit.md).
The official container and documentation was made by [spikecodes](https://github.com/spikecodes/libreddit). The official container and documentation was made by
[spikecodes](https://github.com/spikecodes/libreddit).
## Set-up ## Set-up

View File

@ -1,7 +1,9 @@
# teamspeak # teamspeak
This is a docker container for a [teamspeak3](../teamspeak3.md) server. This is a [Docker](/wiki/docker.md) container for a
The official container and documentation was made by [teamspeak](https://hub.docker.com/_/teamspeak). [teamspeak3](../teamspeak3.md) server.
The official container and documentation was made by
[teamspeak](https://hub.docker.com/_/teamspeak).
## Set-up ## Set-up

View File

@ -1,7 +1,8 @@
# tetricz - mordhau-server # tetricz - mordhau-server
This is a docker container for a mordhau server. This is a [Docker](/wiki/docker.md) container for a mordhau server.
The official container and documentation was made by [tetricz](https://hub.docker.com/r/tetricz/mordhau-server). The official container and documentation was made by
[tetricz](https://hub.docker.com/r/tetricz/mordhau-server).
## Set-up ## Set-up

View File

@ -1,6 +1,6 @@
# tomsquest - docker-radicale # tomsquest - docker-radicale
This is a docker container for a radicale CalDAV server. This is a [Docker](/wiki/docker.md) container for a radicale CalDAV server.
The official container and documentation was made by The official container and documentation was made by
[tomsquest](https://hub.docker.com/r/tomsquest/docker-radicale). [tomsquest](https://hub.docker.com/r/tomsquest/docker-radicale).

View File

@ -1,6 +1,6 @@
# traefik # traefik
This is a docker container for a traefik edge router. This is a [Docker](/wiki/docker.md) container for a traefik edge router.
The official container and documentation was made by The official container and documentation was made by
[traefik](https://hub.docker.com/_/traefik). [traefik](https://hub.docker.com/_/traefik).
This docker-rebuild is made up by a `docker-compose.yml` file. This docker-rebuild is made up by a `docker-compose.yml` file.

View File

@ -1,6 +1,7 @@
# vectorim - riot-web # vectorim - riot-web
This is a docker container for a [matrix](../matrix.md) client. This is a [Docker](/wiki/docker.md) container for a [matrix](../matrix.md)
client.
The official container and documentation was made by The official container and documentation was made by
[linuxserver](https://hub.docker.com/vectorim/riot-web). [linuxserver](https://hub.docker.com/vectorim/riot-web).
This docker-rebuild is made up by a `docker-compose.yml` file. This docker-rebuild is made up by a `docker-compose.yml` file.

View File

@ -1,6 +1,7 @@
# ventz - bind # ventz - bind
This is a docker container for a [bind](../bind.md) [DNS](../dns.md) resolver. This is a [Docker](/wiki/docker.md) container for a [bind](../bind.md)
[DNS](../dns.md) resolver.
The official container and documentation was made by The official container and documentation was made by
[ventz](https://hub.docker.com/r/ventz/bind). [ventz](https://hub.docker.com/r/ventz/bind).

View File

@ -1,6 +1,7 @@
# wallabag - wallabag # wallabag - wallabag
This is a docker container for a [wallabag](../wallabag.md) server. This is a [Docker](/wiki/docker.md) container for a [wallabag](../wallabag.md)
server.
The Server consists of 3 Docker containers, one is the wallabag main server, one The Server consists of 3 Docker containers, one is the wallabag main server, one
is a database and one a redis instance. is a database and one a redis instance.
In addition to the main container you need to connect a [mariadb container](./mariadb.md) In addition to the main container you need to connect a [mariadb container](./mariadb.md)

View File

@ -1,7 +1,8 @@
# xy2z - pinedocs # xy2z - pinedocs
This is a docker container for the file viewer pinedocs. This is a [Docker](/wiki/docker.md) container for the file viewer pinedocs.
The official container and documentation was made by [xy2z](https://hub.docker.com/r/xy2z/pinedocs). The official container and documentation was made by
[xy2z](https://hub.docker.com/r/xy2z/pinedocs).
## Set-up ## Set-up

View File

@ -1,6 +1,6 @@
# yourls # yourls
This is a docker container for the URl shortener yourls. This is a [Docker](/wiki/docker.md) container for the URl shortener yourls.
The official container and documentation was made by The official container and documentation was made by
[yourls](https://hub.docker.com/_/yourls). [yourls](https://hub.docker.com/_/yourls).
In addition to the main container you need to connect a In addition to the main container you need to connect a

View File

@ -1,7 +1,7 @@
# zedeus - nitter # zedeus - nitter
This is a docker container for the alternative Twitter frontend This is a [Docker](/wiki/docker.md) container for the alternative Twitter
[nitter](../nitter.md). frontend [nitter](../nitter.md).
The official container and documentation was made by The official container and documentation was made by
[zedeus](https://github.com/zedeus/nitter). [zedeus](https://github.com/zedeus/nitter).

View File

@ -10,7 +10,7 @@ Gitea as a [Git](./git.md) service consists of a [client](#client) and a
### Server ### Server
The software can be setup via docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[gitea image](./docker-images/gitea_-_gitea.md). [gitea image](./docker-images/gitea_-_gitea.md).
Additionally to this a client is needed on the system that need access to the Additionally to this a client is needed on the system that need access to the
server software. server software.

View File

@ -5,7 +5,7 @@ use bookmarks and run different searches by prefixes.
## Server ## Server
The software can be setup via docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[prologic image](./docker-images/prologic_-_golinks.md). [prologic image](./docker-images/prologic_-_golinks.md).
## Usage ## Usage

View File

@ -7,5 +7,5 @@ app that is available at
## Setup ## Setup
The server can be setup via docker with the The server can be setup via [Docker](/wiki/docker.md) with the
[bilde2910 image](/wiki/docker-images/bilde2910_-_hauk.md). [bilde2910 image](/wiki/docker-images/bilde2910_-_hauk.md).

View File

@ -6,7 +6,7 @@ It includes locally stored subscription management.
## Setup ## Setup
The software can be setup via docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[iv-org image](./docker-images/iv-org_-_invidious.md). [iv-org image](./docker-images/iv-org_-_invidious.md).
## Usage ## Usage

32
wiki/jackett.md Normal file
View File

@ -0,0 +1,32 @@
# Jackett
[Jackett](https://github.com/Jackett/Jackett) is an application that is
intended to manage multiple [BitTorrent](/wiki/bittorrent.md) indexers.
One of its main usecases is in feeding indexers to the
[\*ARR applications](/wiki/*arr.md).
## Setup
The software can be setup via [Docker](/wiki/docker.md) with the
[DyonR image](/wiki/docker-images/dyonr_-_jackettvpn.md) which also features a
VPN tunnel.
## Usage
### Adding an Indexer
Indexers can be added by simply clicking `Add indexer` in the main menu.
For private or semi-private trackers login information or a cookie is needed.
### Adding a Jackett Indexer to \*ARR applications
For adding a Jackett Indexer to an \*ARR application press `Copy Torznab Feed`
of the Jackett indexer you want to add.
Paste this in the \*ARR application under
`Settings`, `Indexers`, `Add`, `Torznab` and `Custom` in the `URL` field.
Also copy and paste the Jackett API key into the corresponding field in the
\*ARR application.
Afterwards check and configure the correct category IDs via the `Categories`
option.
The list of supported categories can be found in the Jackett indexer
configuration (the wrench in the corresponding index list entry).

View File

@ -6,7 +6,7 @@ It includes a web-interface and is mainly used for
## Setup ## Setup
The software can be setup via docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[linuxserver image](./docker-images/linuxserver_-_jellyfin.md). [linuxserver image](./docker-images/linuxserver_-_jellyfin.md).
## Usage ## Usage

View File

@ -5,7 +5,7 @@ Reddit.
## Setup ## Setup
The software can be setup via docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[spikecodes image](./docker-images/spikecodes_-_libreddit.md). [spikecodes image](./docker-images/spikecodes_-_libreddit.md).
## Usage ## Usage

View File

@ -5,7 +5,7 @@ bookmarking and archiving service.
## Setup ## Setup
The software can be setup via docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[image by sissbrueckner](./docker-images/sissbrueckner_-_linkding.md). [image by sissbrueckner](./docker-images/sissbrueckner_-_linkding.md).
## Usage ## Usage

View File

@ -6,7 +6,8 @@ communication.
## Setup ## Setup
The matrix server is a complex setup of servers and services. The matrix server is a complex setup of servers and services.
Please note that this configuration is a composition of docker images. Please note that this configuration is a composition of
[Docker](/wiki/docker.md) images.
Therefore a shared `docker-compose.yml` file is used. Therefore a shared `docker-compose.yml` file is used.
This setup guide follows a modified version of the This setup guide follows a modified version of the
[guide by matusnovak](https://gist.github.com/matusnovak/37109e60abe79f4b59fc9fbda10896da). [guide by matusnovak](https://gist.github.com/matusnovak/37109e60abe79f4b59fc9fbda10896da).

View File

@ -5,5 +5,5 @@ user interface for downloading [YouTube](/wiki/youtube.md) videos.
## Setup ## Setup
The software can be setup via docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[alexta69 image](./docker-images/alexta69_-_metube.md). [alexta69 image](./docker-images/alexta69_-_metube.md).

View File

@ -4,7 +4,7 @@ NextCloud is a free and open source client-server cloud-service.
## Setup ## Setup
The software can be setup via docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[nextcloud image](./docker-images/nextcloud.md). [nextcloud image](./docker-images/nextcloud.md).
When using NextCloud with a specific nginx configuration you have to append When using NextCloud with a specific nginx configuration you have to append

View File

@ -5,8 +5,9 @@
## Setup ## Setup
The software can be setup via docker with a terminal user interface program for The software can be setup via [Docker](/wiki/docker.md) with a terminal user
nginx and certbot, which is called nginx-certbot-docker-tui or short ncdt. interface program for nginx and certbot, which is called
nginx-certbot-docker-tui or short ncdt.
Alternatively the standalone [nginx image](./docker-images/nginx.md) can be Alternatively the standalone [nginx image](./docker-images/nginx.md) can be
used. used.

View File

@ -5,7 +5,7 @@ Twitter.
## Setup ## Setup
The software can be setup via docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[zedeus image](./docker-images/zedeus_-_nitter.md). [zedeus image](./docker-images/zedeus_-_nitter.md).
## Usage ## Usage

View File

@ -4,7 +4,7 @@ ownCloud is a free client-server cloud-service.
## Setup ## Setup
The software can be setup via docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[owncloud image](./docker-images/owncloud.md). [owncloud image](./docker-images/owncloud.md).
## Usage ## Usage

View File

@ -5,5 +5,5 @@ platform using WebTorrent.
## Setup ## Setup
The software can be setup via docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[chocobozzz image](./docker-images/chocobozzz_-_peertube.md). [chocobozzz image](./docker-images/chocobozzz_-_peertube.md).

View File

@ -5,5 +5,5 @@ podcatcher that can also be used to listen to podcasts.
## Setup ## Setup
The software can be setup via docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[axhilrex](./docker-images/axhilrex_-_podgrab.md). [axhilrex](./docker-images/axhilrex_-_podgrab.md).

View File

@ -10,7 +10,7 @@ It consist of one [server](#server) and possibly multiple [agents](#agent).
### Server ### Server
The software can be setup via Docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[portainer image](./docker-images/portainer_-_portainer.md). [portainer image](./docker-images/portainer_-_portainer.md).
## Agent ## Agent

View File

@ -6,7 +6,7 @@ Samba is the standard Windows interoperability suite for Linux and Unix.
## Setup ## Setup
The software can be setup via docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[samba image](./docker-images/samba.md). [samba image](./docker-images/samba.md).
## Usage ## Usage

View File

@ -4,7 +4,7 @@
## Setup ## Setup
The software can be setup via Docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[searx image](./docker-images/searx_-_searx.md). [searx image](./docker-images/searx_-_searx.md).
## Usage ## Usage

View File

@ -6,7 +6,7 @@ The Software synchronizes files between multiple devices directly.
## Setup ## Setup
The software can be setup via Docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[linuxserver image](./docker-images/linuxserver_-_syncthing.md). [linuxserver image](./docker-images/linuxserver_-_syncthing.md).
Additionally the software can be installed by visiting the Additionally the software can be installed by visiting the

View File

@ -5,5 +5,5 @@ videos in sync with other people.
## Setup ## Setup
The software can be setup via Docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[rblsb image](./docker-images/rblsb_-_synctube.md). [rblsb image](./docker-images/rblsb_-_synctube.md).

View File

@ -4,7 +4,7 @@
## Setup ## Setup
The software can be setup via Docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[teamspeak image](./docker-images/teamspeak.md). [teamspeak image](./docker-images/teamspeak.md).
## Usage ## Usage

View File

@ -5,5 +5,5 @@ a special integration of infrastructure components (e.g. [Docker](./docker.md)).
## Setup ## Setup
The software can be setup via docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[traefik image](./docker-images/traefik.md). [traefik image](./docker-images/traefik.md).

View File

@ -5,7 +5,7 @@
## Setup ## Setup
The software can be setup via docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[haugene image](./docker-images/haugene_-_transmission-openvpn.md) that [haugene image](./docker-images/haugene_-_transmission-openvpn.md) that
includes an openvpn tunnel. includes an openvpn tunnel.

View File

@ -12,7 +12,7 @@ the help of a plugin.
## Setup ## Setup
The software can be setup via docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[linuxserver image](./docker-images/linuxserver_-_tvheadend.md). [linuxserver image](./docker-images/linuxserver_-_tvheadend.md).
For different hardware there may be additional run options needed to get For different hardware there may be additional run options needed to get
TVHeadend working properly. TVHeadend working properly.

View File

@ -4,7 +4,7 @@
## Setup ## Setup
The software can be setup via Docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[wallabag image](./docker-images/wallabag_-_wallabag.md). [wallabag image](./docker-images/wallabag_-_wallabag.md).
## Usage ## Usage

View File

@ -5,7 +5,7 @@ metasearch engine.
## Setup ## Setup
The software can be setup via docker with the The software can be setup via [Docker](/wiki/docker.md) with the
[image by benbusby](./docker-images/benbusby_-_whoogle-search.md) [image by benbusby](./docker-images/benbusby_-_whoogle-search.md)
## Usage ## Usage