diff options
| author | Joe Carstairs <me@joeac.net> | 2026-07-02 22:33:50 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-07-02 22:33:50 +0100 |
| commit | 87a6a3f1f8cc9c9c47ed18791ab79c7203613695 (patch) | |
| tree | e39303a5be34df52a7699b6fc038fbf259363408 /make/vars.mk | |
| parent | 5914e2e578c5b78e435a86d8bd175bbb2d3725bb (diff) | |
adds PUBLIC_ROOT_DIR_ln to vars.mk
Diffstat (limited to 'make/vars.mk')
| -rw-r--r-- | make/vars.mk | 2 |
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))))) |
