Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2024-09-02 20:14:27 +02:00
parent 4dc0d9f56a
commit 0745869554
5 changed files with 53 additions and 1 deletions

View File

@ -14,9 +14,10 @@
DOCKER := docker
TORRENTS_SERVICES := qbittorrent transmission
SHARING_SERVICES := psitransfer picoshare privatebin projectsend jellyfin
SHARING_SERVICES := psitransfer picoshare privatebin projectsend jellyfin dufs
ADMIN_SERVICES := yacht uptime-kuma adminer
UTILS_SERVICES := it-tools
# stirlingpdf
PROFILES := caddy wordpress syncthing gitea homepage $(SHARING_SERVICES) $(TORRENTS_SERVICES) $(ADMIN_SERVICES) $(UTILS_SERVICES)
PROFILE_CMD := $(addprefix --profile ,$(PROFILES))