diff options
-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/ |