funkwhale/docs
hellekin a7a8a9b13f Improve Docker installation documentation
- Use `useradd` features to simplify user creation:
  - `-U` creates a user group,
  - `-G docker` adds the user to the `docker` group
- Document available versions and their usage
- Use `chmod 0600` before editing the file!
- Use `cat` instead of multiple `echo`es
- Comment all lines in `.env`
- Use `${FUNKWHALE_VERSION}` where applicable instead of `|version|` to
enable copy-pasting more commands
2019-07-09 12:44:02 +02:00
..
admin MRF / Dropping of incoming/outgoing messages based on allow-list 2019-06-20 10:27:07 +02:00
developers Merge branch 'develop' 2019-05-16 09:59:43 +02:00
documentation Updated forum urls 2019-03-27 13:45:52 +01:00
federation Fix #619: Use attributedTo instead of actor in library ActivityPub payload 2019-04-24 14:40:58 +02:00
installation Improve Docker installation documentation 2019-07-09 12:44:02 +02:00
moderator Created new documentation for allow-list 2019-06-26 10:22:08 +02:00
users Merge branch 'develop' 2019-05-16 09:59:43 +02:00
Dockerfile
Makefile
api.rst
backup.rst Add backup instructions for multi container and debian 2019-03-20 16:00:07 +01:00
build_docs.sh Added a small json file in documentation to get releases info 2019-04-01 11:36:13 +02:00
build_swagger.sh
changelog.rst
conf.py Corrected redirect link 2019-04-30 20:25:37 +01:00
contributing.rst
features.rst Update docs/developers/index.rst, docs/developers/subsonic.rst files 2019-03-20 16:13:41 +01:00
get-releases-json.py Fixed get-releases script 2019-05-16 13:08:11 +02:00
index.rst Resolve "Document the documentation process" 2019-03-20 16:14:04 +01:00
serve.py
swagger.yml Fixed missing api/v1 prefix in swagger documentation 2019-05-16 10:01:27 +02:00
third-party.rst
translators.rst