No description
Find a file
Philip Peterson 359292b497 fix nginx/arion/runner failures introduced by podman switch
- Break systemd ordering deadlock: nginx.after mkForce removes
  DNS-challenge ACME services (philippeterson, webdav) from nginx's
  After list, which was creating a cycle through nginx-config-reload
  back to HTTP-webroot ACME services that need nginx Before them.

- Fix arion services not finding podman socket: arion NixOS module
  sets backend=podman-socket but doesn't inject DOCKER_HOST; add
  explicit DOCKER_HOST=unix:///run/podman/podman.sock for all three
  arion projects.

- Fix gitea-runner startup race: add After/Wants on arion-forgejo so
  the runner doesn't try to register before Forgejo is up.

- Fix riverside image reference: pinned digest was stale after a
  re-push; switch to :latest.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-25 18:58:08 -08:00
nixos fix nginx/arion/runner failures introduced by podman switch 2026-05-25 18:58:08 -08:00
terraform Publish quine-core 2024-11-15 23:41:12 -09:00
.gitignore gitignore 2024-12-07 02:02:54 -09:00
bump-riverside.sh fix 2026-05-25 15:02:45 -08:00
README.md add readme 2024-11-15 23:51:26 -09:00
refresh.sh fix 2026-05-25 15:02:45 -08:00

This is the Nix server infrastructure for Quine Global. You will find it contains some Nginx configuration, some shell and terminal configuration, and system config.

Of particular note is the web deployment system with Nginx. This is a homebrew system to easily deploy web applications. You can mount an application as a Docker container, or using pullomatic, a service that automatically pulls from Github every so often.

There is some overlap between this repo's use for Quine and Philip Peterson's personal use. As such, there will be some reference to Philip Peterson's personal projects or usernames.

The goal is to remove these references and have the repository be more of a single concern, which is to support QUINE's mission to improve the world through open-source technology and environmental pollution research.

However, the research required to create this separation is still pending, so for now, the two concerns are mixed intentionally.

If you are interested in Quine's mission, please open an issue. We'd love to hear from you!