Sign inSign up

jdreinhardt/dailynotes

By jdreinhardt

Updated over 4 years ago

Unoffical multi-arch builds for DailyNotes

Image
0

10K+

jdreinhardt/dailynotes repository overview

Unofficial builds for DailyNotes.

Notes

Volumes
  • /app/config : location used by SQLite. Unneeded if using alternative database.
Networking
  • 5000 : default port used by application
Environment
  • PUID : overwrite the default User ID (1000) on the /app/config directory
  • PGID : overwrite the default Group ID (1000) on the /app/config directory
  • DATABASE_URI : specify connection string to external database. Default uses internal SQLite
  • PREVENT_SIGNUPS : disable signup form
  • BASE_URL : specify a root URL when using subfolders with a reverse proxy

Example Run

docker run -p 5000:5000 -v /mnt/dailynotes:/app/config -e PUID=1010 -e PGID=1010 jdreinhardt/dailynotes:latest

Tag summary

Content type

Image

Digest

Size

178.1 MB

Last updated

over 4 years ago

docker pull jdreinhardt/dailynotes