Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

92 total results found

Stuff

Setups

Cooking

Presents

Kaldener Mausi

Presents

flakes schleim quetschi rosa maske gelb schoki schampoo handtuch hanuta badekugelnn haarbürste riegel schoki quetschi spekulatius schoki tassenkuchen kleine schampoo schokohimbeeren handtuch 2 riegel handcreme katze hanuta bodylotion + snoopy

Projects

Close Lid, Uptime, Auth

Projects

Setup-Guide: Hyprlock, Authelia & Uptime Kuma TEIL 1: HYPRLOCK AUTO-LOCK BEI LID CLOSE Hyprland Lid-Event Handler Methode 1: Mit Hyprland Event (empfohlen!) Hyprland hat ein eingebautes Event-System! Config erweitern: nano ~/.config/hypr/hyprland.conf Füge h...

notifications and preload

Projects

Notifications yay -S swaync mkdir ~/.config/swaync # ~/.config/swaync/config.json # ~/.config/swaync/style.css in hyprland conf: # Starte swaync exec-once = swaync # Keybinds bind = $mainMod, N, exec, swaync-client -t -sw bind = $mainMod SHIFT, N, exec, s...

new things to do

Projects

Glance https://github.com/glanceapp/glance StatPing.ng https://github.com/statping-ng/statping-ng DumpDo https://github.com/DumbWareio/DumbDo Dump Pad https://github.com/DumbWareio/Dumbpad Excalidraw https://docs.excalidraw.com/docs/introduction/...

webshop

Projects

Verzeichnisse anlegen: # Auf der SSD sudo mkdir -p /opt/shop # Auf der HDD sudo mkdir -p /mnt/hdd/shop/{uploads,database,backups} sudo chown -R 33:33 /mnt/hdd/shop/uploads 2.docker-compose.yml erstellen: cd /opt/shop nano docker-compose.yml version: '3.8' ...

Backup & Maintenance

Backup System

Backup & Maintenance

Automatische Backups

Backup & Maintenance Backup System

Script:/usr/local/bin/nextcloud-backup.sh Was wird gesichert? Nextcloud-Daten Nextcloud-Datenbank Wireguard-Configs Caddy-Configs Fail2Ban-Configs Backup Ziel: /mnt/hdd/backups Zeitplan: Täglich 03:00 Uhr (Cronjob) Retention: 7 Tage Telegram-Benachrichtigun...

Backup manuell starten

Backup & Maintenance Backup System

sudo /usr/local/bin/nextcloud-backup.sh Logs: tail -f /var/log/nextcloud-backup.log Backups prüfen: ls -lh /mnt/hdd/backups/nextcloud-data/ ls -lh /mnt/hdd/backups/nextcloud-db/ du -sh /mnt/hdd/backups/

Backup wiederherstellen

Backup & Maintenance Backup System

Datenbank: BACKUP_FILE="/mnt/hdd/backups/nextcloud-db/nextcloud-db_2025-10-26_03-00-00.sql.gz" gunzip < "$BACKUP_FILE" | docker exec -i nextcloud-db-1 mysql -u nextcloud -pdenode nextcloud Daten: docker stop nextcloud-app-1 sudo mv /nextcloud-data /nextcloud-...

Monitoring

Backup & Maintenance

Fail2Ban Monitoring

Backup & Maintenance Monitoring

Telegram-Bot: @denode_monitor_bot Benachrichtigung bei: Fail2Ban Start/Stopp IP gebannt IP entsperrt Fail2Ban Status: fail2ban-client status fail2ban-client status sshd 1

Health-Check-Script

Backup & Maintenance Monitoring

Script: /root/health-chech.sh Prüft: Wireguard-Tunnel-Status Nextcloud-Erreichbarkeit Disk Space (>80% Warnung) CPU Load (>2.0 Warnung) Läuft: Täglich 09.00 Uhr Telegram: Nur bei Problemen