Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
auricom committed May 12, 2024
1 parent 1bb15d8 commit fb517dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions usr/share/containers/systemd/minio.container
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ Environment=MINIO_UPDATE=off
Image=quay.io/minio/minio:latest
Exec=server /data --address :9000 --console-address :9001
User=root:root
Label=traefik.http.routers.minio.rule=Host'(`s3.feisar.ovh`)'
Label=traefik.http.routers.minio.entrypoints="websecure"
Label=traefik.http.services.minio.loadbalancer.server.port="9000"
Label=traefik.enable="true"
Label=traefik.http.routers.s3.rule=Host'(`s3.feisar.ovh`)'
Label=traefik.http.routers.s3.entrypoints="websecure"
Label=traefik.http.services.s3.loadbalancer.server.port="9000"
Label=traefik.http.routers.minio.rule=Host'(`minio.feisar.ovh`)'
Label=traefik.http.routers.minio.entrypoints="websecure"
Label=traefik.http.services.minio.loadbalancer.server.port="9001"
Expand Down
1 change: 1 addition & 0 deletions usr/share/containers/systemd/resilio-sync-claude.container
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Volume=/var/mnt/vol1/photo:/sync/photo:bind
Volume=/var/mnt/vol1/home/claude:/sync/home/claude:bind
Volume=/var/mnt/vol1/music_transcoded:/sync/music_transcoded:bind
Volume=/var/mnt/vol1/video:/sync/video:bind
Label=traefik.enable="true"
Label=traefik.http.routers.resilio-sync-claude.rule=Host'(`resilio-sync-claude.feisar.ovh`)'
Label=traefik.http.routers.resilio-sync-claude.entrypoints="websecure"
Label=traefik.http.services.resilio-sync-claude.loadbalancer.server.port="8888"
Expand Down
1 change: 1 addition & 0 deletions usr/share/containers/systemd/resilio-sync-helene.container
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Volume=/var/mnt/vol1/backups:/sync/backups:bind
Volume=/var/mnt/vol1/shared-documents:/sync/shared-documents:bind
Volume=/var/mnt/vol1/photo:/sync/photo:bind
Volume=/var/mnt/vol1/home/helene:/sync/helene:bind
Label=traefik.enable="true"
Label=traefik.http.routers.resilio-sync-helene.rule=Host'(`resilio-sync-helene.feisar.ovh`)'
Label=traefik.http.routers.resilio-sync-helene.entrypoints="websecure"
Label=traefik.http.services.resilio-sync-helene.loadbalancer.server.port="8888"
Expand Down

0 comments on commit fb517dd

Please sign in to comment.