funkwhale/docs/administrator/index.md

24 wiersze
1.1 KiB
Markdown

2022-01-22 17:17:03 +00:00
# Get started
2022-01-26 19:31:41 +00:00
Follow the guides in this section to set up and administrate your pod.
```{contents}
:local:
```
## Install Funkwhale on your server
Funkwhale is self-hosted, meaning you run it on your own server. To set up your own Funkwhale pod, check out [our installation guides](installation/index.md). Choose the installation method that works for you!
2022-07-01 09:02:29 +00:00
## Configure your Funkwhale pod
Once you've installed Funkwhale, you can use [the guides in this section](configuration/index.md) to configure it.
2022-07-01 09:02:29 +00:00
## Upgrade your Funkwhale pod
Funkwhale releases new updates regularly. To keep up-to-date with these changes, check out our [upgrade guides](upgrade/index.md). If you're moving from our deprecated mono-container Docker setup, check out our [migration guide](migration.md).
2022-07-01 09:02:29 +00:00
## Manage your Funkwhale pod
Funkwhale provides tools for managing content and users on your Funkwhale pod. In addition to the [frontend moderation tools](../moderator/index.md), pod admins can use some extra tools for more powerful administration. Check out our [guide to the Django dashboard](django/index.md) and our [management script](manage-script/index.md) to get started.