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

View File

@ -1,4 +1,6 @@
actions: actions:
- title: backup containers - 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" 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

@ -8,3 +8,5 @@ services:
ports: ports:
- "1004:1337" - "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: