All Project Documentation
Go to file
lamusmaser 00785a5141
Merge pull request #29 from lamusmaser/batch-editing
Technical editing and consistency rewrites.
2024-04-19 06:41:04 -06:00
mkdocs Merge branch 'master' into batch-editing 2024-04-19 06:40:36 -06:00
.gitignore ignore venv 2023-07-30 21:19:26 +07:00
Dockerfile bump python base 2023-07-30 23:15:20 +07:00
LICENSE.md add LICENSE 2023-03-20 10:37:06 +07:00
README.md simplify dev instructions 2023-11-20 20:34:06 +07:00
requirements.txt bump requirements 2024-04-17 22:46:14 +02:00

README.md

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 direclty.

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