Update config

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2024-06-26 23:09:20 +02:00
parent ec51802360
commit 4ba26dd3b7
No known key found for this signature in database
GPG Key ID: EED195F75454E328
3 changed files with 6 additions and 13 deletions

View File

@ -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 /')

View File

@ -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
}

11
env/openssh.env vendored
View File

@ -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=