All code for www.tubearchivist.com
Go to file
Simon ef1232fa6b
add missing readme check back
2023-11-01 11:09:38 +07:00
builder call create_queue in builder too 2022-12-19 15:14:56 +07:00
env add tubearchivist-jf to HOOK_URL 2023-08-05 10:48:14 +07:00
helper_scripts fix remove source file flag 2023-03-06 16:06:53 +07:00
tubearchivist add missing readme check back 2023-11-01 11:09:38 +07:00
.gitignore add discord-bot 2023-08-01 10:28:07 +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 update deployment 2023-07-31 21:31:14 +07:00
docker-compose_production.yml add discord-bot 2023-08-01 10:28:07 +07:00
docker-compose_testing.yml update deployment 2023-07-31 21:31:14 +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.