Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryghub/balocco
An awful giveaway platform
https://github.com/ryghub/balocco
Last synced: about 2 months ago
JSON representation
An awful giveaway platform
- Host: GitHub
- URL: https://github.com/ryghub/balocco
- Owner: RYGhub
- Created: 2022-11-30T13:12:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T12:38:29.000Z (about 1 year ago)
- Last Synced: 2023-12-24T13:38:12.371Z (about 1 year ago)
- Language: Python
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Balocco
A constellation giveaway server, designed for small communities.
Based on the work done on [Impressive_Strawberry](https://github.com/RYGhub/impressive-strawberry).## Installation
To be completed
### Environment setup
To use the software, the following environment variables are needed:
* IS_DB_URI: the DB uri, formatted like postgresql://[username]:[password]@[ip]:[port]/[db_name];
* IS_WEB_PORT: the TCP port on which the server will be reachable;
* DOMAIN: the auth0 domain (name.region.auth0.com);
* API_AUDIENCE: the api audience on auth0;
* OAUTH_PUBLIC: the public auth0 key;