summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-29 12:01:49 +0100
committerJoe Carstairs <me@joeac.net>2026-06-29 12:01:49 +0100
commit75ca9d485d3bc98e80396c566278b9db8ba54d4b (patch)
treed70ee7af710851eb0ad7554fde278db5584e77a8 /Makefile
parent74dc86d56c823b0c86e323000d168a9cd9988d0f (diff)
adds etherpad module
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 992bc8d..d4cbb5b 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ CPU_ARCH := $(if $(shell which arch),\
IMAGE_PREFIX := $(if $(filter armv7%,$(CPU_ARCH)),armv7/)
REGISTRY_DOMAIN := git.joeac.net
REGISTRY_USER := joeac
-MODULES := http gemini smtp vaultwarden
+MODULES := http gemini smtp vaultwarden etherpad
#############