All code for www.tubearchivist.com
Go to file
simon c7591d6cc2
add discord invite redirect
2022-12-03 09:28:13 +07:00
builder implement build list of commands 2022-07-03 19:21:46 +07:00
env add scheduled backup of docker stats to pg 2022-06-06 15:19:23 +07:00
helper_scripts add db helper scripts 2022-12-03 09:27:25 +07:00
tubearchivist add discord invite redirect 2022-12-03 09:28:13 +07:00
.gitignore add gitea 2022-05-21 12:39:10 +07:00
LICENSE cleanup to upload 2022-04-29 17:48:25 +07:00
README.md fix typo 2022-07-03 13:12:43 +07:00
deploy.sh add db helper scripts 2022-12-03 09:27:25 +07:00
docker-compose_production.yml add discord invite redirect 2022-12-03 09:28:13 +07:00
docker-compose_testing.yml add discord invite redirect 2022-12-03 09:28:13 +07:00
install.sh implement build server 2022-05-20 11:41:44 +07:00
version_check.py cleanup to upload 2022-04-29 17:48:25 +07:00

README.md

Tube Archivist Server

All code for www.tubearchivist.com.

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
  • Send notifications for new release builds to Discord

Builder

Standalone python script subscribed to Redis waiting for build commands.