Viido projektori arvuti repo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Kasper a16282d644 Add favicon 5 years ago
arduino_remote add arduino code 6 years ago
autostart Create mopidy.desktop 7 years ago
bin Add package hints for kahtlanefm streamer 5 years ago
nginx Add receiver support 6 years ago
projektor Add reminders for receiver input hotkeys 5 years ago
systemd Add receiver support 6 years ago
www Add favicon 5 years ago
.gitignore add arduino code 6 years ago
LICENSE Initial commit 8 years ago
README.md Tiny readme fixes 6 years ago

README.md

Viido

Viido projektori arvuti repo

Setup

Assuming you're using some debian derivative
else ... figure it out yourself!

$CLONE is your repo clone path
commands as #root

TODO: autostart

TODO: bin

nginx config

Install nginx ofc

mv /etc/nginx/sites-available/default /etc/nginx/sites-available/default.bak
ln -s $CLONE/nginx/default /etc/nginx/default

projektor

ln -s $CLONE/projektor /opt/projektor
apt install python3-serial python3-bottle

web

mv /var/www/html /var/www/html.bak
ln -s $CLONE/www /var/www/html

noVNC

apt install novnc
ln -s /usr/share/novnc /var/www/noVNC
gsettings set org.gnome.Vino require-encryption false
dbus-launch gsettings set org.gnome.Vino prompt-enabled false

systemd services

ln -s $CLONE/systemd/projektor.service /etc/systemd/system/
systemctl enable projektor.service
systemctl start projektor.service
ln -s $CLONE/systemd/websockify.service /etc/systemd/system/
systemctl enable websockify.service
systemctl start websockify.service

Now, essential code seems to be symlinked and git pull keeps everything up-to-date..

And as always, this readme is under destruction :)