diff --git a/glance/glance.yml b/glance/glance.yml index 71dbd2c..01b80c1 100644 --- a/glance/glance.yml +++ b/glance/glance.yml @@ -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" diff --git a/olivetin/config.yaml b/olivetin/config.yaml index 1f8730a..48e5bdb 100644 --- a/olivetin/config.yaml +++ b/olivetin/config.yaml @@ -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 \ No newline at end of file + icon: + execOnCron: + - "@daily" \ No newline at end of file diff --git a/olivetin/docker-compose.yml b/olivetin/docker-compose.yml index f33b529..8c6a0f1 100644 --- a/olivetin/docker-compose.yml +++ b/olivetin/docker-compose.yml @@ -7,4 +7,6 @@ services: - /var/run/docker.sock:/var/run/docker.sock ports: - "1004:1337" - restart: unless-stopped \ No newline at end of file + restart: unless-stopped + privileged: true + user: root \ No newline at end of file diff --git a/vaultwarden/docker-compose.yml b/vaultwarden/docker-compose.yml new file mode 100644 index 0000000..5b69df7 --- /dev/null +++ b/vaultwarden/docker-compose.yml @@ -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: \ No newline at end of file