Lada: Difference between revisions
From Personal wiki
(create lada page) |
(add details) |
||
Line 1: | Line 1: | ||
LXC container | LXC container | ||
Contains most php scripts that display youtube, videos (TV series), movies, dlw and more. Video files are usually directly served but the php scripts always link to them as <code>vlc://[lada https domain]/path/to/movie.mkv</code> to be handled on the client-side browser in a specific way, for example opening <code>vlc</code> and streaming the https file over the network directly 'on-screen'. | |||
Main website entry point and redirects some subdirectories to other webservers : | |||
* <code>/osm</code> to <code>[osm]:80/</code> | |||
* <code>/kiwix</code> to <code>localhost:8000/</code> | |||
* <code>/dewa</code> to <code>[dewa]:8051/</code> |
Revision as of 20:53, 5 April 2022
LXC container
Contains most php scripts that display youtube, videos (TV series), movies, dlw and more. Video files are usually directly served but the php scripts always link to them as vlc://[lada https domain]/path/to/movie.mkv
to be handled on the client-side browser in a specific way, for example opening vlc
and streaming the https file over the network directly 'on-screen'.
Main website entry point and redirects some subdirectories to other webservers :
/osm
to[osm]:80/
/kiwix
tolocalhost:8000/
/dewa
to[dewa]:8051/