adds PUBLIC_ROOT_DIR_ln to vars.mk

This commit is contained in:
2026-07-02 22:33:50 +01:00
parent 5914e2e578
commit 87a6a3f1f8
2 changed files with 8 additions and 6 deletions
+2
View File
@@ -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)))))