Skip to content

Conversation

herrluisi
Copy link
Collaborator

@herrluisi herrluisi commented Aug 22, 2025

Admin Guide

  • ...
  • monitoring <-- Verschoben
  • backup
  • Theorie
    • vergleich nginx / traefik
    • use cases - rewrite fällig
      • ipv6 pro service
        • layer 3 kontrolle über die services
      • warum ipv4 -> v6 proxy
        • virtualisierung und wenig ipv4 adressen
        • ipv6 only server
      • Vergleich der Möglichkeiten -> Grafik anpassen
      • nginx - traefik Vergleich

Installation

  • Basisinstallation

    • Admin Gruppe
    • Docker
    • Backup
    • monitoring (will be fixed in further versions)
  • nginx als Reverse Proxy

    • Aktuelle nginx ohne Proxy erklärung übernehmen und Anpassen (siehe unten)
    • usefull scripts
      • searchport
      • ipv6 gen script
  • traefik als Reverse Proxy

    • aktuelle Traefik ohne Proxy übernehmen??
  • IPv4 -> IPv6 Proxy

    • nginx file austesten
    • Schaubilder IPv4->IPv6 Proxy Möglichkeiten Vergleich
  • Alles mit Cloudflare raus

  • Basisinstallation -> Grafik anpassen (xml in jpg drinne)

  • Backup:

    • Ordner mit SSL Zertifikaten speichern (/root/acme.sh oder /etc/ssl)
  • nginx ohne Proxy

    • Bilder (workflow setup acme.sh)
    • Client IP Address Filtering -> Tipp: Ipv6 Subnet hinzufügen (wenn vorhanden)
    • IPv6
      • add del line beneath every ipv6
    • nginx service datei: erster Server Block löschen

docker-compose files

  • parse all docker-compose to docker compose

Nginx files:

  • http2 im listener testen ob benötigt wenn http2 = on
  • ipv6 redirect global file
  • überall OCSP stapling raus
  • hinzufügen ```
    • ssl_ecdh_curve X25519:prime256v1:secp384r1;
    • http2 on;

Backup

  • write automation script for initial backup
  • write automation update script
    • refresh all backups

interfaces

  • change interface to $interface

Copy link

cloudflare-workers-and-pages bot commented Aug 22, 2025

Deploying adminguide with  Cloudflare Pages  Cloudflare Pages

Latest commit: 144f95e
Status: ✅  Deploy successful!
Preview URL: https://749fec35.adminguide.pages.dev
Branch Preview URL: https://reform-adminguide.adminguide.pages.dev

View logs

@felbinger felbinger changed the title Reform adminguide Restructure Aug 22, 2025
@felbinger felbinger requested a review from Copilot August 22, 2025 22:24
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request restructures the documentation by replacing Cloudflare-specific sections with a new theory-based approach and updating configurations throughout the codebase.

  • Removes Cloudflare proxy configurations and adds new theory documentation
  • Updates all docker-compose references to docker compose (v2 command)
  • Standardizes domain examples to use domain.de format

Reviewed Changes

Copilot reviewed 14 out of 21 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
includes/installation/additional_ipv6.md Updates interface variable reference from hardcoded to $IFACE
docs/services/sharelatex.md Replaces docker-compose with docker compose and domain example standardization
docs/services/psono.md Updates domain examples to use domain.de format
docs/services/influxdb.md Changes docker-compose command reference to docker compose
docs/services/grafana.md Updates Docker command references with mixed usage of old and new syntax
docs/installation/31_monitoring.md Updates Prometheus image references and fixes configuration file naming
docs/installation/30_backup.md Replaces old backup documentation with new BorgBackup2 setup guide
docs/installation/21_traefik_cloudflare.md Removes entire Traefik with Cloudflare configuration
docs/installation/11_nginx_cloudflare.md Removes entire nginx with Cloudflare configuration
docs/installation/05_base.md Removes IPv4-to-IPv6 proxy section and comparison diagrams
docs/img/schaubild_cloudflare-vs-transparent-proxy.drawio Updates diagram to remove Cloudflare references
docs/30_theorie.md Adds new theory documentation about proxy approaches and use cases
docs/30_backup.md Removes old backup documentation
README.md Adds domain standardization guideline
Comments suppressed due to low confidence (2)

docs/installation/31_monitoring.md:1

  • File extension inconsistency. The comment shows .yaml but the corrected version on line 90 shows .yml. Both references should use the same extension for consistency.
# Monitoring

docs/installation/31_monitoring.md:1

  • File extension inconsistency. The comment shows .yaml but the corrected version on line 159 shows .yml. Both references should use the same extension for consistency.
# Monitoring

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants