all repos — homestead @ ffeb0c45e6e62eb915e85fce3264564e1014b0ef

Code for my website

use socket passing also for TLS

Alan Pearce
commit

ffeb0c45e6e62eb915e85fce3264564e1014b0ef

parent

b2c1769c5fbcff5f015352fc28203801e196dc7e

1 file changed, 4 insertions(+), 1 deletion(-)

changed files
M justfilejustfile
@@ -2,6 +2,9 @@ #!/usr/bin/env cached-nix-shell
#!nix-shell -i "just --justfile" docker_registry := "registry.fly.io/alanpearce-eu" +listen_address := env_var_or_default("LISTEN_ADDRESS", "::1") +tls_port := env_var_or_default("TLS_PORT", "8443") +port := env_var_or_default("PORT", "8080") default: @just --list --justfile {{ justfile() }} --unsorted
@@ -24,7 +27,7 @@ templ generate
go run ./cmd/build dev: - modd + systemfd -s https::{{ listen_address }}:{{ tls_port }} -s http::{{ listen_address }}:{{ port }} -- modd ci: build check-links