This replaces `poetry run python3 manage.py` with `venv/bin/funkwhale-manage`. Command running `venv/bin/funkwhale-manage` assume the current working directory is `/srv/funkwhale` on common deployments. In the funkwhale api docker image, the funwhale-manage command line interface is available globally.
19 lines
450 B
Markdown
19 lines
450 B
Markdown
# Funkwhale management command line interface
|
|
|
|
Funkwhale includes a `funkwhale-manage` command line interface that can help you automate a lot of admin tasks. Check out the guides in this section for instructions on how to use this tool.
|
|
|
|
```{toctree}
|
|
---
|
|
caption: Administration tasks
|
|
maxdepth: 1
|
|
---
|
|
|
|
create_library
|
|
Manage users <users>
|
|
Prune library <library>
|
|
Clean database <database>
|
|
Add album and artist tags <tags>
|
|
thumbnails
|
|
fix_uploads
|
|
|
|
```
|