checking in changes

This commit is contained in:
geezo 2025-01-01 23:16:19 +00:00
parent 46ccf6e759
commit d543385984
4 changed files with 25 additions and 7 deletions

View File

@ -1,7 +1,8 @@
theme:
background-color: 225 14 15
primary-color: 157 47 65
contrast-multiplier: 1.1
background-color: 50 1 6
contrast-multiplier: 1.2
#primary-color: 97 13 80
primary-color: 217 92 83
pages:
- name: Startpage
@ -18,10 +19,10 @@ pages:
title: Services
sites:
- title: Hoarder
url: "http://theocorp:1004"
url: "http://theocorp:1003"
icon: si:gitea
- title: Git
url: "http://192.168.1.119:8123"
url: "http://theocorp:8123"
icon: si:homeassistant
- title: Portainer
url: "http://theocorp:1000"

View File

@ -1,4 +1,6 @@
actions:
- title: backup containers
shell: "docker run --rm -d --privileged -v /home/geezo/docker_containers/autorestic:/data -v /var/run/docker.sock:/var/run/docker.sock cupcakearmy/autorestic autorestic backup -va -c /data/config.yaml"
icon: smile
icon: <iconify-icon icon="lets-icons:save-duotone" width="48" height="24"></iconify-icon>
execOnCron:
- "@daily"

View File

@ -7,4 +7,6 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- "1004:1337"
restart: unless-stopped
restart: unless-stopped
privileged: true
user: root

View File

@ -0,0 +1,13 @@
services:
vaultwarden:
image: vaultwarden/server:latest
container_name: vaultwarden
restart: unless-stopped
environment:
DOMAIN: "https://vaultwarden.geezo.io"
volumes:
- vaultwarden_data:/data/
ports:
- 1008:80
volumes:
vaultwarden_data: