Add easier way to create superuser

This commit is contained in:
Julian-Samuel Gebühr 2023-04-02 21:38:37 +02:00
parent 8838303715
commit 5a2729ef20
2 changed files with 3 additions and 3 deletions

View file

@ -186,9 +186,9 @@ If you've decided to install a dedicated Redis instance for funkwhale, make sure
## Usage ## Usage
After installation, you can go to the funkwhale URL, as defined in `funkwhale_hostname`. To login and get started you first have to create a user. You need to log onto your server and execute After installation, you can go to the funkwhale URL, as defined in `funkwhale_hostname`. To login and get started you first have to create a user. you can do this with
```bash ```bash
docker exec -it mash-funkwhale-api funkwhale-manage createsuperuser --username USERNAME --email YOURNAME@invalid.org just run-tags funkwhale-add-superuser --extra-vars=username=USERNAME --extra-vars=password=PASSWORD --extra-vars=email=EMAIL
``` ```
All other users can be created in the Web GUI. All other users can be created in the Web GUI.

View file

@ -51,7 +51,7 @@
version: v7.8.0-0 version: v7.8.0-0
name: focalboard name: focalboard
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-funkwhale.git - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-funkwhale.git
version: v1.3.0-rc5-1 version: v1.3.0-rc5-2
name: funkwhale name: funkwhale
- src: git+https://github.com/geerlingguy/ansible-role-docker - src: git+https://github.com/geerlingguy/ansible-role-docker
version: 6.1.0 version: 6.1.0