Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damcraft/cuiiliste
https://github.com/damcraft/cuiiliste
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/damcraft/cuiiliste
- Owner: DAMcraft
- Created: 2024-07-12T12:44:02.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-10-30T13:45:51.000Z (about 2 months ago)
- Last Synced: 2024-10-30T14:43:51.842Z (about 2 months ago)
- Language: Python
- Size: 73.2 KB
- Stars: 20
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Backend for CuiiListe.de
If you want to run this yourself, please set up a MariaDB database with the
tables described in the `database.py` file.You will need the following environment variables:
```dotenv
DB_HOST=127.0.0.1
DB_USER=myUser
DB_PASS=SecurePassword
DB_NAME=cuii
WEBHOOK_URL=https://discord.com/api/webhooks/1234567890986/SOMETHING
CUII_NOTIF_ROLE_ID=1234567890986
```You will need to insert DNS servers into your database manually.
Sadly, ISPs don't allow access to their DNS servers from outside, a rare exception is telekom.
You can get their public DNS servers by running
```bash
dig @dns00.dns.t-ipnet.de +short $(python3 -c 'print("dns.telekom.de "*20)') | sort | uniq
```
If you have any questions, feel free to ask me on
Matrix, Discord, Email or really wherever you want.
You can find my contact information on my website: [damcraft.de](https://damcraft.de)