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

Compare commits

..

No commits in common. "4c69c54ff61951069835f869abddfb20038dffb0" and "04f7ea856de8b092ed0c672572a3f9bda394c816" have entirely different histories.

114 changed files with 78 additions and 114 deletions

View File

@ -13,9 +13,9 @@ These applications include but are not limited to
For the different applications there are different [Docker](/wiki/docker.md) For the different applications there are different [Docker](/wiki/docker.md)
containers for setup: containers for setup:
[Linuxservers Sonarr image](/wiki/docker/linuxserver_-_sonarr.md), [Linuxservers Sonarr image](/wiki/docker-images/linuxserver_-_sonarr.md),
[Linuxservers Radarr image](/wiki/docker/linuxserver_-_radarr.md) and [Linuxservers Radarr image](/wiki/docker-images/linuxserver_-_radarr.md) and
[Linuxservers Lidarr image](/wiki/docker/linuxserver_-_lidarr.md). [Linuxservers Lidarr image](/wiki/docker-images/linuxserver_-_lidarr.md).
### Initial Configuration ### Initial Configuration

View File

@ -9,7 +9,7 @@ is a fork of [Subsonic](./subsonic.md).
## Setup ## Setup
The software can be setup via docker with the The software can be setup via docker with the
[linuxserver image](./docker/linuxserver_-_airsonic-advanced.md). [linuxserver image](./docker-images/linuxserver_-_airsonic-advanced.md).
### Initial configuration ### Initial configuration

View File

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

View File

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

View File

@ -6,7 +6,7 @@ interacting with the [DNS](./dns.md).
## Setup ## Setup
The software can be setup via docker with the The software can be setup via docker with the
[ventz image](./docker/ventz_-_bind.md). [ventz image](./docker-images/ventz_-_bind.md).
## Usage ## Usage

View File

@ -6,7 +6,7 @@ unix and unix-like systems.
## Setup ## Setup
The software can be setup via [Docker](/wiki/docker.md) with the The software can be setup via [Docker](/wiki/docker.md) with the
[linuxserver image](./docker/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

@ -5,5 +5,5 @@ Most prominent type of database are SQL databases.
## Database management systems (DBMS) ## Database management systems (DBMS)
- [MySQL](./docker/mysql.md) is a relational DBMS - [MySQL](./docker-images/mysql.md) is a relational DBMS
- [MariaDB](./docker/mariadb.md) is a relational DBMS that is a fork of MySQL - [MariaDB](./docker-images/mariadb.md) is a relational DBMS that is a fork of MySQL

View File

@ -13,7 +13,7 @@ It is recommended to set a download completed folder with the same internal and
external mounts as your [BitTorent](/wiki/bittorrent.md) client. external mounts as your [BitTorent](/wiki/bittorrent.md) client.
This guide uses the same mounts as used in the This guide uses the same mounts as used in the
[Transmission](/wiki/transmission.md) [Transmission](/wiki/transmission.md)
[Docker container](/wiki/docker/haugene_-_transmission-openvpn.md). [Docker container](/wiki/docker-images/haugene_-_transmission-openvpn.md).
This namely causes the following line in the This namely causes the following line in the
[`docker-compose.yml`](#docker-composeyml). [`docker-compose.yml`](#docker-composeyml).

View File

@ -13,7 +13,7 @@ It is recommended to set a download completed folder with the same internal and
external mounts as your [BitTorent](/wiki/bittorrent.md) client. external mounts as your [BitTorent](/wiki/bittorrent.md) client.
This guide uses the same mounts as used in the This guide uses the same mounts as used in the
[Transmission](/wiki/transmission.md) [Transmission](/wiki/transmission.md)
[Docker container](/wiki/docker/haugene_-_transmission-openvpn.md). [Docker container](/wiki/docker-images/haugene_-_transmission-openvpn.md).
This namely causes the following line in the This namely causes the following line in the
[`docker-compose.yml`](#docker-composeyml). [`docker-compose.yml`](#docker-composeyml).

View File

@ -13,7 +13,7 @@ It is recommended to set a download completed folder with the same internal and
external mounts as your [BitTorent](/wiki/bittorrent.md) client. external mounts as your [BitTorent](/wiki/bittorrent.md) client.
This guide uses the same mounts as used in the This guide uses the same mounts as used in the
[Transmission](/wiki/transmission.md) [Transmission](/wiki/transmission.md)
[Docker container](/wiki/docker/haugene_-_transmission-openvpn.md). [Docker container](/wiki/docker-images/haugene_-_transmission-openvpn.md).
This namely causes the following line in the This namely causes the following line in the
[`docker-compose.yml`](#docker-composeyml). [`docker-compose.yml`](#docker-composeyml).

View File

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

View File

@ -32,7 +32,7 @@ After that relog into your machine and you should be able to run
The programs below are useful docker-management systems in different style. The programs below are useful docker-management systems in different style.
- [ctop](https://github.com/bcicen/ctop): top-like cli interface for containers - [ctop](https://github.com/bcicen/ctop): top-like cli interface for containers
- [portainer](./docker/portainer.md): web ui for managing docker and kubernetes - [portainer](./docker-images/portainer.md): web ui for managing docker and kubernetes
### Enable Nvidia GPUs ### Enable Nvidia GPUs

View File

@ -1,10 +1,10 @@
# Citra # Citra
[Citra](https://citra-emu.org/) is a Nintendo 3DS [emulator](/wiki/games/emulators.md). [Citra](https://citra-emu.org/) is a Nintendo 3DS [emulator](./emulators.md).
## Setup ## Setup
Citra can be installed on different systems, a list for this can be found on Citra can be installed on different systems, a list for this can be found on
the [Citra website](https://citra-emu.org/download). the [Citra website](https://citra-emu.org/download).
Additionally it can be installed using [Flatpak](/wiki/linux/flatpak.md) where the Additionally it can be installed using [Flatpak](../linux/flatpak.md) where the
package is called `org.citra_emu.citra`. package is called `org.citra_emu.citra`.

View File

@ -1,12 +1,12 @@
# Dolphin # Dolphin
[Dolphin](https://dolphin-emu.org/) is a Nintendo GameCube and Wii [emulator](/wiki/games/emulators.md). [Dolphin](https://dolphin-emu.org/) is a Nintendo GameCube and Wii [emulator](./emulators.md).
## Setup ## Setup
Dolphin can be installed on different systems, a list for this can be found on Dolphin can be installed on different systems, a list for this can be found on
the [Dolphin website](https://dolphin-emu.org/download/). the [Dolphin website](https://dolphin-emu.org/download/).
Additionally it can be installed using [Flatpak](/wiki/linux/flatpak.md) where the Additionally it can be installed using [Flatpak](../linux/flatpak.md) where the
package is called `org.DolphinEmu.dolphin-emu`. package is called `org.DolphinEmu.dolphin-emu`.
## Usage ## Usage
@ -17,11 +17,11 @@ and usage of Dolphin.
### Steam Deck Specific Settings ### Steam Deck Specific Settings
The following settings are especially useful when emulating games on the The following settings are especially useful when emulating games on the
[Steam Deck](/wiki/games/steam_deck.md) as pointed out by [Steam Deck](./steam_deck.md) as pointed out by
[nchristopher](https://github.com/nchristopher/steamdeck-emulation/blob/main/emulators/dolphin.md). [nchristopher](https://github.com/nchristopher/steamdeck-emulation/blob/main/emulators/dolphin.md).
Select the configuration and select the paths tab. Select the configuration and select the paths tab.
There the directories for Wii and GameCube [ROMs](/wiki/games/emulators.md) can be added. There the directories for Wii and GameCube [ROMs](./emulators.md) can be added.
In the audio tab select `Pulse` as your audio backend. In the audio tab select `Pulse` as your audio backend.
In the interface tab select `Confirm to Stop` to avoid prompts when closing the In the interface tab select `Confirm to Stop` to avoid prompts when closing the
game. game.

View File

@ -16,11 +16,9 @@ Emulator games can even be
## List of Emulator software ## List of Emulator software
- [Citra](/wiki/games/emulators/citra.md) emulates Nintendo 3DS games. - [Citra](/wiki/games/citra.md) emulates Nintendo 3DS games.
- [Dolphin](/wiki/games/emulators/dolphin.md) emulates Nintendo GameCube and Wii games. - [Dolphin](/wiki/games/dolphin.md) emulates Nintendo GameCube and Wii games.
- [melonDS](/wiki/games/emulators/melonds.md) emulates Nintendo DS games. - [mGBA](/wiki/games/mgba.md) emulates Nintendo Game Boy, Game Boy Color and Game Boy Advanced
- [mGBA](/wiki/games/emulators/mgba.md) emulates Nintendo Game Boy, Game Boy Color and Game Boy Advanced
games. games.
- [Nestopia](/wiki/games/emulators/nestopia.md) emulates Nintendo Entertainment System games. - [PPSSPP](/wiki/games/ppsspp.md) emulates Playstation Portable games.
- [PPSSPP](/wiki/games/emulators/ppsspp.md) emulates Playstation Portable games. - [yuzu](/wiki/games/yuzu.md) emulates Nintendo Switch games.
- [yuzu](/wiki/games/emulators/yuzu.md) emulates Nintendo Switch games.

View File

@ -1,23 +0,0 @@
# melonDS
[melonDS](https://melonds.kuribo64.net/) is a Nintendo DS [emulator](/wiki/games/emulators.md).
## Setup
melonDS can be installed on different systems, a list for this can be found on
the [melonDS website](https://melonds.kuribo64.net/downloads.php).
Additionally it can be installed using [Flatpak](/wiki/linux/flatpak.md) where the
package is called `net.kuribo64.melonDS`.
## Usage
The following sections describe specific issues relating to the configuration
and usage of Dolphin.
### Start Emulated Game in Fullscreen Mode
In different scenarios it can be useful to start directly into a game in fullscreen mode.
One example would be using the [Steam Deck](/wiki/games/steam_deck.md) to
[set up a game in the Steam UI](/wiki/games/steam_deck.md#running-a-game-directly-through-the-interface)
so it can be run directly without switching to the desktop mode.
For this add the `-f` flag for fullscreen mode.

View File

@ -1,11 +0,0 @@
# Nestopia
[Nestopia](http://0ldsk00l.ca/nestopia/) is a Nintendo Entertainment System
[emulator](/wiki/games/emulators.md).
## Setup
Nestopia can be installed on different systems, a list for this can be found on
the [Nestopia website](http://0ldsk00l.ca/nestopia/).
Additionally it can be installed using [Flatpak](/wiki/linux/flatpak.md) where the
package is called `ca._0ldsk00l.Nestopia`.

View File

@ -1,13 +1,13 @@
# mGBA # mGBA
[mGBA](https://mgba.io/) is a Nintendo Game Boy, Game Boy Color and Game Boy Advanced [mGBA](https://mgba.io/) is a Nintendo Game Boy, Game Boy Color and Game Boy Advanced
[emulator](/wiki/games/emulators.md). [emulator](./emulators.md).
## Setup ## Setup
mGBA can be installed on different systems, a list for this can be found on mGBA can be installed on different systems, a list for this can be found on
the [mGBA website](https://mgba.io/downloads.html). the [mGBA website](https://mgba.io/downloads.html).
Additionally it can be installed using [Flatpak](/wiki/linux/flatpak.md) where the Additionally it can be installed using [Flatpak](../linux/flatpak.md) where the
package is called `io.mgba.mgba`. package is called `io.mgba.mgba`.
## Usage ## Usage

View File

@ -9,7 +9,7 @@ The following sections address the setup of both server and client software.
### Server ### Server
A server can be setup via docker with the A server can be setup via docker with the
[itzg image](../docker/itzg_-_minecraft-server.md). [itzg image](../docker-images/itzg_-_minecraft-server.md).
### Client ### Client

View File

@ -1,13 +1,13 @@
# PPSSPP # PPSSPP
[PPSSPP](https://ppsspp.org/) is a Playstation Portable (PSP) [PPSSPP](https://ppsspp.org/) is a Playstation Portable (PSP)
[emulator](/wiki/games/emulators.md). [emulator](./emulators.md).
## Setup ## Setup
PPSSPP can be installed on different systems, a list for this can be found on PPSSPP can be installed on different systems, a list for this can be found on
the [PPSSPP website](https://ppsspp.org/downloads.html). the [PPSSPP website](https://ppsspp.org/downloads.html).
Additionally it can be installed using [Flatpak](/wiki/linux/flatpak.md) where the Additionally it can be installed using [Flatpak](../linux/flatpak.md) where the
package is called `org.ppsspp.PPSSPP`. package is called `org.ppsspp.PPSSPP`.
## Usage ## Usage
@ -18,13 +18,13 @@ and usage of PPSSPP.
### Steam Deck specific settings ### Steam Deck specific settings
The following settings are especially useful when emulating PSP games on the The following settings are especially useful when emulating PSP games on the
[Steam Deck](/wiki/games/steam_deck.md) as pointed out by [Steam Deck](./steam_deck.md) as pointed out by
[nchristopher](https://github.com/nchristopher/steamdeck-emulation/blob/main/emulators/ppsspp.md). [nchristopher](https://github.com/nchristopher/steamdeck-emulation/blob/main/emulators/ppsspp.md).
But it is a good starting point for other systems aswell. But it is a good starting point for other systems aswell.
It is important to emphasize that the system needs to meet the requirements to It is important to emphasize that the system needs to meet the requirements to
run Vulkan. run Vulkan.
The Device name will change if you are not using a The Device name will change if you are not using a
[Steam Deck](/wiki/games/steam_deck.md). [Steam Deck](./steam_deck.md).
- Backend: `Vulkan` - Backend: `Vulkan`
- Device: `AMD RADV VANGOGH` - Device: `AMD RADV VANGOGH`

View File

@ -1,12 +1,12 @@
# yuzu # yuzu
[yuzu](https://yuzu-emu.org/) is a Nintendo Switch [emulator](/wiki/games/emulators.md). [yuzu](https://yuzu-emu.org/) is a Nintendo Switch [emulator](./emulators.md).
## Setup ## Setup
yuzu can be installed on different systems, a list for this can be found on yuzu can be installed on different systems, a list for this can be found on
the [yuzu website](https://yuzu-emu.org/downloads/#windows). the [yuzu website](https://yuzu-emu.org/downloads/#windows).
Additionally it can be installed using [Flatpak](/wiki/linux/flatpak.md) where the Additionally it can be installed using [Flatpak](../linux/flatpak.md) where the
package is called `org.yuzu_emu.yuzu`. package is called `org.yuzu_emu.yuzu`.
After installation keys need to be added. After installation keys need to be added.
@ -30,7 +30,7 @@ game that should to be started.
### Steam Deck Specific Settings ### Steam Deck Specific Settings
The following settings are especially useful when emulating games on the The following settings are especially useful when emulating games on the
[Steam Deck](/wiki/games/steam_deck.md) as pointed out by [Steam Deck](./steam_deck.md) as pointed out by
[sofakng](https://www.reddit.com/r/SteamDeck/comments/12ivsky/what_are_the_best_yuzu_settings/). [sofakng](https://www.reddit.com/r/SteamDeck/comments/12ivsky/what_are_the_best_yuzu_settings/).
For a better performance select `Vulkan` under the `Graphics` in `Graphics`. For a better performance select `Vulkan` under the `Graphics` in `Graphics`.

View File

@ -33,5 +33,5 @@ Additionally it is easy to collaborate together.
If you don't need a bloated web-interface a more basic approach is more than enough. If you don't need a bloated web-interface a more basic approach is more than enough.
- [git-server-docker](./docker/jkarlos_-_git-server-docker.md) is a pretty - [git-server-docker](./docker-images/jkarlos_-_git-server-docker.md) is a pretty
basic docker-container for git. basic docker-container for git.

View File

@ -11,7 +11,7 @@ Gitea as a [Git](./git.md) service consists of a [client](#client) and a
### Server ### Server
The software can be setup via [Docker](/wiki/docker.md) with the The software can be setup via [Docker](/wiki/docker.md) with the
[gitea image](./docker/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

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

View File

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

View File

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

View File

@ -8,7 +8,7 @@ One of its main usecases is in feeding indexers to the
## Setup ## Setup
The software can be setup via [Docker](/wiki/docker.md) with the The software can be setup via [Docker](/wiki/docker.md) with the
[DyonR image](/wiki/docker/dyonr_-_jackettvpn.md) which also features a [DyonR image](/wiki/docker-images/dyonr_-_jackettvpn.md) which also features a
VPN tunnel. VPN tunnel.
## Usage ## Usage

View File

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

View File

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

View File

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

View File

@ -11,7 +11,7 @@ E-mail usually consists of a [server](#server) and a [client](#client).
If you want to host your own mail-server there are solutions with and without If you want to host your own mail-server there are solutions with and without
interfaces. interfaces.
- [Dovecot](./docker/tvial_-_docker-mailserver.md) is a simple dockerized - [Dovecot](./docker-images/tvial_-_docker-mailserver.md) is a simple dockerized
mail server that has no interface. mail server that has no interface.
## Client ## Client

View File

@ -13,7 +13,7 @@ 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).
Furthermore this guide will assume you already have a Furthermore this guide will assume you already have a
[traefik v2.4](./traefik.md) instance setup as described in the [traefik v2.4](./traefik.md) instance setup as described in the
[traefik docker image article](./docker/traefik.md). [traefik docker image article](./docker-images/traefik.md).
### DNS records ### DNS records
@ -34,7 +34,7 @@ _matrix._tcp.matrix. <TTL> class SRV 1 10 443 synapse.example.com
### Synapse ### Synapse
The docker-image used for the synapse matrix server can be found in the The docker-image used for the synapse matrix server can be found in the
[docker-image directory](./docker/matrixdotorg_-_synapse.md). [docker-image directory](./docker-images/matrixdotorg_-_synapse.md).
Create the `docker-compose.yml` file at a location of your choice (this guide Create the `docker-compose.yml` file at a location of your choice (this guide
will assume and recommend the file lies in a directory called matrix) with the will assume and recommend the file lies in a directory called matrix) with the
following contents: following contents:
@ -123,7 +123,7 @@ following the guide (this applies to any following step).
### Nginx ### Nginx
The docker-image used for the nginx instance can be found in the The docker-image used for the nginx instance can be found in the
[docker-image directory](./docker/nginx.md). [docker-image directory](./docker-images/nginx.md).
For federation to work properly an nginx container is needed aswell. For federation to work properly an nginx container is needed aswell.
In the directory containing your `docker-compose.yml` create the file In the directory containing your `docker-compose.yml` create the file
`data/matrix/nginx/matrix.conf` and fill in the following lines: `data/matrix/nginx/matrix.conf` and fill in the following lines:
@ -207,7 +207,7 @@ not correctly set up.
### Element web client ### Element web client
The docker-image used for the web client can be found in the The docker-image used for the web client can be found in the
[docker-image directory](./docker/vectorim_-_riot-web.md). [docker-image directory](./docker-images/vectorim_-_riot-web.md).
This section will add a self hosted Matrix web client in form of `Element` This section will add a self hosted Matrix web client in form of `Element`
(which was previously called `riot`). (which was previously called `riot`).
@ -319,7 +319,7 @@ If any of that is not working there is something wrong with your configuration.
### Administration interface ### Administration interface
The docker-image used for the administration interface can be found in the The docker-image used for the administration interface can be found in the
[docker-image directory](./docker/awesometechnologies_-_synapse-admin.md). [docker-image directory](./docker-images/awesometechnologies_-_synapse-admin.md).
This section will add a self hosted Matrix administration interface. This section will add a self hosted Matrix administration interface.
This is especially useful if you have `enable_registration` set to `false` This is especially useful if you have `enable_registration` set to `false`
because you can dynamically create and administrate users and rooms. because you can dynamically create and administrate users and rooms.

View File

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

View File

@ -5,7 +5,7 @@ NextCloud is a free and open source client-server cloud-service.
## Setup ## Setup
The software can be setup via [Docker](/wiki/docker.md) with the The software can be setup via [Docker](/wiki/docker.md) with the
[nextcloud image](./docker/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
`'overwriteprotocol' => 'https',` to your `config/config.html`. `'overwriteprotocol' => 'https',` to your `config/config.html`.

View File

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

View File

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

View File

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

View File

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

View File

@ -15,7 +15,7 @@ it is available via a package often called `picard`.
Picard can also be virtualized and accessed over [VNC](/wiki/vnc.md) or Picard can also be virtualized and accessed over [VNC](/wiki/vnc.md) or
[web browser](/wiki/web_browser.md). [web browser](/wiki/web_browser.md).
This can be setup via [docker](/wiki/docker.md) with the This can be setup via [docker](/wiki/docker.md) with the
[mikenye image](/wiki/docker/mikenye_-_picard.md). [mikenye image](/wiki/docker-images/mikenye_-_picard.md).
## Usage ## Usage

View File

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

Some files were not shown because too many files have changed in this diff Show More