diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-08-13 18:45:24 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-08-13 20:07:49 +0200 |
commit | f99f2bc94808d784c92ec4e58c660a8be3ed7fce (patch) | |
tree | be27420b5ce86dd9e1c82be4c4bd0d7365e163e0 | |
parent | 72ec551e6cb422531e543e3fb431324aed5ac025 (diff) | |
download | lens-f99f2bc94808d784c92ec4e58c660a8be3ed7fce.tar.gz lens-f99f2bc94808d784c92ec4e58c660a8be3ed7fce.tar.bz2 lens-f99f2bc94808d784c92ec4e58c660a8be3ed7fce.zip |
ref: Chek goal
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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/ |