Nicolas Massé 3 weeks ago
parent
commit
429ead8c07
  1. 2
      base/Makefile
  2. 2
      common.mk
  3. 2
      gitea/Makefile
  4. 2
      keycloak/Makefile
  5. 2
      lego/Makefile
  6. 2
      miniflux/Makefile
  7. 2
      nextcloud/Makefile
  8. 2
      nginx/Makefile
  9. 2
      postgresql/Makefile
  10. 0
      postgresql/hooks.mk
  11. 2
      qemu-user-static/Makefile
  12. 2
      restic-server/Makefile
  13. 2
      samba/Makefile
  14. 0
      samba/hooks.mk
  15. 2
      seedbox/Makefile
  16. 2
      traefik/Makefile
  17. 0
      traefik/hooks.mk
  18. 2
      vaultwarden/Makefile
  19. 2
      vmagent/Makefile
  20. 2
      vsftpd/Makefile

2
base/Makefile

@ -1,5 +1,5 @@
TOP_LEVEL_DIR := .. TOP_LEVEL_DIR := ..
include $(TOP_LEVEL_DIR)/Makefile.common include $(TOP_LEVEL_DIR)/common.mk
SYSTEMD_MAIN_UNIT_NAMES += var-lib-virtiofs-data.mount SYSTEMD_MAIN_UNIT_NAMES += var-lib-virtiofs-data.mount
SYSTEMD_MAIN_UNIT_NAMES += rpm-ostree-install-qemu-guest-agent.service SYSTEMD_MAIN_UNIT_NAMES += rpm-ostree-install-qemu-guest-agent.service
SYSTEMD_MAIN_UNIT_NAMES += install-fastfetch.service SYSTEMD_MAIN_UNIT_NAMES += install-fastfetch.service

2
Makefile.common → common.mk

@ -116,7 +116,7 @@ PROJECT_UID ?= 0
PROJECT_GID ?= 0 PROJECT_GID ?= 0
# Source Makefiles providing hooks to extend this Makefile. # Source Makefiles providing hooks to extend this Makefile.
HOOKS := $(wildcard $(TOP_LEVEL_DIR)/*/Makefile.hooks) HOOKS := $(wildcard $(TOP_LEVEL_DIR)/*/hooks.mk)
include $(HOOKS) include $(HOOKS)
# Ensure that the Makefile is not run from the top-level directory and that it is run as root. # Ensure that the Makefile is not run from the top-level directory and that it is run as root.

2
gitea/Makefile

@ -9,4 +9,4 @@ PROJECT_UID = 10009
PROJECT_GID = 10000 PROJECT_GID = 10000
TOP_LEVEL_DIR := .. TOP_LEVEL_DIR := ..
include $(TOP_LEVEL_DIR)/Makefile.common include $(TOP_LEVEL_DIR)/common.mk

2
keycloak/Makefile

@ -9,5 +9,5 @@ PROJECT_UID = 10007
PROJECT_GID = 10000 PROJECT_GID = 10000
TOP_LEVEL_DIR := .. TOP_LEVEL_DIR := ..
include $(TOP_LEVEL_DIR)/Makefile.common include $(TOP_LEVEL_DIR)/common.mk

2
lego/Makefile

@ -8,6 +8,6 @@ PROJECT_GID = 10000
# Include common Makefile # Include common Makefile
TOP_LEVEL_DIR := .. TOP_LEVEL_DIR := ..
include $(TOP_LEVEL_DIR)/Makefile.common include $(TOP_LEVEL_DIR)/common.mk

2
miniflux/Makefile

@ -9,5 +9,5 @@ PROJECT_UID = 10010
PROJECT_GID = 10000 PROJECT_GID = 10000
TOP_LEVEL_DIR := .. TOP_LEVEL_DIR := ..
include $(TOP_LEVEL_DIR)/Makefile.common include $(TOP_LEVEL_DIR)/common.mk

2
nextcloud/Makefile

@ -26,7 +26,7 @@ $(TARGET_CHROOT)/etc/quadlets/nextcloud/collabora-seccomp-profile.json:
curl -sSfL -o $@ https://raw.githubusercontent.com/CollaboraOnline/online/refs/heads/main/docker/cool-seccomp-profile.json curl -sSfL -o $@ https://raw.githubusercontent.com/CollaboraOnline/online/refs/heads/main/docker/cool-seccomp-profile.json
TOP_LEVEL_DIR := .. TOP_LEVEL_DIR := ..
include $(TOP_LEVEL_DIR)/Makefile.common include $(TOP_LEVEL_DIR)/common.mk
.PHONY: test test-set-nextcloud-major .PHONY: test test-set-nextcloud-major

2
nginx/Makefile

@ -1,5 +1,5 @@
TOP_LEVEL_DIR := .. TOP_LEVEL_DIR := ..
include $(TOP_LEVEL_DIR)/Makefile.common include $(TOP_LEVEL_DIR)/common.mk
.PHONY: test .PHONY: test

2
postgresql/Makefile

@ -12,7 +12,7 @@ $(TARGET_CHROOT)/etc/quadlets/postgresql/init.d:
# Include common Makefile # Include common Makefile
TOP_LEVEL_DIR := .. TOP_LEVEL_DIR := ..
include $(TOP_LEVEL_DIR)/Makefile.common include $(TOP_LEVEL_DIR)/common.mk
.PHONY: test test-set-pgmajor install-config .PHONY: test test-set-pgmajor install-config

0
postgresql/Makefile.hooks → postgresql/hooks.mk

2
qemu-user-static/Makefile

@ -1,2 +1,2 @@
TOP_LEVEL_DIR := .. TOP_LEVEL_DIR := ..
include $(TOP_LEVEL_DIR)/Makefile.common include $(TOP_LEVEL_DIR)/common.mk

2
restic-server/Makefile

@ -9,6 +9,6 @@ PROJECT_UID = 10022
PROJECT_GID = 10000 PROJECT_GID = 10000
TOP_LEVEL_DIR := .. TOP_LEVEL_DIR := ..
include $(TOP_LEVEL_DIR)/Makefile.common include $(TOP_LEVEL_DIR)/common.mk
SYSTEMD_MAIN_UNIT_NAMES += restic-server.service SYSTEMD_MAIN_UNIT_NAMES += restic-server.service

2
samba/Makefile

@ -1,5 +1,5 @@
TOP_LEVEL_DIR := .. TOP_LEVEL_DIR := ..
include $(TOP_LEVEL_DIR)/Makefile.common include $(TOP_LEVEL_DIR)/common.mk
$(TARGET_CHROOT)/etc/quadlets/samba/smb.conf.d: $(TARGET_CHROOT)/etc/quadlets/samba/smb.conf.d:
install -d -m 0700 -o $(PROJECT_UID) -g $(PROJECT_GID) -D $< $@ install -d -m 0700 -o $(PROJECT_UID) -g $(PROJECT_GID) -D $< $@

0
samba/Makefile.hooks → samba/hooks.mk

2
seedbox/Makefile

@ -9,5 +9,5 @@ PROJECT_UID = 10017
PROJECT_GID = 10000 PROJECT_GID = 10000
TOP_LEVEL_DIR := .. TOP_LEVEL_DIR := ..
include $(TOP_LEVEL_DIR)/Makefile.common include $(TOP_LEVEL_DIR)/common.mk

2
traefik/Makefile

@ -7,5 +7,5 @@ PROJECT_UID = 10001
PROJECT_GID = 10000 PROJECT_GID = 10000
TOP_LEVEL_DIR := .. TOP_LEVEL_DIR := ..
include $(TOP_LEVEL_DIR)/Makefile.common include $(TOP_LEVEL_DIR)/common.mk

0
traefik/Makefile.hooks → traefik/hooks.mk

2
vaultwarden/Makefile

@ -9,5 +9,5 @@ PROJECT_UID = 10020
PROJECT_GID = 10000 PROJECT_GID = 10000
TOP_LEVEL_DIR := .. TOP_LEVEL_DIR := ..
include $(TOP_LEVEL_DIR)/Makefile.common include $(TOP_LEVEL_DIR)/common.mk

2
vmagent/Makefile

@ -8,7 +8,7 @@ PROJECT_GID = 10000
# Include common Makefile # Include common Makefile
TOP_LEVEL_DIR := .. TOP_LEVEL_DIR := ..
include $(TOP_LEVEL_DIR)/Makefile.common include $(TOP_LEVEL_DIR)/common.mk
SYSTEMD_MAIN_UNIT_NAMES += vmagent.service SYSTEMD_MAIN_UNIT_NAMES += vmagent.service

2
vsftpd/Makefile

@ -10,6 +10,6 @@ PROJECT_GID = 10000
# Include common Makefile # Include common Makefile
TOP_LEVEL_DIR := .. TOP_LEVEL_DIR := ..
include $(TOP_LEVEL_DIR)/Makefile.common include $(TOP_LEVEL_DIR)/common.mk

Loading…
Cancel
Save