mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2024-12-22 16:54:26 +01:00
Update config
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
ec51802360
commit
4ba26dd3b7
4
Makefile
4
Makefile
@ -13,10 +13,10 @@
|
|||||||
|
|
||||||
DOCKER := docker
|
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))
|
PROFILE_CMD := $(addprefix --profile ,$(PROFILES))
|
||||||
|
|
||||||
# gitea-runner watchtower gitea
|
# gitea-runner watchtower transmission
|
||||||
|
|
||||||
COMPOSE_FILES := $(shell find docker-compose*.yml | sed -e 's/^/--file /')
|
COMPOSE_FILES := $(shell find docker-compose*.yml | sed -e 's/^/--file /')
|
||||||
|
|
||||||
|
@ -59,6 +59,10 @@ transmission.bensuperpc.org {
|
|||||||
reverse_proxy transmission:9091
|
reverse_proxy transmission:9091
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gitea.bensuperpc.org {
|
||||||
|
redir https://git.bensuperpc.org permanent
|
||||||
|
}
|
||||||
|
|
||||||
git.bensuperpc.org {
|
git.bensuperpc.org {
|
||||||
reverse_proxy gitea:3000
|
reverse_proxy gitea:3000
|
||||||
}
|
}
|
||||||
|
11
env/openssh.env
vendored
11
env/openssh.env
vendored
@ -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=
|
|
Loading…
Reference in New Issue
Block a user