All code for www.tubearchivist.com
Go to file
simon 1de5f5bc86
put webhook url in env vars
2022-12-24 10:24:43 +07:00
builder call create_queue in builder too 2022-12-19 15:14:56 +07:00
env put webhook url in env vars 2022-12-24 10:24:43 +07:00
helper_scripts add db helper scripts 2022-12-03 09:27:25 +07:00
tubearchivist put webhook url in env vars 2022-12-24 10:24:43 +07:00
.gitignore add redditbot 2022-12-07 16:51:56 +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 single step production build 2022-12-22 10:49:43 +07:00
docker-compose_production.yml add members_pubsub container 2022-12-17 16:21:16 +07:00
docker-compose_testing.yml better build, multi stage, passing args in compose 2022-12-22 10:19:00 +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.