mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2024-12-22 08:44:28 +01:00
Disable watchtower and update homepage
Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
1f96c00bfc
commit
c33e11e455
4
Makefile
4
Makefile
@ -13,10 +13,10 @@
|
|||||||
|
|
||||||
DOCKER := docker
|
DOCKER := docker
|
||||||
|
|
||||||
PROFILES := caddy wordpress adminer ghost syncthing uptime-kuma jellyfin qbittorrent psitransfer gitea it-tools privatebin homepage watchtower
|
PROFILES := caddy wordpress adminer ghost syncthing uptime-kuma jellyfin qbittorrent psitransfer gitea it-tools privatebin homepage
|
||||||
PROFILE_CMD := $(addprefix --profile ,$(PROFILES))
|
PROFILE_CMD := $(addprefix --profile ,$(PROFILES))
|
||||||
|
|
||||||
# gitea-runner transmission
|
# gitea-runner transmission dozzle watchtower
|
||||||
|
|
||||||
COMPOSE_FILES := $(shell find . -name 'docker-compose*.yml' -type f | sed -e 's/^/--file /')
|
COMPOSE_FILES := $(shell find . -name 'docker-compose*.yml' -type f | sed -e 's/^/--file /')
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ www.bensuperpc.org {
|
|||||||
X-Content-Type-Options nosniff
|
X-Content-Type-Options nosniff
|
||||||
|
|
||||||
# clickjacking protection
|
# clickjacking protection
|
||||||
X-Frame-Options DENY
|
# X-Frame-Options DENY
|
||||||
|
|
||||||
# Disable powerful features we don't need
|
# Disable powerful features we don't need
|
||||||
Permissions-Policy "geolocation=(), camera=(), microphone=() interest-cohort=()"
|
Permissions-Policy "geolocation=(), camera=(), microphone=() interest-cohort=()"
|
||||||
@ -109,6 +109,10 @@ ghost.bensuperpc.org {
|
|||||||
reverse_proxy ghost:2368
|
reverse_proxy ghost:2368
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dozzle.bensuperpc.org {
|
||||||
|
reverse_proxy dozzle:8080
|
||||||
|
}
|
||||||
|
|
||||||
link.bensuperpc.org {
|
link.bensuperpc.org {
|
||||||
# TODO: Use service with database
|
# TODO: Use service with database
|
||||||
# Friendly links
|
# Friendly links
|
||||||
|
18
infrastructure/dozzle/docker-compose.dozzle.yml
Normal file
18
infrastructure/dozzle/docker-compose.dozzle.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
services:
|
||||||
|
# dozzle
|
||||||
|
dozzle:
|
||||||
|
image: amir20/dozzle:latest
|
||||||
|
container_name: dozzle
|
||||||
|
profiles:
|
||||||
|
- dozzle
|
||||||
|
restart: on-failure:5
|
||||||
|
depends_on:
|
||||||
|
- caddy
|
||||||
|
env_file:
|
||||||
|
- ./dozzle/env/dozzle.env
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
networks:
|
||||||
|
- infra-network
|
||||||
|
security_opt:
|
||||||
|
- no-new-privileges:true
|
1
infrastructure/dozzle/env/dozzle.env
vendored
Normal file
1
infrastructure/dozzle/env/dozzle.env
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
DOZZLE_LEVEL=info
|
@ -25,6 +25,10 @@
|
|||||||
icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/psitransfer.png
|
icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/psitransfer.png
|
||||||
href: https://psitransfer.bensuperpc.org/
|
href: https://psitransfer.bensuperpc.org/
|
||||||
description: PsiTransfer
|
description: PsiTransfer
|
||||||
|
- privatebin:
|
||||||
|
icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/privatebin.png
|
||||||
|
href: https://privatebin.bensuperpc.org/
|
||||||
|
description: PrivateBin
|
||||||
- qbittorrent:
|
- qbittorrent:
|
||||||
icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/qbittorrent.png
|
icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/qbittorrent.png
|
||||||
href: https://qbittorrent.bensuperpc.org/
|
href: https://qbittorrent.bensuperpc.org/
|
||||||
|
@ -11,7 +11,7 @@ base: https://homepage.bensuperpc.org
|
|||||||
logpath: /app/logs
|
logpath: /app/logs
|
||||||
|
|
||||||
background:
|
background:
|
||||||
image: /images/deep.jpg
|
image: /images/electronic.jpg
|
||||||
blur: md
|
blur: md
|
||||||
opacity: 50
|
opacity: 50
|
||||||
brightness: 50
|
brightness: 50
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 248 KiB |
BIN
infrastructure/homepage/image/electronic.jpg
Normal file
BIN
infrastructure/homepage/image/electronic.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 569 KiB |
Loading…
Reference in New Issue
Block a user