Photo manager web app, written in rust.
7360e6706f
Improve reading the date of images. Prefer camera times over gps times, since sometimes and old position is used, and than that old time is saved in gps time field. |
||
---|---|---|
.github/workflows | ||
migrations | ||
res | ||
src | ||
templates | ||
.gitignore | ||
Cargo.toml | ||
diesel.toml | ||
LICENSE | ||
README.md | ||
rustfmt.toml |
rphotos
Semi-experimental web app in Rust language: manage my photos.
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.