Add HomeBox
This commit is contained in:
5
homebox/Caddyfilepart
Normal file
5
homebox/Caddyfilepart
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
homebox.domr.ovh,
|
||||||
|
homebox.home.domroese.eu:443 {
|
||||||
|
tls soenke@domroese.eu
|
||||||
|
reverse_proxy 192.168.1.65:3100
|
||||||
|
}
|
||||||
24
homebox/docker-compose.yaml
Normal file
24
homebox/docker-compose.yaml
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
services:
|
||||||
|
homebox:
|
||||||
|
image: ghcr.io/hay-kot/homebox:latest
|
||||||
|
# image: ghcr.io/hay-kot/homebox:latest-rootless
|
||||||
|
container_name: homebox
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
- HBOX_LOG_LEVEL=info
|
||||||
|
- HBOX_LOG_FORMAT=text
|
||||||
|
- HBOX_WEB_MAX_UPLOAD_SIZE=10
|
||||||
|
volumes:
|
||||||
|
- /home/soenke/docker-data/homebox/data:/data/
|
||||||
|
ports:
|
||||||
|
- 3100:7745
|
||||||
|
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: 'HomeBox'
|
||||||
|
kuma.homarr.http.url: 'https://homebox.domr.ovh/'
|
||||||
|
kuma.homarr.http.tag_names: '[{"name": "tools", "value": "" }, {"name": "tools", "value": "" }, {"name": "organization", "value": "" }]'
|
||||||
Reference in New Issue
Block a user