All Project Documentation
Go to file
lamusmaser 6d92bcdfb1
#9 update synology section (#10)
* Fix introduction statement.

* Change the owner for ES.
Update the file referenced for the permissions check.
Update the file reference.

* Replaced `.jpg` of previous file with `.png`.
Replaced redis search image.
Updated redis image to newer image type.

* Fix grammar mistake.
Change `HOST_GID` to 0.
Add new section to start Upgrade details.

* Add `Upgrade` section.

* Added note about Links.

* Add missing note quotes.

* Replace the previous, manual method with the "Reset" action.
2023-05-20 13:02:20 +07:00
mkdocs #9 update synology section (#10) 2023-05-20 13:02:20 +07:00
.gitignore add social plugin 2023-04-01 19:16:09 +07:00
Dockerfile add social plugin 2023-04-01 19:16:09 +07:00
LICENSE.md add LICENSE 2023-03-20 10:37:06 +07:00
README.md update dev env with new deps 2023-04-01 19:19:41 +07:00
requirements.txt Release v0.3.6 (#8) 2023-05-13 21:10:34 +07: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 with pip:

pip3 install -r requirements.txt

For Arch:

pacman -S python-cairosvg python-pillow
yay -S mkdocs mkdocs-material

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