alpergundogdu / photostore

Simple photo blog service with API key auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhotoStore

Simple photo storage service with upload, download & public listing functionality

Set up

  • Copy local.config.template to local.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

Run

Install poetry first https://python-poetry.org/docs/#installation

Run:

> ./run.sh

About

Simple photo blog service with API key auth

License:MIT License


Languages

Language:Python 83.1%Language:Shell 10.4%Language:HTML 6.6%