ingress.hackeriet.no is the nginx-based web front for Hackeriet services. It terminates public web traffic and reverse-proxies service hostnames to their upstream applications.
Known service hostnames in the nginx configuration include:
ip.hackeriet.no - NetBoxhula.hackeriet.noevents.hackeriet.nonms.hackeriet.no - LibreNMSdocs.hackeriet.noping.hackeriet.nopad.hackeriet.no and pad2.hackeriet.noService-specific deployment details belong on the relevant service pages. This page is an emergency runbook and access guide, not inventory. Use NetBox for canonical VM details, IP assignments, tenant, and hosting information.
Normal access:
ssh <your-hacker-id-username>@ingress.hackeriet.noAccess is managed through Hacker-ID / Kanidm. The relevant group is documented on Hacker-ID:
service-webingress-sysops - SSH + sudo + docker for ingressMain observed configuration file:
/etc/nginx/conf.d/hackeriet.no.confThe file contains an operator note for adding new proxied services.
Relevant hackeriet/pass entries:
root@ingress.hackeriet.no.gpgBasic host checks:
hostname -f id systemctl --failed --no-pager df -h -x tmpfs -x devtmpfs ip -br addr show scope global
Service checks:
systemctl status nginx firewalld kanidm-unixd sshd nginx -t grep -n "server_name" /etc/nginx/conf.d/hackeriet.no.conf journalctl -u nginx --since "1 hour ago" journalctl -u sshd --since "1 hour ago"
DNS checks from another machine:
If SSH is unavailable, verify the console or recovery path in NetBox or another active source of truth.