AllowEncodedSlashes NoDecode
ProxyPreserveHost On
ProxyPass "/" "http://127.0.0.1:8080/" nocanon
ProxyPassReverse "/" "http://127.0.0.1:8080/"
RewriteEngine on
RewriteCond %{HTTP:Upgrade} websocket [NC]
RewriteCond %{HTTP:Connection} upgrade [NC]
RewriteRule ^/...
Continue reading...
ollarama development
Create a new virtual environment
python3 -m venv .venv
Activate a virtual environment
source .venv/bin/activate
Install dependencies
pip3 install rich litellm
Run ollamarama in background
nohup python3 ollamarama.py &
Detect running instance
ps -ef|grep ollamarama
Continue reading...Ollama installation and update
Start installer and updater on command line
curl https://ollama.ai/install.sh | sh
Continue reading...Nextcloud stuck in maintenance mode
Start updater on command line
sudo -u www-data php /mnt/library/www.apps/nc/updater/updater.phar
Source: https://help.nextcloud.com/t/nextcloud-stuck-in-maintenance-mode-after-update/184325
Continue reading...Schwerelos
Das Content-Management-System Grav kommt beim Erstellen und Verwalten von Webseiten ohne Datenbankserver aus, was den Administrator entlastet und die Sicherheit steigert.
Dateibasierte Content-Management-Systeme (CMS) sind eine verhältnismäßig neue Erfindung und erfreuen sich immer größerer Belieb...
Continue reading...