36 lines
1,017 B
Markdown
36 lines
1,017 B
Markdown
![]() |
# VILTUBE
|
||
|
|
||
|
A minimalist video hosting solution, written in PHP. If you want to post
|
||
|
videos on the internet with free software, but want something very easy to
|
||
|
setup and something not as big as PeerTube, this is perfect for you!
|
||
|
|
||
|
# Features
|
||
|
1. Very small and fast!
|
||
|
2. No databases or SQL usage, you just put videos up
|
||
|
3. No login or registration page to be hacked
|
||
|
4. Very customizable
|
||
|
5. Text browser friendly
|
||
|
6. Remove CSS by deleting styling.css
|
||
|
|
||
|
## The setup
|
||
|
1. Have PHP installed on your webserver and running
|
||
|
2. Clone this repository to a directory your webserver can access
|
||
|
3. Put videos in the videos folder of viltube!
|
||
|
|
||
|
## Thumbnails
|
||
|
|
||
|
Put webps of matching name in the thumbs folder, if they arent present
|
||
|
viltube wont serve a thumbnail.
|
||
|
|
||
|
There is a shell script 'genthumbs.sh'
|
||
|
you can use to generate thumbnails for your videos via ffmpeg.
|
||
|
|
||
|
## Further improvements
|
||
|
|
||
|
Anything better than this would be statically generated or just a directory of
|
||
|
videos served by the webserver.
|
||
|
|
||
|
## LICENSE
|
||
|
|
||
|
Public Domain CC0
|