{"id":17968149,"url":"https://github.com/aceberg/rediary","last_synced_at":"2025-03-25T08:31:56.254Z","repository":{"id":130012923,"uuid":"610378542","full_name":"aceberg/rediary","owner":"aceberg","description":"Emotional resource diary","archived":false,"fork":false,"pushed_at":"2023-11-04T07:14:01.000Z","size":362,"stargazers_count":42,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-20T00:11:15.500Z","etag":null,"topics":["golang-application","self-hosted","selfhosted"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/aceberg/rediary","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aceberg.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"custom":["https://boosty.to/aceberg/donate","https://aceberg.github.io/MyDocs/sponsor"]}},"created_at":"2023-03-06T16:48:42.000Z","updated_at":"2024-12-14T18:06:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"d0b5d8c6-6383-4ada-ac1b-df3332d9553d","html_url":"https://github.com/aceberg/rediary","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aceberg%2Frediary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aceberg%2Frediary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aceberg%2Frediary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aceberg%2Frediary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aceberg","download_url":"https://codeload.github.com/aceberg/rediary/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245426463,"owners_count":20613367,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["golang-application","self-hosted","selfhosted"],"created_at":"2024-10-29T14:20:20.188Z","updated_at":"2025-03-25T08:31:56.247Z","avatar_url":"https://github.com/aceberg.png","language":"Go","funding_links":["https://boosty.to/aceberg/donate","https://aceberg.github.io/MyDocs/sponsor"],"categories":["置顶"],"sub_categories":["08、家庭与物联网"],"readme":"[![Main-Docker](https://github.com/aceberg/rediary/actions/workflows/main-docker.yml/badge.svg)](https://github.com/aceberg/rediary/actions/workflows/main-docker.yml)\n[![Go Report Card](https://goreportcard.com/badge/github.com/aceberg/rediary)](https://goreportcard.com/report/github.com/aceberg/rediary)\n[![Maintainability](https://api.codeclimate.com/v1/badges/e8f67994120fc7936aeb/maintainability)](https://codeclimate.com/github/aceberg/rediary/maintainability)\n![Docker Image Size (latest semver)](https://img.shields.io/docker/image-size/aceberg/rediary)\n\n\u003ch1\u003e\u003ca href=\"https://github.com/aceberg/rediary\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/aceberg/rediary/main/assets/logo.png\" width=\"35\" /\u003e\n\u003c/a\u003eResource Diary\u003c/h1\u003e\n\nEmotional resource diary\n\n- [Quick start](https://github.com/aceberg/rediary#quick-start)\n- [Usage](https://github.com/aceberg/rediary#usage)\n- [Config](https://github.com/aceberg/rediary#config)\n- [Options](https://github.com/aceberg/rediary#options)\n- [Thanks](https://github.com/aceberg/rediary#thanks)\n\n\n![Screenshot](https://raw.githubusercontent.com/aceberg/rediary/main/assets/Screenshot%202023-04-02%20at%2022-27-40%20Resource%20Diary.png)\n\n## Quick start\n\n```sh\ndocker run --name rediary \\\n-e \"TZ=Asia/Novosibirsk\" \\\n-v ~/.dockerdata/rediary:/data/rediary \\\n-p 8847:8847 \\\naceberg/rediary\n```\nOr use [docker-compose.yml](docker-compose.yml)\n\n## Usage\nAdd your own Tags and Actions on Config page.\n\n## Config\n\n\nConfiguration can be done through config file or environment variables\n\n| Variable  | Description | Default |\n| --------  | ----------- | ------- |\n| DB        | Path to Database | /data/rediary/sqlite.db |\n| HOST | Listen address | 0.0.0.0 |\n| PORT   | Port for web GUI | 8847 |\n| THEME | Any theme name from https://bootswatch.com in lowcase | minty |\n| BGCOLOR | Background color: light or dark | light |\n| MOODMAX | Length of Minus and Plus scales | 5 |\n| TZ | Set your timezone for correct time | \"\" |\n| AUTH | Enable Session-Cookie authentication | false |\n| AUTH_USER | Username | \"\" |\n| AUTH_PASSWORD | Encrypted password (bcrypt). [How to encrypt password with bcrypt?](docs/BCRYPT.md) | \"\" |\n| AUTH_EXPIRE | Session expiration time. A number and suffix: **m, h, d** or **M**. | 7d |\n\n## Options\n\n| Key  | Description | Default | \n| --------  | ----------- | ------- | \n| -c | Path to config file | /data/rediary/config.yaml |  \n\n## Thanks\n- All go packages listed in [dependencies](https://github.com/aceberg/rediary/network/dependencies)\n- [Bootstrap](https://getbootstrap.com/)\n- Themes: [Free themes for Bootstrap](https://bootswatch.com)\n- Favicon and logo: [Flaticon](https://www.flaticon.com/icons/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faceberg%2Frediary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faceberg%2Frediary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faceberg%2Frediary/lists"}