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

Security Updates

Security Guide

Automatische Updates

Security Guide Security Updates

Auf beiden Servern apt install -y unattended-upgrades apt-listchanges dpkg-reconfigure -plow unattended-upgrades # Wähle yes Config: nano /etc/apt/apt.conf.d/50unattended-upgrades Wichtig Unattended-Upgrade::Automatic-Reboot "false"; Unattended-Upgrade::Aut...

Services

Nextcloud

Services

Installation

Services Nextcloud

Läuft im Docker auf Homeserver Port: 1313 URL: https://nextcloud.denode.eu Datenverzeichnis: /nextcloud-data Datenbank: MariaDB (Container nextcloud-db-1 ) Container: nextcloud-app-1 nextcloud-db-1 wichtige Befehle: docker ps | grep nextcloud docker logs nex...

Trusted Domains

Services Nextcloud

Config-Datei in Container docker exec -it nextcloud-app-1 bash apt update && apt install -y nano nano /var/www/html/config/config.php Oder mit occ: docker exec -u www-data nextcloud-app-1 php occ config:system:set trusted_domains 1 --value ="nextcloud.denode...

Externe Speicher

Services Nextcloud

Cloud Ordner auf HDD Scan: docker exec -u www-data nextcloud-app-1 php occ files:scan --path="denode/files/Cloud" Verify: docker exec -u www-data nextcloud-app-1 php occ files_external:verify 2

BookStack

Services

Installation

Services BookStack

Docker-Compose: ~/bookstack/docker-compose.yml Container: bookstack-app(Port 4567) bookstack-db (MariaDB) URL: https://notes.denode.eu Login: Email: admin@admin.com Passwort: password Daten Storage: ~/bookstack/data/storage Database: ~/bookstack/data/data...

Struktur

Services BookStack

Hierarchie Regal (Shelf) └─ Buch (Book) └─ Kapitel (Chapter) └─ Seite (Page) Empfohlene Struktur Server Infrastructure Initial Setup Networking Security Services Backup

Wichtige Befehle

Services BookStack

Container: cd ~/bookstack docker compose ps docker compose logs app docker compose restart Backup: cd ~ tar -czf bookstack-backup-$(date +%Y-%m-%d).tar.gz bookstack/ mv bookstack-backup-*.tar.gz /mnt/hdd/backups/

Overleaf

Services

Installation

Services Overleaf

Docker-Compose ~/overleaf/docker-compose.yml Container: overleaf-app (Port 4568) overleaf-mongo (MongoDB 5.0 mit ReplicaSet) overleaf-redis URL: https://overleaf.denode.eu Daten: MongoDB: /mnt/hdd/overleaf/mongo-data Overleaf: ~/overleaf/data/overleaf Redis...

User Verwaltung

Services Overleaf

If you're creating your first administrator account we recommend visiting the https://{your-instance-url}/launchpad URL and setting up your account from there. # Legacy docker-compose.yml deployments: $ docker exec sharelatex /bin/bash -ce "cd /overleaf/servic...

Wichtige Befehle

Services Overleaf

Container cd ~/overleaf docker compose ps docker compose logs app docker compose logs mongo docker compose restart MongoDB ReplicaSet: docker exec overleaf-mongo mongosh --eval "rs.status()" Troubleshooting: # Bei "Transaction" Fehler docker exec overleaf...

Vaultwarden

Services

Installation

Services Vaultwarden

Läuft in Docker auf Homeserver Port 8282 URL: Nur über Tailscale MagicDNS Zugriff: Warum nicht öffentlich? -> Passwort-Manager mit allen Passwörtern -> nur privater Zugriff nötig -> Extra Sicherheitsebene

pgcli (datenbank in console)

Services