forust
- Hell
- https://forust.xyz
-
Nothing special, I'm just a kid that once saw a computer in his childhood and wanted to become a PrOgramMer. Maintaining my homeserver and some VPServers | DevOps | OffSec | Arch- Kali- Linux |
- Joined on
2025-11-15
Block a user
statuspage (main)
Published 2026-07-01 09:40:19 +00:00 by forust
Installation
docker pull gitea.forust.xyz/forust/statuspage:mainsha256:02de034a5d7d7257bc74a7fe85532dc10d8238956a59abbe65e006e79c6231ad
Images
| Digest | OS / Arch | Size |
|---|---|---|
| ae2ad44a63 | linux/amd64 | 17 MiB |
Image Layers ( linux/amd64)
| bazel build @bookworm//base-files/amd64:data_statusd |
| bazel build @bookworm//netbase/amd64:data_statusd |
| bazel build @bookworm//tzdata/amd64:data_statusd |
| bazel build @bookworm//media-types/amd64:data_statusd |
| bazel build //common:rootfs |
| bazel build //common:passwd |
| bazel build //common:home |
| bazel build //common:group |
| bazel build //common:tmp |
| bazel build //static:nsswitch |
| bazel build //common:os_release_debian12 |
| bazel build //common:cacerts_debian12_amd64 |
| bazel build @bookworm//libc6/amd64:data_statusd |
| bazel build @bookworm//libssl3/amd64:data_statusd |
| WORKDIR / |
| COPY /statuspage /statuspage # buildkit |
| COPY /app/build /frontend/build # buildkit |
| EXPOSE [3000/tcp] |
| ENV DATA_DIR=/data |
| HEALTHCHECK {Test:[CMD /statuspage -healthcheck] Interval:30s Timeout:5s StartPeriod:0s StartInterval:0s Retries:3} |
| ENTRYPOINT ["/statuspage"] |