2022-04-29 10:48:25 +00:00
|
|
|
# Tube Archivist Server
|
|
|
|
All code for www.tubearchivist.com.
|
|
|
|
|
2022-05-20 04:51:14 +00:00
|
|
|
## Tubearchivist
|
|
|
|
Flask API to render the html website. Build with Docker. API endpoints to:
|
|
|
|
|
|
|
|
### Listen for GitHub hooks to
|
|
|
|
- Create tasks for unstable testing images
|
|
|
|
- Create tasks for new releases
|
|
|
|
- Update Roadmap in Discord
|
|
|
|
|
|
|
|
### Listen for DockerHub hooks to
|
|
|
|
- Send notifications for new unstable builds to Discord
|
2022-07-03 06:12:43 +00:00
|
|
|
- Send notifications for new release builds to Discord
|
2022-05-20 04:51:14 +00:00
|
|
|
|
|
|
|
## Builder
|
|
|
|
Standalone python script subscribed to Redis waiting for build commands.
|