Photo manager web app, written in rust.
Go to file
Rasmus Kaj 326d9fad9e Release 0.8.8
* Fix map for anonymous viewers.
* Test and refactor fetch_places::name_and_level
* Add one more place.
2020-09-02 02:08:38 +02:00
migrations Make photo size required in db. 2019-05-18 21:43:58 +02:00
res Fix map for anonymous viewers. 2020-09-02 02:04:05 +02:00
src Test and refactor fetch_places::name_and_level 2020-09-02 01:55:46 +02:00
templates Redesign details view. 2020-07-16 20:12:22 +02:00
.gitignore No secrets in git. 2016-07-17 14:16:41 +02:00
.travis.yml Use stable rustfmt. 2019-02-23 21:20:36 +01:00
Cargo.toml Release 0.8.8 2020-09-02 02:08:38 +02:00
diesel.toml Quit using diesel_infer_schema. 2018-08-31 22:40:39 +02:00
README.md Update README. 2020-07-16 20:24:48 +02:00
rustfmt.toml Use stable rustfmt. 2019-02-23 21:20:36 +01:00

rphotos

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

Build Status

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.