All code for www.tubearchivist.com
Go to file
simon 0636b5bceb
remove umami startup schema volume
2022-06-01 17:36:34 +07:00
builder implement build server 2022-05-20 11:41:44 +07:00
env move VIRTUAL_PORT to env_file 2022-05-21 12:41:37 +07:00
tubearchivist add gitea 2022-05-21 12:39:10 +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 project description for publishing 2022-05-20 11:51:14 +07:00
deploy.sh implement build server 2022-05-20 11:41:44 +07:00
docker-compose_production.yml remove umami startup schema volume 2022-06-01 17:36:34 +07:00
docker-compose_testing.yml add data volume to ta container 2022-05-20 19:53:04 +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 nitifications for new release builds to Discord

Builder

Standalone python script subscribed to Redis waiting for build commands.