Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦊 Foxly IT — Dotfiles & Server Goodies

🇩🇪 Deutsch | 🇬🇧 English

Important

Foxly MOTD wurde in ein eigenes Repository verschoben. Die Version in motd-scripts/ bleibt nur als historische Referenz erhalten und wird nicht mehr weiterentwickelt. Neuinstallationen, Updates und Migrationen erfolgen ausschließlich über foxly-it/foxly-motd. Weitere Informationen gibt es auf motd.foxly.de.

Foxly MOTD has moved to a dedicated repository. The version in motd-scripts/ is retained for historical reference only and is no longer maintained. Use foxly-it/foxly-motd for new installations, updates, and migrations.

GitHub Repo size GitHub last commit GitHub stars License Made with 💜


🇩🇪 Deutsch

Dieses Repository ist eine kuratierte Sammlung meiner persönlichen Dotfiles, Server-Konfigurationen, Shell-Skripte und Frontends,
die produktiv in meinem Foxly-IT-Homelab und auf mehreren vServern eingesetzt werden.

Der Fokus liegt auf:

  • sauber strukturierter Infrastruktur
  • reproduzierbaren Docker- und Proxy-Setups
  • verständlicher, wartbarer Konfiguration
  • technischer Klarheit statt „Magie“
  • konsistentem Design bis in CLI und Weboberflächen

Dieses Repository dient gleichzeitig als Arbeitsgrundlage, Referenz und Dokumentation.


📂 Inhalt

Bereich Beschreibung
🧠 motd-scripts/ Veraltete MOTD-Version, nur noch als historische Referenz. Die aktive Version befindet sich in foxly-it/foxly-motd.
🛡️ adguard-blockpage/ Vollständig designte, responsive Blockseite für AdGuard Home mit IT-Witz-Rotation, Docker- & Nginx-Integration.
🐳 docker-templates/ Wiederverwendbare Docker- & Docker-Compose-Templates für Homelab- und Server-Stacks.
🔀 docker-templates/zoraxy/ Zoraxy-Templates mit Fokus auf Reverse Proxy, Header-Handling, TLS und sichere Exposition von Diensten.

🧠 MOTD / Sysinfo Scripts

Status: Legacy – nicht mehr in aktiver Entwicklung

Die frühere Version unter motd-scripts/ bleibt zur Nachvollziehbarkeit und Migration bestehen. Bitte verwende für Neuinstallationen und Updates nur noch das eigenständige Projekt:

curl -fsSL https://motd.foxly.de/install.sh | sudo bash

🛡️ AdGuard Home — Custom Blockpage

Pfad: adguard-blockpage/

Diese Blockpage ersetzt die Standard-Hinweisseite von AdGuard Home durch eine moderne, markenkonforme HTML-Seite
für geblockte Domains.

Features

  • Foxly-Branding
  • modernes HTML5- & CSS-Layout
  • rotierende IT-Witze
  • Docker- & Nginx-fähig
  • optionaler HTTPS-Betrieb über Zoraxy

Beispiel (Nginx)

server {
  listen 10.100.0.4:80 default_server;
  server_name _;
  root /opt/adguard-blockpage;
  index index.html;
}

🧰 Installation (Kurzbeispiel)

git clone https://github.com/foxly-it/dotfiles.git /opt/dotfiles
cd /opt/dotfiles

sudo cp -r adguard-blockpage /opt/
sudo nginx -t && sudo systemctl reload nginx

Foxly MOTD wird separat aus dem aktiv gepflegten Repository installiert:

curl -fsSL https://motd.foxly.de/install.sh | sudo bash

⚙️ Tools & Umgebung

  • Debian 13 (Bookworm)
  • Docker & Docker Compose
  • Zoraxy (Reverse Proxy)
  • AdGuard Home + Unbound
  • Nginx
  • lolcat / figlet

🇬🇧 English

This repository is a curated collection of my personal dotfiles, server configurations, shell scripts, and frontends,
used productively in my Foxly IT homelab and on multiple VPS systems.

The focus is on:

  • clean and structured infrastructure
  • reproducible Docker and proxy setups
  • maintainable and transparent configuration
  • technical clarity instead of hidden magic
  • consistent design from CLI to web interfaces

This repository serves as a working base, reference, and documentation.


📂 Contents

Area Description
🧠 motd-scripts/ Legacy MOTD version retained for historical reference. The actively maintained version lives at foxly-it/foxly-motd.
🛡️ adguard-blockpage/ Fully designed, responsive custom block page for AdGuard Home with IT joke rotation and Docker/Nginx support.
🐳 docker-templates/ Reusable Docker and Docker Compose templates for homelab and server stacks.
🔀 docker-templates/zoraxy/ Zoraxy reverse proxy templates focusing on header handling, TLS, and secure service exposure.

🧠 MOTD / Sysinfo Scripts

Status: Legacy – no longer actively maintained

The former version in motd-scripts/ remains available for traceability and migration. For new installations and updates, use only the dedicated project:

curl -fsSL https://motd.foxly.de/install.sh | sudo bash

🛡️ AdGuard Home — Custom Blockpage

Path: adguard-blockpage/

Replaces the default AdGuard Home block page with a modern, branded HTML page
shown when domains are blocked.


⚙️ Environment

  • Debian Linux
  • Docker & Docker Compose
  • Zoraxy Reverse Proxy
  • AdGuard Home with Unbound
  • Nginx

📜 License

© 2025 Foxly IT — released under the Foxly Open License.

Free to use, modify and share,
as long as attribution is given and no commercial use is made.

See LICENSE for details.


🦊 About Foxly IT

“Homelab, automation & style — made with 💜 by Mark Schenk (Foxly).”
https://foxly.de

Alt