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