funquail/docs/administrator_documentation/installation_docs/index.md

31 lines
645 B
Markdown
Raw Normal View History

2022-01-22 18:17:03 +01:00
# Install Funkwhale on your server
2022-01-25 11:04:12 +01:00
Choose your installation method and follow the guides to set up your pod.
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`.
- __Access to ports `80` and `443`__ Funkwhale uses these ports for federation.
2022-01-22 18:17:03 +01:00
```{toctree}
---
caption: Choose your installation method
maxdepth: 1
---
quick_install
docker
debian
2022-04-02 14:17:43 +02:00
third_party
2022-01-22 18:17:03 +01:00
```
2022-07-01 09:02:29 +00:00
```{toctree}
---
caption: Migrate your installation
maxdepth: 1
---
migrate
```