No description
Find a file
ZDDC e3ec3ae93c
All checks were successful
Deploy content to live site / deploy (push) Successful in 2s
ci: connect verify step to caddy via container name
Runner now runs in a quadlet container on caddy-net, so 127.0.0.1
is the runner's own loopback. Reach the Caddy container by name
('caddy') with --connect-to keeping SNI/Host as the public hostname
so the right vhost matches.
2026-05-02 11:35:09 -05:00
.forgejo/workflows ci: connect verify step to caddy via container name 2026-05-02 11:35:09 -05:00
css Initial commit: hand-edited content from the prior orphan branch. 2026-05-02 08:53:11 -05:00
img Initial commit: hand-edited content from the prior orphan branch. 2026-05-02 08:53:11 -05:00
js Initial commit: hand-edited content from the prior orphan branch. 2026-05-02 08:53:11 -05:00
index.html Initial commit: hand-edited content from the prior orphan branch. 2026-05-02 08:53:11 -05:00
LICENSE Initial commit: hand-edited content from the prior orphan branch. 2026-05-02 08:53:11 -05:00
README.md Initial commit: hand-edited content from the prior orphan branch. 2026-05-02 08:53:11 -05:00
reference.html Initial commit: hand-edited content from the prior orphan branch. 2026-05-02 08:53:11 -05:00

ZDDC website

Hand-edited content for zddc.varasys.io. Two files:

  • index.html — landing page + install snippets.
  • reference.html — the ZDDC file-naming convention specification.

Plus css/, js/, img/ for shared styles and assets.

This repo intentionally does not contain release artifacts. The ZDDC tools (archive, transmittal, classifier, mdedit, landing) and the zddc-server binary are built from the source repo at https://codeberg.org/VARASYS/ZDDC and deployed to the live site by its build pipeline. They live on the deploy host under /srv/zddc/releases/, never in this repo's git history.

Preview locally

git clone https://codeberg.org/VARASYS/ZDDC-website
cd ZDDC-website
python3 -m http.server 8000
# open http://localhost:8000/

The preview won't have a /releases/ directory unless you also have the source repo and run its build pipeline. That's expected — the two repos are intentionally decoupled.

Contributing

Issues + PRs welcome. For changes to the tool source code (not the website), file them at https://codeberg.org/VARASYS/ZDDC.

License

AGPL-3.0.