2026-04-18 16:29:48 +01:00
2026-04-18 16:29:48 +01:00
2026-04-18 16:11:01 +01:00
2026-04-18 16:11:01 +01:00
2026-04-18 16:11:01 +01:00

anilstocker-web

Source for https://anilstocker.org — static holding page served via nginx.

Structure

  • site/ — web root. Everything here is served at / by nginx.
  • Dockerfile — builds a tiny nginx:alpine image with site/ as web root.

Local preview

docker build -t anilstocker-web .
docker run --rm -p 8080:80 anilstocker-web
# visit http://localhost:8080

Deploy

Push to main — Coolify auto-deploys via webhook.

Description
Source for anilstocker.org
Readme 29 KiB
Languages
HTML 93%
Dockerfile 7%