Skip to content

kaj/rphotos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

75e2571 · Mar 8, 2025
Jan 28, 2023
Feb 26, 2023
Jul 31, 2024
Mar 8, 2025
Jul 29, 2024
Jul 17, 2016
Mar 8, 2025
Mar 8, 2025
Apr 18, 2021
Jan 10, 2021
Aug 31, 2018
Feb 23, 2019

Repository files navigation

rphotos

Semi-experimental web app in Rust language: manage my photos.

CI

Tag photos with places, people and other tags, while keeping some private and making others public. It uses a postgresql database for the metadata, and works with read-only access to the actual image files. Downscaled images are stored in memcache.

My images are on img.krats.se where you can see those that are public though rphotos.

Not in any way feature-complete, but useful. At least to me.

There is not (yet) much documentation, but there is command line help (the single binary has subcommands for running the server and some administrative task, such a finding new photos or making photos public). The database is described in the migrations. Everything else is in the code.