Add easier way to create superuser
This commit is contained in:
parent
8838303715
commit
5a2729ef20
2 changed files with 3 additions and 3 deletions
|
@ -186,9 +186,9 @@ If you've decided to install a dedicated Redis instance for funkwhale, make sure
|
|||
|
||||
## 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
|
||||
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.
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
version: v7.8.0-0
|
||||
name: focalboard
|
||||
- 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
|
||||
- src: git+https://github.com/geerlingguy/ansible-role-docker
|
||||
version: 6.1.0
|
||||
|
|
Loading…
Reference in a new issue