Photo manager web app, written in rust.
2918a8adb1
* Redesign details view. The details view is now implemented with css grid, in a full-window no-scroll layout (except for small screens, where the design is still sequential and scroll is used) This incudes some cleanup of the markup and corresponding changes in the admin script. * Update ructe to 0.12.0. * Larger small and medium images. * Slightly more pics per page in split lists. * Use more OSM places. * Update README. |
||
---|---|---|
migrations | ||
res | ||
src | ||
templates | ||
.gitignore | ||
.travis.yml | ||
Cargo.toml | ||
diesel.toml | ||
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.