Skip to content
View DannyRuizB's full-sized avatar
🟢
Online
🟢
Online

Block or report DannyRuizB

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DannyRuizB/README.md

Danny Ruiz Boluda

Systems & network administrator — ASIR · finishing a 400h internship (FCT) at Zataca Systems, Elche, Spain.

Based in Torrevieja, Spain — open to relocation.

// about

  • ASIRAdministración de Sistemas Informáticos en Red (higher vocational degree in systems & network administration).
  • Hands-on with Linux, Docker, Proxmox, networking, security and monitoring.
  • I like building small, self-hosted tools that make infrastructure easier to see and operate.
  • Open to: sysadmin, DevOps, networking, cloud, infrastructure.

// stack

Linux Debian Proxmox Docker Nginx

PostgreSQL Bash Git Node.js Python

// projects

End-to-end deployment of a Wiki.js service on Docker Compose (PostgreSQL + Wiki.js + Nginx) over a hardened Debian VM. Two isolated networks, named volumes, healthchecks, automated backups with retention, monitoring and a tested restore procedure. My ASIR final project — the one that ties everything together.

Stack: Docker Compose · PostgreSQL · Nginx · Debian · Bash · cron

Idempotent Bash script that turns a fresh Debian server into a secure baseline: sudo user + SSH key, key-only SSH (with a lockout guard), UFW, Fail2Ban and automatic security updates. Real --dry-run and per-step flags.

Stack: Bash · Debian · SSH · UFW · Fail2Ban

Visual LAN scanner on top of nmap: point it at a CIDR, see who's there, browse the topology and diff scans over time. Runs in Docker with host networking; multi-arch image on GHCR.

Stack: Node.js · nmap · SQLite · Docker (host net) · GHCR

Visual analyzer for iptables / ip6tables / nftables / ufw rulesets — paste a dump, see the structure. Packet tracing across the full NAT/filter pipeline and a linter for 8 common ruleset smells. 100% client-side.

Stack: JavaScript · client-side · GitHub Pages

Visual analyzer for docker-compose.yml — paste a compose file, see the architecture (services, networks, volumes, ports). Security linter, Dockerfile inspection and multi-file extends/include merging. Client-side, no backend.

Stack: JavaScript · client-side · GitHub Pages

Self-hosted monitoring dashboard: add a host by IP/hostname and watch it in real time — ICMP/TCP/SSH with live CPU/RAM/disk metrics, threshold alerts and history charts. Published to Docker Hub.

Stack: Node.js · Express · SQLite · Docker · Render

// contact


// es

Hola, soy Danny — administrador de sistemas y redes (titulado ASIR). Acabo de terminar las prácticas FCT (400h) en Zataca Systems (Elche). Vivo en Torrevieja, abierto a moverme. Me gusta montar herramientas self-hosted que hacen la infraestructura más fácil de ver y operar. Si quieres hablar sobre oportunidades de sysadmin, DevOps, redes o cloud, escríbeme por email o LinkedIn.

Pinned Loading

  1. didactic-dashboard didactic-dashboard Public

    Self-hosted monitoring dashboard — add a host by IP/hostname and watch CPU/RAM/disk in real time over ICMP/TCP/SSH, with threshold alerts and history charts. Node.js + SQLite, Docker-ready.

    JavaScript 1

  2. dockerscope dockerscope Public

    Visual analyzer for docker-compose.yml — paste, upload or drop a compose file and see the architecture (services, depends_on, networks, ports). Client-side, no backend.

    JavaScript 1

  3. lanscope lanscope Public

    Visual LAN scanner — point it at a CIDR, see who's there. Web UI on top of nmap, results stored locally in SQLite.

    JavaScript 1

  4. wikijs-zataca wikijs-zataca Public

    Self-hosted Wiki.js stack on Docker Compose (PostgreSQL + Wiki.js + Nginx). FCT final project at Zataca.

    Shell 1

  5. firewallscope firewallscope Public

    Client-side visual analyzer for iptables, ip6tables, nftables and ufw rulesets — paste the output, see the structure.

    JavaScript

  6. debian-hardening debian-hardening Public

    Idempotent Bash baseline hardening for fresh Debian servers — sudo user, key-only SSH, UFW, Fail2Ban, auto-updates. Won't lock you out.

    Shell