mnemosyne-container/README.md

16 lines
481 B
Markdown
Raw Normal View History

2023-02-22 15:24:57 +00:00
# Mnemosyne sync server container
Note: the image is quite large since mnemosyne (by default) requires much of Qt5 including the graphics stack.
Usage:
2023-02-22 15:31:55 +00:00
* Start with `podman-compose up`
* Generate a password, eg. `echo 'password' | argon2 saltsalt -e`
* Once started, add the following to the config.py file in the data volume:
2023-02-22 15:24:57 +00:00
```
remote_access_username = "user"
remote_access_password = "passwordhash"
remote_access_password_algo = "argon2"
```
2023-02-22 15:31:55 +00:00
* Restart the container