Add redirects and third-party list

This commit is contained in:
Ciaran Ainsworth 2022-04-02 14:17:43 +02:00 committed by Ciarán Ainsworth
parent d0a0bcf491
commit ddadfc98b3
4 changed files with 16 additions and 2 deletions

View File

@ -0,0 +1 @@
Updated the installation guides to make installation steps clearer.

View File

@ -2,8 +2,6 @@
Choose your installation method and follow the guides to set up your pod.
## Requirements
Funkwhale requires the following:
- __A dedicated domain or subdomain__ you can't run Funkwhale in a subdirectory of a domain. You need to run it on a domain or a subdomain. For example: `https://mypod.io` or `https://funkwhale.mysite.io`.
@ -18,5 +16,6 @@ maxdepth: 1
quick_install
docker
debian
third_party
```

View File

@ -0,0 +1,10 @@
# Third-party installation methods
These installation methods are not provided by the Funkwhale project. If you have any issues with your installation, please contact the installation maintainers.
- [YunoHost](https://github.com/YunoHost-Apps/funkwhale_ynh)
- [Arch Linux](https://wiki.archlinux.org/index.php/Funkwhale)
- [NixOS](https://github.com/mmai/funkwhale-nixos)
- [Kubernetes helm chart](https://gitlab.com/ananace/charts/)
- [HomelabOS](https://homelabos.com/docs/software/funkwhale/)
- [Docker swarm](https://github.com/fedeb95/funkwhale-swarm)

View File

@ -233,6 +233,10 @@ redirect_files = [
("moderator/domains.html", "../moderator_documentation/domains/index.html"),
("moderator/users.html", "../moderator_documentation/users/index.html"),
("moderator/listing.html", "../moderator_documentation/allow_listing/index.html"),
("installation/index.html", "../administrator_documentation/installation_docs/index.html"),
("installation/index.html#quick-install", "../administrator_documentation/installation_docs/quick_install.html"),
("installation/docker.html", "../administrator_documentation/installation_docs/docker.html"),
("installation/debian.html", "../administrator_documentation/installation_docs/debian.html"),
]
# Generate redirect template