mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2026-07-26 21:08:10 +02:00
40 lines
1.3 KiB
Makefile
40 lines
1.3 KiB
Makefile
#//////////////////////////////////////////////////////////////
|
|
#// //
|
|
#// Script, 2022 //
|
|
#// Created: 14, April, 2022 //
|
|
#// Modified: 30, November, 2024 //
|
|
#// file: - //
|
|
#// - //
|
|
#// Source: //
|
|
#// OS: ALL //
|
|
#// CPU: ALL //
|
|
#// //
|
|
#//////////////////////////////////////////////////////////////
|
|
|
|
#ADMIN_SERVICES := openssh
|
|
# uptime-kuma
|
|
#BLOG_SERVICES := wordpress
|
|
#IA_SERVICES := open-webui
|
|
#SHARING_SERVICES := privatebin
|
|
# jellyfin
|
|
# psitransfer picoshare projectsend dufs syncthing
|
|
#UTILS_SERVICES := it-tools omni-tools cyberchef
|
|
# homepage
|
|
# stirlingpdf
|
|
|
|
PROJECT_DIRECTORY := infrastructure
|
|
CONFIG_DIRECTORY := presets
|
|
# 7dtd minecraft satisfactory torrent
|
|
CONFIGS := ia torrent tools
|
|
#DOCKER_PROFILES :=
|
|
|
|
include DockerCompose.mk
|
|
|
|
.PHONY: init
|
|
init:
|
|
@bash tools/init_secrets.sh
|
|
|
|
.PHONY: clean-secrets
|
|
clean-secrets:
|
|
@bash tools/clean_secrets.sh
|