mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2024-12-22 00:34:26 +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
|
||||
|
||||
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 /')
|
||||
|
||||
|
@ -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
|
||||
|
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
|
||||
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/
|
||||
|
@ -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 |
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