Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Portainer

This server is a handmedown from a previous student, intel i7-4770k with 16bg ram, 2 180GB SSD tho this may change!

The intention for this server is a catch all docker image host for small applications that may be added over time.

Docker desktop - Portainer

To manage instances portainer exstension is used.

Manulab infocentre

Simple wordpress server where we can add inn slides to be displayed on the tv's. tv clients are just raspberry pi's with no extra software. just open the locally hosted wordpress site in firefox and enable fullscreen.

For digital signage a wordpress plugin called Foyer is used.

Code Block
languagepowershell
themeMidnight
titleTerminal commands
collapsetrue
apt update && apt upgrade -y
apt install apache2 php mariadb-server software-properties-common
mysql_secure_installation
apt install phpmyadmin

------

cd /var/www/html
wget wordpress.org/latest.zip
unzip latest.zip
mv /wordpress/* .
rm -rf wordpress
rm -f latest.zip

------
sudo su
mysql
create database wordpress;
create user 'wp'@'localhost' identified by 'fubar';
grant all privileges on wordpress.* TO 'wp'@'localhost';
flush privileges;
quit

------ Assuming your're still in /var/www/html

chown -R 33:33 *
find . -type d -exec chmod 0775 {} \; && find . -type f -exec chmod 0664 {} \;



Obico print supervisor

Octoprint kompatibel server som overvåker webcam feed med spagett AI detection. sender også pushvarsler for relevant informasjon.