Skip to content
View ricalnet's full-sized avatar
  • Nomaden
  • 12:20 (UTC +07:00)

Block or report ricalnet

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
ricalnet/README.md

πŸ‘¨β€πŸ’» Risnanda Pascal

Privacy-First Infrastructure Engineer Β· Self-Hosted Architect

Open Source Love LinkedIn Website


πŸš€ About Me

I am a Privacy-First Infrastructure Engineer who builds secure, self-hosted digital ecosystems from the ground up. My philosophy is simple: your data, your hardware, your rules. I design and operate private infrastructure that runs entirely on edge hardware with zero third-party dependencies β€” all accessible exclusively via the Tor network for true digital sovereignty.

  • πŸ—οΈ Infrastructure Architect: Building resilient, self-hosted systems on Raspberry Pi clusters and edge devices with 20+ Docker services.
  • πŸ” Privacy-First Engineer: Implementing Zero-Trust Architecture, Tor-native services (.onion only), and robust encryption.
  • πŸŽ“ Educator & Speaker: Delivering training on self-hosting, cybersecurity, IoT, and digital privacy at universities, communities, and organizations.
  • 🐧 Linux & Container Specialist: Expert in Debian administration, Docker orchestration, and edge computing.

πŸ› οΈ Technical Snapshot

#!/bin/bash

NAME="Risnanda Pascal"
ROLE="Privacy-First Infrastructure Engineer"
PHILOSOPHY="Zero-Trust Β· Self-Hosted Β· Tor-Native Β· Sovereign"
LANGUAGES=("id_ID" "en_US")
TECH_STACK=(
    "Docker Β· Container Orchestration (20+ services)"
    "Debian Β· Linux Administration"
    "Tor Network Β· Obfs4 Bridge"
    "Raspberry Pi Β· IoT Β· ESP32 Β· PlatformIO"
    "Zero-Trust Architecture"
    "Cloudflare Tunnel Β· DNS Sinkhole (Pi-hole)"
    "MQTT Β· Edge Computing"
)
INTERESTS=(
    "Self-hosted infrastructure"
    "Network privacy & anonymization"
    "Digital sovereignty"
    "Edge computing & AIoT"
    "Privacy education & advocacy"
)

echo "=== Profile ==="
echo "Name: $NAME"
echo "Role: $ROLE"
echo "Philosophy: $PHILOSOPHY"
echo "Languages: ${LANGUAGES[*]}"
echo "Stack: ${TECH_STACK[*]}"
echo "Interests: ${INTERESTS[*]}"
echo "---"
echo "Building sovereign infrastructure from edge to encrypted."

πŸ”§ Featured Projects

Project Description Tech Stack
Digital Independence Collection of 20+ ready-to-use Docker Compose configurations for self-hosted services with sovereign.sh orchestration script. Docker, Bash, 20+ Services
NipeX Privacy & Security Toolkit β€” fork of Nipe with metadata cleaner, MAC changer, firewall manager, and more. Tor, Perl, Bash
AIoT Sok!Anak AIoT child nutrition monitoring system β€” children's health data stays on local servers, not sent overseas. ESP32, MQTT, AI/ML

πŸ“š Services I Build & Maintain

---
config:
  layout: elk
---
flowchart TB
    subgraph Edge["Edge Hardware"]
        Docker["Docker Engine"]
    end

    subgraph Services["Core Services"]
        direction LR
        Matrix["Matrix/Synapse\nEncrypted Chat"]
        Nextcloud["Nextcloud\nCloud Storage"]
        Vaultwarden["Vaultwarden\nPassword Manager"]
        SearXNG["SearXNG\nPrivate Search"]
        OpenWebUI["Ollama\nSelf-Hosted AI"]
        Immich["Immich\nPhoto Gallery"]
        LibreTranslate["LibreTranslate\nTranslation"]
        YOURLS["YOURLS\nURL Shortener"]
        TorBridge["Tor Bridge\nObfs4"]
    end

    subgraph Security["Security Layer"]
        Pihole["Pi-Hole\nDNS Sinkhole"]
        DNSCrypt["DNSCrypt-Proxy\nEncrypted DNS"]
        Caddy["Caddy\nReverse Proxy"]
    end

    subgraph Monitoring["Monitoring & Management"]
        Uptime["Service Status"]
        Ntfy["Notifications"]
        Dashdot["Dashboard"]
        Homarr["Service Manager"]
    end

    Docker --> Services
    Docker --> Security
    Docker --> Monitoring

    Security --> Services
    Monitoring --> Services
Loading

πŸ“– Featured Writing

Topic Description
Tor Bridge Relay with Obfs4 Practical guide to deploying a Tor bridge relay for enhanced anonymity
Tor Hidden Service Implementation Comprehensive guide to exposing services via .onion addresses
Private 5G Core with Open5GS Step-by-step tutorial using Open5GS and UERANSIM
Pi-Hole + Docker Network Ad Blocking Network-wide ad and tracker blocking
Indonesia's PDP Law Guide Comprehensive overview of UU PDP compliance

πŸ“Š GitHub Activity

Rical's GitHub Activity Graph


πŸ“« Let's Connect

Pinned Loading

  1. digital-independence digital-independence Public

    Digital Sovereignty: Docker Compose configurations + management script for 15+ self-hosted services (AI, Cloud, Encrypted Communication, etc.). Take control of your data. 🐳🏰

    Shell

  2. NipeX NipeX Public

    Forked from htrgouvea/nipe

    NipeX memperluas Nipe dengan alat privasi & keamanan komprehensif untuk Debian-based Linux.

    Shell

  3. obfs4-docker obfs4-docker Public

    Shell

  4. caldownloader caldownloader Public

    Python script for downloading social media content.

    Python 1