all repos — homestead @ 4b11ea624dc32fdb0950cdb4665656218874a702

Code for my website

determine tailscale remote user and greet them

Alan Pearce
commit

4b11ea624dc32fdb0950cdb4665656218874a702

parent

c641b47bd01a0f1fbf3dc7749594ceec373e794c

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M domain/content/publisher/barkeep/justfiledomain/content/publisher/barkeep/justfile
@@ -3,7 +3,7 @@ port := env_var_or_default("SERVER_PORT", "8081")
root := `git rev-parse --show-toplevel` run: - systemfd -s http::{{ listen_address }}:{{ port }} -- wgo run --root {{ root }} . --dev + LOG_LEVEL=debug wgo run --root {{ root }} . --dev build: go build .