1
mirror of https://github.com/rebane2001/hobune synced 2024-11-22 15:53:59 +01:00

Update README.md

This commit is contained in:
Jasper Rebane 2022-01-29 12:09:26 +02:00 committed by GitHub
parent 378a3c6933
commit 58d7532d2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,10 +11,10 @@ A lightweight static HTML framework for self-hosting video archives.
- Client-side search
# Usage
1. Clone this repo
2. Open up `hobune.py` and edit the `ytpath`, `ytpathweb`, `webpath`, `outpath` and `removedvideosfile` variables
3. Run `python3 hobune.py`, this will generate HTML files in your `outpath`
4. (optionally) Configure your webserver to allow downloads from /dl URLs and HTML pages without extensions
1. Clone this repo (or download as zip).
2. Rename the `default.json` file to `config.json` and edit the `ytpath`, `ytpathweb`, `webpath`, `outpath` and `removedvideosfile` variables to suit your setup.
3. Run `python3 hobune.py`, this will generate HTML files in your `outpath`.
4. (optionally) Configure your webserver to allow downloads from /dl URLs and HTML pages without extensions.
```
# nginx sample config