Lada: Difference between revisions

From Personal wiki
(add some structuring)
(add package repository)
Line 1: Line 1:
LXC container
LXC container


=== Webserver contents ===
== Webserver contents ==
Scripts in php 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'.
Scripts in php 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'.


=== External redirects ===
=== Arch and artix package mirror ===
Makes software zfs dataset available, all static files allow for package mirror operations. Use<syntaxhighlight lang="shell">
Server = https://lada.tizarne.com/artix/$repo/os/$arch
</syntaxhighlight>for artix and <syntaxhighlight lang="shell">
Server = https://lada.tizarne.com/arch/$repo/os/$arch
</syntaxhighlight>for arch in <code>/etc/pacman.d/mirrorlist</code>. To make the two directories available in the webserver root, symlinks are used :<syntaxhighlight lang="shell">
arch -> data/software/arch                     
artix -> data/software/artix
</syntaxhighlight>
 
== External redirects ==
Main website entry point and redirects some subdirectories to other webservers
Main website entry point and redirects some subdirectories to other webservers



Revision as of 11:01, 8 April 2022

LXC container

Webserver contents

Scripts in php 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'.

Arch and artix package mirror

Makes software zfs dataset available, all static files allow for package mirror operations. Use

Server = https://lada.tizarne.com/artix/$repo/os/$arch

for artix and

Server = https://lada.tizarne.com/arch/$repo/os/$arch

for arch in /etc/pacman.d/mirrorlist. To make the two directories available in the webserver root, symlinks are used :

arch -> data/software/arch                      
artix -> data/software/artix

External redirects

Main website entry point and redirects some subdirectories to other webservers

  • /osm to [osm]:80/
  • /kiwix to localhost:8000/
  • /dewa to [dewa]:8051/