Commit graph

15 commits

Author SHA1 Message Date
jo
b848e96398 docs: add missing sudo prefix for apt
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2320>
2023-01-18 14:28:00 +00:00
Ciarán Ainsworth
59893a2232 docs: add link to certbot
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2319>
2023-01-17 09:07:03 +00:00
Georg Krause
28a328ca9d docs: Instruct users to setup TLS using certbot
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2319>
2023-01-17 08:40:12 +01:00
Ciarán Ainsworth
281b49e003 docs(api): minor language tweaks 2023-01-16 12:08:09 +00:00
jo
14b5e137bd
feat: prefer using the funkwhale-manage entrypoint
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.
2023-01-16 02:11:07 +01:00
jo
75c9b1eabe
feat: don't use poetry in production deployments 2023-01-16 02:11:01 +01:00
jo
efbdc027ab
fix: use versioned python3 instead of python 2023-01-13 16:55:05 +01:00
jo
ae2d5fadfb
docs: harden security for debian install
Funkwhale only need to read the source/config files and read/write to
the data directories.
The source/config files manipulation must be handled by a privileged
user.
2022-11-25 15:25:01 +01:00
jo
6d7dc2f1b5
chore: format files using prettier (pre-commit) 2022-11-23 23:46:34 +01:00
jo
0061e82ecd chore: clean files using pre-commit 2022-11-22 14:30:01 +00:00
Ciarán Ainsworth
5dfc2c341d Standardize code blocks 2022-10-29 07:04:31 +00:00
Ciarán Ainsworth
01c978cdcf Resolve "Provide docs to help with migration Debian 10 -> 11" 2022-07-27 18:18:29 +00:00
JuniorJPDJ
09944d6e0e fix(docs): make debian installation guide actually work 2022-07-27 19:07:07 +02:00
Ciaran Ainsworth
d0a0bcf491 Update TLS instructions 2022-04-02 12:18:32 +00:00
Ciaran Ainsworth
e01d65e996 Rearrange docs, add TLS instructions to each. 2022-04-02 12:18:32 +00:00
Renamed from docs/administrator_documentation/installation_docs/debian/index.md (Browse further)