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

56 total results found

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

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' ...

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-...

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

Häufige Probleme

Backup & Maintenance Monitoring

502 Bad Gateway: # Service läuft nicht docker compose ps systemctl status caddy # Tunnel funktioniert nicht ping 10.100.0.2 wg show Connection Refused: # Port nicht offen ufw status netstat -tlnp | grep PORT # Service nicht erreichbar docker logs CONTAINER ...

Häufige Probleme

Backup & Maintenance Troubleshooting

502 Bad Gateway: # Service läuft nicht docker compose ps systemctl status caddy # Tunnel funktioniert nicht ping 10.100.0.2 wg show Connection Refused: # Port nicht offen ufw status netstat -tlnp | grep PORT # Service ist nicht erreichbar docke...

Wichtige Logs

Backup & Maintenance Troubleshooting

Caddy: # Hetzner journalctl -u caddy -f # Homeserver sudo journalctl -u caddy -f Docker: docker compose logs -f docker logs CONTAINER_NAME -f Wireguard: journalctl -u wg-quick@wg0 -f System: dmesg | tail journalctl -xe SSH: tail -f /var/logs/au...

Service neu starten

Backup & Maintenance Troubleshooting

Docker-Container: cd ~/SERVICE_DIR docker compose restart docker compose down && docker compose up -d System-Services: sudo systemctl restart SERVICE sudo systemctl status SERVICE Kompletter Neustart # Homeserver sudo reboot # Hetzner reboot

Netzwerk Diagnose

Backup & Maintenance Troubleshooting

Tunnel testen: # von Hetzner ping 10.100.0.2 # von Homeserver ping 10.100.0.1 Port-Test: # Auf Server netstat -tlnp | grep PORT ss -tlnp | grep PORT # Von außen telnet IP PORT nc -zv IP PORT DNS-Test: nslookup nextcloud.denode.eu dig nextcloud....

Configdaten

Configdaten

Telegram: Bot Token: 8446514684:AAEthBJXkEVMw9kOVfrjdtpDuE5S3P9Heas Chat ID: 1916692273

Docker installation

Initial Setup Homeserver

Docker installieren #Repository hinzufügen sudo apt update sudo apt install -y ca-certificates curl gnupg sudo install -m 0755 -d /etc/apt/keyrings curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/do...

Domain & DNS

Initial Setup Homeserver

Domain: ```denode.eu`` Anbieter: spaceship.com Schritte: Gehe zu https://www.spaceship.com/ Domain suchen: denode.eu Domain kaufen Account erstellen