1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-05-07 02:11:34 +02:00

Restructuring: Fixed links

This commit is contained in:
2026-04-03 09:12:03 +02:00
parent 32e6023f60
commit f4181c2c3d
110 changed files with 583 additions and 635 deletions

View File

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

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
# bilde2910 - Hauk
This is a docker container for a [Hauk](../hauk.md).
This is a docker container for a [Hauk](/wiki/hauk.md).
## Set-up

View File

@@ -1,12 +1,11 @@
# chocobozz - peertube
This is a [Docker](/wiki/docker.md) container for a [PeerTube](../peertube.md)
server.
This is a [Docker](/wiki/docker.md) container for a [PeerTube](/wiki/peertube.md) server.
The official container and documentation was made by
[chocobozz](https://github.com/chocobozzz/peertube).
This docker-rebuild is made up by a `docker-compose.yml` file.
In addition to the main container you need to connect a
[redis container](./redis.md) to it.
In addition to the main container you need to connect a [redis container](/wiki/docker/redis.md) to
it.
## Set-up

View File

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

View File

@@ -1,7 +1,7 @@
# coturn - coturn
This is a [Docker](/wiki/docker.md) container for a TURN/STUN server.
A server like this can be used in a [Matrix](../matrix.md) server configuration.
A server like this can be used in a [Matrix](/wiki/matrix.md) server configuration.
The official container and documentation was made by
[coturn](https://github.com/coturn/coturn).
This docker-rebuild is made up by a `docker-compose.yml` file.

View File

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

View File

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

View File

@@ -1,10 +1,9 @@
# gitea - gitea
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
is a database.
In addition to the main container you need to connect a [mySQL container](./mysql.md)
to it.
This is a [Docker](/wiki/docker.md) container for a [Gitea](/wiki/gitea.md).
The Server consists of 2 Docker containers, one is the gitea main server and one is a database.
In addition to the main container you need to connect a [mySQL container](/wiki/docker/mysql.md) to
it.
## Set-up

View File

@@ -1,6 +1,6 @@
# gramps-project - gramps
This is a [Docker](/wiki/docker.md) container for a [Gramps](../gramps.md)
This is a [Docker](/wiki/docker.md) container for a [Gramps](/wiki/gramps.md)
server.
The Server consists of 2 Docker containers, one is the gramps main server - split into two
subcontainers - and one a [redis instance](/wiki/docker/redis.md).

View File

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

View File

@@ -1,19 +1,18 @@
# iv-org - invidious
This is a [Docker](/wiki/docker.md) container for [Invidious](../invidious.md).
This is a [Docker](/wiki/docker.md) container for [Invidious](/wiki/invidious.md).
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.
There is no official pre-build on docker-hub.
In addition to the main container you need to connect a
[postgres container](./postgres.md) to it.
[postgres container](/wiki/docker/postgres.md) to it.
## Set-up
First of all create a folder for your `rebuild.sh`.
After that clone invidious from
[GitHub](https://github.com/iv-org/invidious) into a folder within the
just created folder.
After that clone invidious from [GitHub](https://github.com/iv-org/invidious) into a folder within
the just created folder.
You can find the `docker-compose.yml` in the cloned directory.
Set the variables, volumes and ports according and run the `rebuild.sh`.

View File

@@ -49,4 +49,4 @@ docker run --name folding-at-home \
### GPU-Support
GPU support is documented in [the docker article](../docker.md).
GPU support is documented in [the docker article](/wiki/docker.md).

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -33,8 +33,7 @@ And finally generate the DCIM keys and rebuild once again.
`./setup.sh config dkim`
Finally if a reverse proxy is used check the
[traefik entry](/wiki/docker/traefik.md#setup-mailserver) or the
[nginx entry](./nginx.md).
[traefik entry](/wiki/docker/traefik.md#setup-mailserver) or the [nginx entry](/wiki/nginx.md).
Afterwards you're ready to go by once again running the `rebuild.sh` file.

View File

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

View File

@@ -1,11 +1,11 @@
# NextCloud
This is a [Docker](/wiki/docker.md) container for [NextCloud](../nextcloud.md).
This is a [Docker](/wiki/docker.md) container for [NextCloud](/wiki/nextcloud.md).
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.
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](/wiki/docker/mariadb.md)
Docker container.
## Set-up

View File

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

View File

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

View File

@@ -1,12 +1,11 @@
# owncloud
# ownCloud
This is a [Docker](/wiki/docker.md) container for a [owncloud](../owncloud.md) server.
The official container and documentation was made by
[owncloud](https://hub.docker.com/_/owncloud).
This is a [Docker](/wiki/docker.md) container for a [owncloud](/wiki/owncloud.md) server.
The official container and documentation was made by [ownCloud](https://hub.docker.com/_/owncloud).
This docker-rebuild is made up by a `docker-compose.yml` file.
The services in this files are explained seperately.
The main Docker container needs a database in form of a [MariaDB](./mariadb.md)
Docker container.
The main Docker container needs a database in form of a [MariaDB](/wiki/docker/mariadb.md) Docker
container.
## Set-up
@@ -19,8 +18,8 @@ Set the following volumes in the `volumes:` section of the docker-compose file.
| Outside mount/volume name | Container mount | Description |
| ------------------------- | ---------------------- | ---------------------------- |
| `owncloud` | `/var/www/html` | storage for owncloud plugins |
| `config` | `/var/www/html/config` | storage for owncloud config |
| `owncloud` | `/var/www/html` | storage for ownCloud plugins |
| `config` | `/var/www/html/config` | storage for ownCloud config |
### Ports

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,16 +1,15 @@
# wallabag - wallabag
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
is a database and one a redis instance.
In addition to the main container you need to connect a [mariadb container](./mariadb.md)
and a [redis container](./redis.md) to it.
This is a [Docker](/wiki/docker.md) container for a [wallabag](/wiki/wallabag.md) server.
The Server consists of 3 Docker containers, one is the wallabag main server, one is a database and
one a Redis instance.
In addition to the main container you need to connect a
[mariadb container](/wiki/docker/mariadb.md) and a [redis container](/wiki/docker/redis.md) to it.
## Set-up
Create the files `rebuild.sh` and `docker-compose.yml` at the same place.
Change the settings according to your needs and run `./rebuild.sh` afterwards.
Change the settings according to your needs and run `./rebuild.sh` afterward.
### Environment-variables

View File

@@ -1,10 +1,9 @@
# yourls
# YOURLS
This is a [Docker](/wiki/docker.md) container for the URl shortener yourls.
The official container and documentation was made by
[yourls](https://hub.docker.com/_/yourls).
In addition to the main container you need to connect a
[mySQL container](./mysql.md) to it.
This is a [Docker](/wiki/docker.md) container for the URL shortener YOURLS.
The official container and documentation was made by [YOURLS](https://hub.docker.com/_/yourls).
In addition to the main container you need to connect a [mySQL container](/wiki/docker/mysql.md) to
it.
## Set-up
@@ -18,9 +17,9 @@ Set the following variables with the -e tag.
| Name | Usage | Default |
| ---------------- | -------------------------- | ------- |
| `YOURLS_DB_PASS` | database password | |
| `YOURLS_SITE` | domain/site name of yourls | |
| `YOURLS_USER` | username for yourls admin | |
| `YOURLS_PASS` | password for yourls admin | |
| `YOURLS_SITE` | domain/site name of YOURLS | |
| `YOURLS_USER` | username for YOURLS admin | |
| `YOURLS_PASS` | password for YOURLS admin | |
### Volumes
@@ -28,7 +27,7 @@ Set the following volumes with the -v tag.
| Outside mount/volume name | Container mount | Description |
| ------------------------- | --------------- | -------------------- |
| `yourls` | `/var/www/html` | yourls specific html |
| `yourls` | `/var/www/html` | YOURLS specific HTML |
### Ports

View File

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