Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goneri/photos-triage


https://github.com/goneri/photos-triage

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# Simple script to triage incoming photos on NextCloud

Photos are stored in the `/Photos` directory, incoming files come first in the `/Photos/a_trier`.
The script is in charge of moving them to the right directory in the `/Photos` directory.

Build the container:

```
podman build -f Containerfile --tag quay.io/goneri/photos-triage:latest .
```

And run the script:

```
podman run -it --volume ./secret:/secret:z quay.io/goneri/photos-triage:latest
```