Table of Contents

App-01

Purpose

app-01.hackeriet.no is a Docker-based application host for Hackeriet services. It runs the upstream applications that are exposed through ingress.

Observed applications 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:

Application layout

Observed service directory root:

Observed service directories:

Docker data is stored under:

Nginx configuration

Main observed configuration directory:

Observed hostname-to-local-port mappings:

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 docker nginx firewalld kanidm-unixd sshd
docker ps
nginx -t
grep -R "server_name\|proxy_pass" -n /etc/nginx/conf.d
journalctl -u docker -u nginx --since "1 hour ago"

Storage checks:

df -h /storage
du -sh /storage/services/* /storage/var-lib-docker 2>/dev/null

If SSH is unavailable, verify the console or recovery path in NetBox or another active source of truth.