Sign inSign up

aceberg/rediary

By aceberg

Updated almost 3 years ago

Emotional resource diary

Image
2

4.9K

aceberg/rediary repository overview

Main-Docker Go Report Card Maintainability Docker Image Size (latest semver)

Resource Diary

Emotional resource diary

Screenshot

Quick start

docker run --name rediary \
-e "TZ=Asia/Novosibirsk" \
-v ~/.dockerdata/rediary:/data/rediary \
-p 8847:8847 \
aceberg/rediary

Or use docker-compose.yml

Usage

Add your own Tags and Actions on Config page.

Config

Configuration can be done through config file or environment variables

VariableDescriptionDefault
DBPath to Database/data/rediary/sqlite.db
HOSTListen address0.0.0.0
PORTPort for web GUI8847
THEMEAny theme name from https://bootswatch.com in lowcaseminty
BGCOLORBackground color: light or darklight
MOODMAXLength of Minus and Plus scales5
TZSet your timezone for correct time""
AUTHEnable Session-Cookie authenticationfalse
AUTH_USERUsername""
AUTH_PASSWORDEncrypted password (bcrypt). How to encrypt password with bcrypt?""
AUTH_EXPIRESession expiration time. A number and suffix: m, h, d or M.7d

Options

KeyDescriptionDefault
-cPath to config file/data/rediary/config.yaml

Thanks

Tag summary

Content type

Image

Digest

sha256:0284b54c7

Size

9.9 MB

Last updated

almost 3 years ago

docker pull aceberg/rediary