This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Homer
Veerendra edited this page Apr 21, 2023
·
4 revisions
Traefik reverse Proxy Location | / |
- Docker compose project services/homer
Docker containers in this stack
- Homer
- Traefik reverse proxy locations are configured with labels
Config | Description |
---|---|
services/homer/assets | Homer configurations |
$ cd services/homer
$ tree .
.
├── assets
│ ├── config.yml
│ ├── icons
│ │ ├── favicon-16x16.png
│ │ ├── favicon-32x32.png
│ │ ├── icon-any.png
│ │ ├── icon-any.svg
│ │ ├── icon-maskable.png
│ │ └── safari-pinned-tab.svg
│ ├── manifest.json
│ └── tools
│ ├── filebrowser.png
│ ├── grafana.png
│ ├── jackett.png
│ ├── jellyfin.png
│ ├── nextcloud.png
│ ├── pi-hole.png
│ ├── portainer.png
│ ├── prometheus.png
│ ├── qbittorrent.png
│ ├── radarr.svg
│ ├── raspberry-pi.png
│ ├── sample.png
│ ├── sample2.png
│ ├── traefik.png
│ └── ufw.png
└── docker-stack.yml
4 directories, 24 files