Initial commit: enterprise digital platform with portal SSO, DigiServer, IT Assets, NetworkView, Server Monitor

This commit is contained in:
ske087
2026-05-10 21:07:50 +03:00
commit 8d9df56b0b
364 changed files with 73655 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
# Install emoji fonts for Raspberry Pi
echo "Installing emoji font support for Raspberry Pi..."
apt-get update -qq
apt-get install -y fonts-noto-color-emoji fonts-noto-emoji
echo "✅ Emoji fonts installed!"
echo "Please restart your browser to see the changes."