diff --git a/docs/installation/index.rst b/docs/installation/index.rst index 3006703df0f451a4f883409a53b4e78ec82549d9..a180b59a55845780dc697fe7b5be9e25ea037b3c 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -20,6 +20,7 @@ Additional info: - This script is based on our `Ansible role <https://dev.funkwhale.audio/funkwhale/ansible/>`_. - By default, the script installs Nginx, PostgreSQL, Redis and Funkwhale itself but you can customize the installation procedure if you already have some of these services available on your machine +- Edit your pod configuration in ``/srv/funkwhale/ansible/playbook.yml`` and apply new configuration with ``sudo /srv/funkwhale/ansible/reconfigure`` - Upgrade is done using ``sh -c "$(curl -sSL https://get.funkwhale.audio/upgrade.sh)"``.