aviary is a viewer for encrypted image galleries .
Go to file
Bit Borealis 2d7820295c
added web template
2022-08-17 22:36:38 +00:00
mockups added mockups 2022-08-17 22:34:37 +00:00
src added web template 2022-08-17 22:36:38 +00:00
.gitattributes added files to git lfs 2022-08-17 22:31:49 +00:00
.gitignore add caddyfile to gitignore 2022-08-17 22:35:50 +00:00
README.md Update README.md 2022-08-17 02:59:17 +00:00
package-lock.json update README, added url builder to urlTools.ts 2022-08-12 03:17:36 +00:00
package.json update README, added url builder to urlTools.ts 2022-08-12 03:17:36 +00:00
tsconfig.json update README, added url builder to urlTools.ts 2022-08-12 03:17:36 +00:00

README.md

Backend

  • baseurl / id # < 32 bytes of b64 ( key ) >
    • parse handling happypath and stormypath
    • no id < no creator >
    • < key missing / malformed / wrong length >
    • if malformed re-request the url
    • test :

      Valid: LhBRttf+oI/PNHyTBrPa7HGDK/uC9fcMkGGgz63zT4Y=

      Short: bi83sPUmUNknOITgXStHuCfimOjpELmizvVnW8LL2Q==

      Long: Yj3ryVkyOzDg6UbEHkWiNkNZcbbR5wTwtm6TZ6F7OLCI

      Invalid: bZLMOC157NAlKtFP3wHXkXj0eLAu6E/Bv6rGL4HLQ===

  • build url from component parts
  • fetch data from url

UI

  • add sort by
    • name
    • date
    • location
    • edit
  • add uploader