Simple app to show my photos.
https://photos.lks.li
cmd/photo | ||
internal | ||
.gitignore | ||
Containerfile | ||
go.mod | ||
go.sum | ||
Makefile | ||
README.md |
photos 📷
A simple photo gallery app to show my photos to the public.
Mission
I like to take photos in my freetime. I also like to share them to the world, but would like to do this in a very simple way. I don't need fancy algorithmos or anything, i just want a place to upload my photos in their original quality and just display them in a nice way.
ToDo
Upload Feature- RSS Feed
- Propper EXIF-Parsing
- Map Feature to show geolocation if available
- Categoies by Folders
- License footer
Flags
The following flags can be passed to the executable. They can also be set via env-vars which are prefixed with PHOTOS_
and then followed by the name of the option in caps, for example PHOTOS_PASSWORD
.
-compressed-dir string
directory to store the compressed images at (default "./compressed")
-dir string
directory to read the photos from (default "./photos")
-password string
password for the upload view (default "changeme")
-port int
port to bind to (default 1234)
-username string
username for the upload view (default "admin")