summaryrefslogtreecommitdiff
path: root/make/vars.mk
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-07-02 22:33:50 +0100
committerJoe Carstairs <me@joeac.net>2026-07-02 22:33:50 +0100
commit87a6a3f1f8cc9c9c47ed18791ab79c7203613695 (patch)
treee39303a5be34df52a7699b6fc038fbf259363408 /make/vars.mk
parent5914e2e578c5b78e435a86d8bd175bbb2d3725bb (diff)
adds PUBLIC_ROOT_DIR_ln to vars.mk
Diffstat (limited to 'make/vars.mk')
-rw-r--r--make/vars.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/make/vars.mk b/make/vars.mk
index d52309b..bcbc13f 100644
--- a/make/vars.mk
+++ b/make/vars.mk
@@ -25,6 +25,8 @@ PORT_gemini := 1965
PORT_smtp := 2500
PORT_vaultwarden := 9000
+PUBLIC_ROOT_DIR_ln := /var/ln.joeac.net/public
+
$(foreach module,$(ALL_MODULES),$(if $(PORT_$(module)),$(eval \
export $(call capitalise,$(module))_PORT := $(PORT_$(module)))))