From 4ba26dd3b7e517987bcc0e6f2b8241f726b40f77 Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Wed, 26 Jun 2024 23:09:20 +0200 Subject: [PATCH] Update config Signed-off-by: Bensuperpc --- Makefile | 4 ++-- caddy/bensuperpc.org/Caddyfile | 4 ++++ env/openssh.env | 11 ----------- 3 files changed, 6 insertions(+), 13 deletions(-) delete mode 100644 env/openssh.env diff --git a/Makefile b/Makefile index f9e7d16..db6c66f 100644 --- a/Makefile +++ b/Makefile @@ -13,10 +13,10 @@ DOCKER := docker -PROFILES := caddy wordpress adminer backup transmission syncthing uptime-kuma jellyfin qbittorrent psitransfer +PROFILES := caddy wordpress adminer backup syncthing uptime-kuma jellyfin qbittorrent psitransfer gitea PROFILE_CMD := $(addprefix --profile ,$(PROFILES)) -# gitea-runner watchtower gitea +# gitea-runner watchtower transmission COMPOSE_FILES := $(shell find docker-compose*.yml | sed -e 's/^/--file /') diff --git a/caddy/bensuperpc.org/Caddyfile b/caddy/bensuperpc.org/Caddyfile index b1f5c86..b4bdc7f 100644 --- a/caddy/bensuperpc.org/Caddyfile +++ b/caddy/bensuperpc.org/Caddyfile @@ -59,6 +59,10 @@ transmission.bensuperpc.org { reverse_proxy transmission:9091 } +gitea.bensuperpc.org { + redir https://git.bensuperpc.org permanent +} + git.bensuperpc.org { reverse_proxy gitea:3000 } diff --git a/env/openssh.env b/env/openssh.env deleted file mode 100644 index 798ebf8..0000000 --- a/env/openssh.env +++ /dev/null @@ -1,11 +0,0 @@ -PUID=1000 -PGID=1000 -PUBLIC_KEY= -# PUBLIC_KEY_FILE= -# PUBLIC_KEY_DIR= -# PUBLIC_KEY_URL= -SUDO_ACCESS=false -PASSWORD_ACCESS=false -# USER_PASSWORD= -# USER_PASSWORD_FILE= -# USER_NAME= \ No newline at end of file