summaryrefslogtreecommitdiff
path: root/examples/witryna.toml
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2026-02-15 21:27:00 +0100
committerDawid Rycerz <dawid@rycerz.xyz>2026-02-15 21:27:00 +0100
commitce0dbf6b249956700c6a1705bf4ad85a09d53e8c (patch)
treed7c3236807cfbf75d7f3a355eb5df5a5e2cc4ad7 /examples/witryna.toml
parent064a1d01c5c14f5ecc032fa9b8346a4a88b893f6 (diff)
feat: witryna 0.2.0HEADv0.2.0main
Switch, cleanup, and status CLI commands. Persistent build state via state.json. Post-deploy hooks on success and failure with WITRYNA_BUILD_STATUS. Dependency diet (axum→tiny_http, clap→argh, tracing→log). Drop built-in rate limiting. Nix flake with NixOS module. Arch Linux PKGBUILD. Centralized version management. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'examples/witryna.toml')
-rw-r--r--examples/witryna.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/witryna.toml b/examples/witryna.toml
index 6256d63..a76e4bb 100644
--- a/examples/witryna.toml
+++ b/examples/witryna.toml
@@ -6,7 +6,6 @@ container_runtime = "podman"
base_dir = "/var/lib/witryna"
log_dir = "/var/log/witryna"
log_level = "info"
-rate_limit_per_minute = 10
max_builds_to_keep = 5
# git_timeout = "2m" # default: 60s, range: 5s..1h
@@ -48,7 +47,7 @@ max_builds_to_keep = 5
# # command = "npm ci && npm run build"
# # public = "dist"
#
-# # Post-deploy hook (30s timeout, non-fatal)
+# # Post-deploy hook (runs on success and failure, 30s timeout, non-fatal)
# # post_deploy = ["systemctl", "reload", "nginx"]
#
# # Caddy auto-configuration (see examples/hooks/caddy-deploy.sh)