====== ownCloud ======
===== Purpose =====
ownCloud backs the docs.hackeriet.no service.
Public URL:
* https://docs.hackeriet.no
Service-specific access details should live here. Host-level shell and Docker access is documented on [[infra:hosts:app-01|app-01]].
===== Hosting =====
ownCloud runs on [[infra:hosts:app-01|app-01]] and is exposed through [[infra:hosts:ingress|ingress]].
Observed app-01 service path:
* ''/storage/services/owncloud''
Observed app-01 local port mapping:
* ''docs.hackeriet.no'' -> ''http://localhost:8002''
Observed containers include:
* ''owncloud_server''
* ''owncloud_mariadb''
* ''owncloud_redis''
===== Checks during incidents =====
Basic checks on app-01:
cd /storage/services/owncloud
docker ps | grep -i owncloud
docker compose ps
Service checks:
curl -I http://localhost:8002
journalctl -u docker --since "1 hour ago"
Ingress and DNS checks from another machine:
dig +short docs.hackeriet.no A
curl -I https://docs.hackeriet.no