All code for www.tubearchivist.com
Go to file
simon 640644713c
migrate to pg 15, fix umami 2
2023-05-13 15:21:50 +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 fix remove source file flag 2023-03-06 16:06:53 +07:00
tubearchivist migrate to pg 15, fix umami 2 2023-05-13 15:21:50 +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 move versioncheck to separate lib 2023-03-06 15:52:13 +07:00
docker-compose_production.yml migrate to pg 15, fix umami 2 2023-05-13 15:21:50 +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

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.