From f99f2bc94808d784c92ec4e58c660a8be3ed7fce Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Sun, 13 Aug 2023 18:45:24 +0200 Subject: ref: Chek goal --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 256cfb3..130e2e4 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,11 @@ CACHE_PATH=/home/myhome/.thumb AES_KEY=X4Eu3OT/WqUtUJhGLUtQ4xRahwhWYaSs+k2a03Kz1A8= ``` +To generate a new `AES_KEY` run: +``` +openssl rand -rand /dev/urandom 32 | base64 +``` + Obs.: don't quote the value, that will be done automatically. Throughout the development you can also run `make watch` for a hot reload @@ -85,7 +90,8 @@ Bulma is the css framework of choice for this project. It is added as sub-module * ~~Initial setup process~~ * ~~Single binary output~~ * Better worker pool. Allow cron job and ui config -* Alpine package and demo site +* ~~Alpine package~~[^7] [^8] +* Demo site * Single image viewer and show exif info (not sure how yet) * ~~User base root folder~~ * Albums @@ -99,3 +105,5 @@ Bulma is the css framework of choice for this project. It is added as sub-module [^4]: https://github.com/sass/sassc [^5]: https://github.com/photoview/photoview [^6]: https://github.com/photoview/photoview#why-yet-another-self-hosted-photo-gallery +[^7]: https://git.sr.ht/~gabrielgio/apkbuilds +[^8]: https://artifacts.gabrielgio.me/repo/v3.18/x86_64/ -- cgit v1.2.3