Simple app to show my photos. https://photos.lks.li
Find a file
2025-02-21 22:59:02 +01:00
cmd/photo feat: Add image compression 2025-02-12 19:12:30 +01:00
internal fix(templates): Add viewport meta tag 2025-02-21 22:59:02 +01:00
.gitignore feat: Add image compression 2025-02-12 19:12:30 +01:00
Containerfile Initial commit 2025-01-31 00:39:33 +01:00
go.mod feat: Add image compression 2025-02-12 19:12:30 +01:00
go.sum feat: Add image compression 2025-02-12 19:12:30 +01:00
Makefile fix(templates): Add viewport meta tag 2025-02-21 22:59:02 +01:00
README.md feat: Add image compression 2025-02-12 19:12:30 +01:00

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")