Skip to content
View ricalnet's full-sized avatar

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

Edge Infrastructure Architect Β· Self-Hosted Advocate

Open Source Love LinkedIn Website


πŸš€ About Me

I am an Infrastructure Security Engineer and Edge Infrastructure Architect with a focus on building zero-trust, self-hosted digital ecosystems. My philosophy is simple: your data, your hardware, your rules. I design and operate private infrastructure that runs entirely on edge hardware with no third-party dependencies.

  • πŸ—οΈ Infrastructure Architect: Building resilient, self-hosted systems on Raspberry Pi clusters and edge devices.
  • πŸ” Security Engineer: Implementing Zero-Trust Architecture, Tor networks, and robust firewall configurations.
  • 🌐 Open Source Advocate: Contributing to the community through tools, documentation, and guides.
  • 🐧 Linux & Container Specialist: Expert in Debian administration and Docker orchestration.

πŸ› οΈ Technical Snapshot

#!/bin/bash

NAME="Risnanda Pascal"
ROLE="Infrastructure Security Engineer"
PHILOSOPHY="Zero-Trust Β· Self-Hosted Β· Sovereign"
LANGUAGES=("id_ID" "en_US")
TECH_STACK=(
    "Docker Β· Container Orchestration"
    "Debian Β· Linux Administration"
    "Cloudflare Β· Tor Network Β· Obfs4"
    "Raspberry Pi Β· IoT Β· ESP32"
    "Zero-Trust Architecture"
)
INTERESTS=(
    "Self-hosted infrastructure"
    "Network privacy & anonymization"
    "Digital sovereignty"
    "Edge computing"
)

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."

🌐 Digital Presence

Platform Link
Personal Website me.ricalnet.my.id β€” Project overview and philosophy
Technical Blog docs.ricalnet.my.id β€” Technical guides on self-hosting, privacy, and infrastructure
Infrastructure Status Uptime Kuma β€” Real-time monitoring of all services

Infrastructure Stack

graph TB
    subgraph "Edge Hardware"
        A[Docker Engine]
        A --> B[Core Services]
        A --> C[Monitoring Stack]
        A --> D[Network Security]
    end

    subgraph "Core Services"
        B1[Nextcloud]
        B2[Synapse + Element]
        B3[Vaultwarden]
        B4[Immich]
        B5[Open WebUI + Ollama]
    end

    subgraph "Monitoring Stack"
        C1[Uptime Kuma]
        C2[ntfy]
        C3[Dashdot]
        C4[Homarr]
    end

    subgraph "Network Security"
        D1[Pi-Hole]
        D2[DNSCrypt-Proxy]
        D3[Caddy]
        D4[Tor + Obfs4]
    end

    B --> B1 & B2 & B3 & B4 & B5
    C --> C1 & C2 & C3 & C4
    D --> D1 & D2 & D3 & D4
Loading

Notification Flow

graph LR
    A[System Events] --> B[ntfy Server]
    C[Uptime Kuma] --> B
    D[Server Maintenance] --> B
    E[System Updates] --> B
    B --> F[Push Notifications]
    F --> G[Desktop]
    F --> H[Mobile]
    F --> I[Browser]
Loading

πŸ“˜ Featured Writing

Topic Description
Tor Bridge Relay with Obfs4 Practical guide to deploying a Tor bridge relay for enhanced anonymity
Private 5G Core (Standalone) Step-by-step tutorial using Open5GS and UERANSIM
Pi-Hole + Docker Network Ad Blocking Network-wide ad and tracker blocking with Docker
Wireless Security Audit with Fluxion Demonstrating Wi-Fi password vulnerabilities
Indonesia's PDP Law Guide Comprehensive overview of UU PDP compliance

πŸ“Š Activity

Rical's GitHub Activity Graph


πŸ“« Let's Connect


Your data. Your hardware. Your rules.

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. caldownloader caldownloader Public

    Python script for downloading social media content.

    Python 1