diff --git a/homarr/Caddyfilepart b/homarr/Caddyfilepart deleted file mode 100644 index 82e76db..0000000 --- a/homarr/Caddyfilepart +++ /dev/null @@ -1,5 +0,0 @@ -homarr.domr.ovh, -homarr.home.domroese.eu:443 { - tls soenke@domroese.eu - reverse_proxy 192.168.1.65:7575 -} diff --git a/homarr/docker-compose.yml b/homarr/docker-compose.yml deleted file mode 100644 index 7e417b3..0000000 --- a/homarr/docker-compose.yml +++ /dev/null @@ -1,22 +0,0 @@ -services: - homarr: - container_name: homarr - image: ghcr.io/homarr-labs/homarr:latest - restart: unless-stopped - volumes: - - /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration - - /home/soenke/docker-data/homarr/appdata:/appdata - environment: - - SECRET_ENCRYPTION_KEY=c99349e72b4267a0ba7a19fa2de53cfdbd73708974338d2abe36f1379fe8ba7c - ports: - - '7575:7575' - labels: - kuma.tools.tag.name: 'Tools' - kuma.tools.tag.color: '#FF9900' - kuma.homelab.tag.name: 'Homelab' - kuma.homelab.tag.color: '#FF9955' - kuma.organization.tag.name: 'Organization' - kuma.organization.tag.color: '#FF99AA' - kuma.homarr.http.name: 'homarr' - kuma.homarr.http.url: 'https://homarr.domr.ovh/' - kuma.homarr.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "organization", "value": "" }]' \ No newline at end of file