Go to file
Kienan Stewart 7b44ad02db Correct list syntax in readme 2023-02-22 10:31:55 -05:00
Containerfile Initial commit 2023-02-22 10:24:57 -05:00
README.md Correct list syntax in readme 2023-02-22 10:31:55 -05:00
container-compose.yml Initial commit 2023-02-22 10:24:57 -05:00

README.md

Mnemosyne sync server container

Note: the image is quite large since mnemosyne (by default) requires much of Qt5 including the graphics stack.

Usage:

  • 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:
remote_access_username = "user"
remote_access_password = "passwordhash"
remote_access_password_algo = "argon2"
  • Restart the container