From 6c9adab27144305d1285fcc315c79885112a9700 Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Mon, 16 Sep 2024 00:07:41 +0200 Subject: [PATCH] Update Makefile and readme Signed-off-by: Bensuperpc --- Makefile | 2 +- README.md | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index c475ab9..9c69c55 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ UTILS_SERVICES := it-tools stirlingpdf PROFILES := main_infrastructure caddy homepage $(BLOG_SERVICES) $(SHARING_SERVICES) $(TORRENTS_SERVICES) $(ADMIN_SERVICES) $(UTILS_SERVICES) PROFILE_CMD := $(addprefix --profile ,$(PROFILES)) -COMPOSE_FILES := $(shell find . -name 'docker-compose*.yml' -type f | sed -e 's/^/--file /') +COMPOSE_FILES := $(shell find ./$(SERVER_DIRECTORY) -name 'docker-compose*.yml' -type f | sed -e 's/^/--file /') COMPOSE_DIR := --project-directory ./$(SERVER_DIRECTORY) UID := 1000 diff --git a/README.md b/README.md index c8489ab..443e829 100644 --- a/README.md +++ b/README.md @@ -10,26 +10,24 @@ If you have any **questions** or **suggestions**, feel free to open an issue or ## Features -- [x] caddy 2 reverse proxy +- [x] caddy 2 HTTP/S reverse proxy - [x] Docker / docker-compose -- [x] Caddy - [x] Wordpress (Via FASTCGI/caddy) -- [x] Adminer (MariaDB) - [x] Jellyfin (Media server) - [x] Gitea (Git server) - [x] Uptime Kuma (Monitoring) - [x] qbittorrent and transmission (Torrent client/server) - [x] SyncThing (File synchronization) -- [x] PsiTransfer (File sharing) +- [x] PsiTransfer, ProjectSend, Picoshare (File sharing) - [x] it-tools (Tools for IT) - [x] Privatebin (Pastebin) - [x] Yacht (Web interface for managing docker containers) +- [ ] Integrate games ([Satisfactory](https://github.com/bensuperpc/docker-satisfactory), [7 days to die](https://github.com/bensuperpc/docker-7daystodie), Minecraft...) ## Architecture ![Architecture](resources/arch_infra.png) - ## Screenshots The homepage is a dashboard with many widgets and services.