All Tube Archivist Project Documentation
  • CSS 77.1%
  • HTML 14.2%
  • Dockerfile 8.7%
Find a file
2026-03-14 18:14:35 +07:00
.github/workflows add buildhook 2025-09-02 10:38:37 +07:00
mkdocs add index rebuild debug steps 2026-03-14 18:14:35 +07:00
.gitignore ignore venv 2023-07-30 21:19:26 +07:00
Dockerfile prep v0.5.9 release docs (#75) 2026-02-07 09:23:12 +07:00
LICENSE.md add LICENSE 2023-03-20 10:37:06 +07:00
README.md Update README.md (#56) 2025-03-09 22:05:15 +07:00
requirements-dev.txt release v0.5.5 docs update 2025-07-22 23:21:00 +07:00
requirements.txt bump requirements, pin click 2026-02-21 09:03:01 +07:00

Tube Archivist Documentation

docs.tubearchivist.com

This is the git repo of the official documentation for Tube Archivist - Your self hosted YouTube media server.

Additional links:

Make Changes

Please help improve these documentations. To make changes, fork this repo and make your changes. When you are ready, open a Pull Request. When merged, this will rebuild the live documentations within a few seconds.

Development Environment

To just make simple changes, edit the markdown files within mkdocs/docs directly.

To setup a local development server:

Install requirements, e.g. with pip:

pip install -r requirements.txt

More details: User Guide

Run the server from the mkdocs folder with:

mkdocs serve

And the site - with live reload enabled - should be available on localhost:8000.

Production environment

Build the Docker image:

docker build -t bbilly1/tubearchivist-docs .

Run the image:

docker run -p 80:80 bbilly1/tubearchivist-docs