From 5a2729ef20a2345129ec15b0aca4941a2db9beb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Sun, 2 Apr 2023 21:38:37 +0200 Subject: [PATCH] Add easier way to create superuser --- docs/services/funkwhale.md | 4 ++-- requirements.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/services/funkwhale.md b/docs/services/funkwhale.md index 95378d7..d1957e6 100644 --- a/docs/services/funkwhale.md +++ b/docs/services/funkwhale.md @@ -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. diff --git a/requirements.yml b/requirements.yml index 0f22231..2fbbda4 100644 --- a/requirements.yml +++ b/requirements.yml @@ -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