Table of Contents

Ingress

Purpose

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:

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

Access

Normal access:

Access is managed through Hacker-ID / Kanidm. The relevant group is documented on Hacker-ID:

Nginx configuration

Main observed configuration file:

The file contains an operator note for adding new proxied services.

Credentials

Relevant hackeriet/pass entries:

Checks during incidents

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