Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benhg/bread-storage-request-form
Request a directory on bread
https://github.com/benhg/bread-storage-request-form
Last synced: 19 days ago
JSON representation
Request a directory on bread
- Host: GitHub
- URL: https://github.com/benhg/bread-storage-request-form
- Owner: benhg
- Created: 2020-12-23T02:26:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-24T03:42:46.000Z (about 4 years ago)
- Last Synced: 2024-11-08T21:41:49.408Z (2 months ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bread-storage-request-form
Web form for requesting a directory on Bread## What is this?
It's a web form for creating new directories on Bread without human intervention
## How does it work?
It's a Flask app, run with GUnicorn, on BLT
## How do I run it?
`gunicorn app:app -b 127.0.0.1:8000 --daemon`