https://github.com/alphahydrae/qimg
A quick-and-dirty image upload API
https://github.com/alphahydrae/qimg
Last synced: 3 months ago
JSON representation
A quick-and-dirty image upload API
- Host: GitHub
- URL: https://github.com/alphahydrae/qimg
- Owner: AlphaHydrae
- Created: 2017-03-16T21:27:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T21:28:08.000Z (over 3 years ago)
- Last Synced: 2025-12-30T22:33:54.864Z (7 months ago)
- Language: JavaScript
- Homepage: https://alphahydrae.github.io/qimg/
- Size: 750 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qimg
## Environment Variables
* **NODE_ENV**: Environment (defaults to `development`).
* **PORT**: Port to listen to (defaults to `3000`).
* **DATABASE_URL**: PostgreSQL connection URL (defaults to `postgres://localhost/qimg`).
* **QIMG_URL**: Base URL (defaults to `http://localhost:$PORT`).
* **QIMG_ADMIN_TOKEN**: Administrator authentication token (defaults to `admin` in development, **required** in production).
* **QIMG_IMAGE_QUOTA**: Number of images kept for each user (default to 10).