Disable watchtower and update homepage

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
Bensuperpc 2024-08-24 16:28:58 +02:00
parent 1f96c00bfc
commit c33e11e455
8 changed files with 31 additions and 4 deletions

View File

@ -13,10 +13,10 @@
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))
# gitea-runner transmission
# gitea-runner transmission dozzle watchtower
COMPOSE_FILES := $(shell find . -name 'docker-compose*.yml' -type f | sed -e 's/^/--file /')

View File

@ -28,7 +28,7 @@ www.bensuperpc.org {
X-Content-Type-Options nosniff
# clickjacking protection
X-Frame-Options DENY
# X-Frame-Options DENY
# Disable powerful features we don't need
Permissions-Policy "geolocation=(), camera=(), microphone=() interest-cohort=()"
@ -109,6 +109,10 @@ ghost.bensuperpc.org {
reverse_proxy ghost:2368
}
dozzle.bensuperpc.org {
reverse_proxy dozzle:8080
}
link.bensuperpc.org {
# TODO: Use service with database
# Friendly links

View 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
View File

@ -0,0 +1 @@
DOZZLE_LEVEL=info

View File

@ -25,6 +25,10 @@
icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/psitransfer.png
href: https://psitransfer.bensuperpc.org/
description: PsiTransfer
- privatebin:
icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/privatebin.png
href: https://privatebin.bensuperpc.org/
description: PrivateBin
- qbittorrent:
icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/qbittorrent.png
href: https://qbittorrent.bensuperpc.org/

View File

@ -11,7 +11,7 @@ base: https://homepage.bensuperpc.org
logpath: /app/logs
background:
image: /images/deep.jpg
image: /images/electronic.jpg
blur: md
opacity: 50
brightness: 50

Binary file not shown.

Before

Width:  |  Height:  |  Size: 248 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 569 KiB