summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-30 09:36:12 +0100
committerJoe Carstairs <me@joeac.net>2026-06-30 09:36:12 +0100
commit51ce3374b9fc3c92eb22b3135b57c2d91660613f (patch)
treeeff695fee9cf0d1bc6860fbabac579164e7e7990 /Makefile
parent16576fd1f6a3c23fd88a23f869312114914af652 (diff)
adds ln module
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cb6415d..8dcb622 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ CPU_ARCH := $(if $(shell which arch 2>/dev/null),\
IMAGE_PREFIX := $(if $(filter armv7%,$(CPU_ARCH)),armv7/)
REGISTRY_DOMAIN := git.joeac.net
REGISTRY_USER := joeac
-MODULES := http gemini smtp vaultwarden etherpad
+MODULES := http gemini smtp vaultwarden etherpad ln
COMPOSE_SERVICES := $(shell podman-compose config \
| yq ".services | keys" \
| sed "s/[,[\"]//g" \