aceberg/rediary
1
1
Fork
You've already forked rediary
0
Emotional resource diary
  • Go 65.2%
  • HTML 32.5%
  • Shell 1.5%
  • Dockerfile 0.4%
  • Makefile 0.4%
2023年11月04日 14:12:40 +07:00
.github Release 1.0.1 ( #1 ) 2023年11月04日 14:12:40 +07:00
assets Release 0.1.4 2023年04月02日 22:34:38 +07:00
build/ci Release 1.0.0 2023年07月25日 13:11:26 +07:00
cmd/rediary rename 2023年03月08日 22:00:42 +07:00
configs Release 1.0.0 2023年07月25日 13:11:26 +07:00
docs Bcrypt how-to 2023年09月01日 22:35:36 +07:00
internal Adjustable mood max 2023年11月04日 14:00:55 +07:00
.gitignore Init + logo 2023年03月07日 00:30:49 +07:00
.version Release 1.0.1 ( #1 ) 2023年11月04日 14:12:40 +07:00
CHANGELOG.md Release 1.0.1 ( #1 ) 2023年11月04日 14:12:40 +07:00
docker-compose.yml Container name fix 2023年06月01日 14:29:28 +07:00
Dockerfile rename 2023年03月08日 22:00:42 +07:00
go.mod Adjustable mood max 2023年11月04日 14:00:55 +07:00
go.sum Adjustable mood max 2023年11月04日 14:00:55 +07:00
LICENSE Initial commit 2023年03月06日 23:48:42 +07:00
Makefile rename 2023年03月08日 22:00:42 +07:00
README.md Release 1.0.1 ( #1 ) 2023年11月04日 14:12:40 +07:00

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

Variable Description Default
DB Path to Database /data/rediary/sqlite.db
HOST Listen address 0.0.0.0
PORT Port for web GUI 8847
THEME Any theme name from https://bootswatch.com in lowcase minty
BGCOLOR Background color: light or dark light
MOODMAX Length of Minus and Plus scales 5
TZ Set your timezone for correct time ""
AUTH Enable Session-Cookie authentication false
AUTH_USER Username ""
AUTH_PASSWORD Encrypted password (bcrypt). How to encrypt password with bcrypt? ""
AUTH_EXPIRE Session expiration time. A number and suffix: m, h, d or M. 7d

Options

Key Description Default
-c Path to config file /data/rediary/config.yaml

Thanks