A really simple host-it-yourself photo gallery project
- python
- typescript
- libvips
- imagemagick
- golang
go get github.com/dgrijalva/jwt-gogo get github.com/mattn/go-sqlite3go get golang.org/x/crypto/bcryptgo get gopkg.in/yaml.v2
- See dependancies section for what to install
- run
make setupto edit a preferences file and get things set up.- Note: The private key field is not a password. You never need to remember it, and you should generate a random base64 string, ideally more than 40 characters in length.
- run
cd runfiles && ./server - navigate to
localhost:7923and press the fingerprint icon in the top right to start adding photos.