Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goneri/photos-triage
https://github.com/goneri/photos-triage
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/goneri/photos-triage
- Owner: goneri
- Created: 2024-06-02T19:40:47.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T23:10:36.000Z (6 months ago)
- Last Synced: 2024-10-04T17:23:38.567Z (about 1 month ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```