funkwhale/docs/administrator_documentation/installation_docs/index.md

32 wiersze
645 B
Markdown

# Install Funkwhale on your server
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.
```{toctree}
---
caption: Choose your installation method
maxdepth: 1
---
quick_install
docker
debian
third_party
```
```{toctree}
---
caption: Migrate your installation
maxdepth: 1
---
migrate
```