Add redirects and third-party list
This commit is contained in:
parent
d0a0bcf491
commit
ddadfc98b3
|
@ -0,0 +1 @@
|
||||||
|
Updated the installation guides to make installation steps clearer.
|
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
Choose your installation method and follow the guides to set up your pod.
|
Choose your installation method and follow the guides to set up your pod.
|
||||||
|
|
||||||
## Requirements
|
|
||||||
|
|
||||||
Funkwhale requires the following:
|
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`.
|
- __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
|
quick_install
|
||||||
docker
|
docker
|
||||||
debian
|
debian
|
||||||
|
third_party
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -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)
|
|
@ -233,6 +233,10 @@ redirect_files = [
|
||||||
("moderator/domains.html", "../moderator_documentation/domains/index.html"),
|
("moderator/domains.html", "../moderator_documentation/domains/index.html"),
|
||||||
("moderator/users.html", "../moderator_documentation/users/index.html"),
|
("moderator/users.html", "../moderator_documentation/users/index.html"),
|
||||||
("moderator/listing.html", "../moderator_documentation/allow_listing/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
|
# Generate redirect template
|
||||||
|
|
Loading…
Reference in New Issue