Simple photo storage service with upload, download & public listing functionality
- Copy
local.config.template
tolocal.config
and open the file - Modify
WORKING_DIR
to your desired storage folder - Modify
BACKUP_DIR
to your desired backup folder - Modify
SECRET_KEYS_FILE
to point to a plaintext file with valid API keys in each line
Install poetry first https://python-poetry.org/docs/#installation
Run:
> ./run.sh