Ajout de Homer (#9)

* Création compose de homer

* Automatic generation of the file templates-portainer.json

* Fix: Hyperlien devenu Github.com & problème dans le nom du conteneur

Co-authored-by: QJoly <qjoly@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Quentin JOLY
2022-10-16 16:43:32 +02:00
committed by GitHub
parent 2799db6291
commit 7593ff1807
3 changed files with 86 additions and 2 deletions

View File

@@ -66,6 +66,7 @@ You can deploye a compatible Docker environment with Portainer and Traefik with:
| ✅ | <img src="https://img.papamica.com/logo/hastebin.png" alt="hastebin" width="20"/> [hastebin](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/hastebin.yml) | [Hastebin.com](https://hastebin.com/about.md) | 2022-05-10 | Mickael "PAPAMICA" Asseline |
| ✅ | <img src="https://img.papamica.com/logo/healthchecks.jpg" alt="heathchecks" width="20"/> [heathchecks](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/heathchecks.yml) | [Github.com](https://github.com/healthchecks/healthchecks) | 2022-06-01 | Mickael "PAPAMICA" Asseline |
| ✅ | <img src="https://img.papamica.com/logo/homeassistant.png" alt="homeassistant" width="20"/> [homeassistant](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/homeassistant.yml) | [Home-Assistant.io](https://www.home-assistant.io/) | 2022-06-16 | Mickael "PAPAMICA" Asseline |
| ✅ | <img src="https://raw.githubusercontent.com//bastienwirtz/homer/main/public/logo.png" alt="homer" width="20"/> [homer](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/homer.yml) | [homer](https://github.com/bastienwirtz/homer) | 2022/10/16 | Quentin JOLY - @QJoly |
| ✅ | <img src="https://img.papamica.com/logo/imgproxy.png" alt="imgproxy" width="20"/> [imgproxy](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/imgproxy.yml) | [ImgProxy.net](https://imgproxy.net/) | 2022-09-1 | Mickael "PAPAMICA" Asseline |
| ✅ | <img src="https://img.papamica.com/logo/jackett.png" alt="jackett" width="20"/> [jackett](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/jackett.yml) | [Gitub.com](https://github.com/Jackett/Jackett) | 2022-05-17 | Mickael "PAPAMICA" Asseline |
| ✅ | <img src="https://img.papamica.com/logo/jellyfin.png" alt="jellyfin" width="20"/> [jellyfin](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/jellyfin.yml) | [Jellyfin.org](https://jellyfin.org/) | 2022-05-17 | Mickael "PAPAMICA" Asseline |
@@ -122,7 +123,7 @@ You can deploye a compatible Docker environment with Portainer and Traefik with:
| ✅ | <img src="https://img.papamica.com/logo/zabbix.png" alt="zabbix" width="20"/> [zabbix](https://github.com/PAPAMICA/docker-compose-collection/tree/master/composes-files/zabbix.yml) | [Zabbix.com](https://www.zabbix.com/) | 2022-05-11 | Mickael "PAPAMICA" Asseline |
## List of services to do:
<img src="https://img.shields.io/badge/To_do:_186-%23FF8800.svg?style=for-the-badge&logo=vlcmediaplayer&logoColor=white">
<img src="https://img.shields.io/badge/To_do:_185-%23FF8800.svg?style=for-the-badge&logo=vlcmediaplayer&logoColor=white">
| Status | Service |
|:--:|--|
@@ -175,7 +176,6 @@ You can deploye a compatible Docker environment with Portainer and Traefik with:
| 🚸 | heimdall |
| 🚸 | homebridge |
| 🚸 | homedash |
| 🚸 | homer |
| 🚸 | httpd |
| 🚸 | inventario |
| 🚸 | invoice_ninja |

View File

@@ -0,0 +1,42 @@
# Maintainer: Quentin JOLY - @QJoly
# Update: 2022/10/16
#& type: 3
#& title: homer
#& description: A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.
#& note: Website: <a href='https://github.com/bastienwirtz/homer' target='_blank' rel='noopener'>Github.com</a>
#& categories: SelfHosted, PAPAMICA
#& platform: linux
#& logo: https://raw.githubusercontent.com//bastienwirtz/homer/main/public/logo.png
#% SERVICE: Name of the service (No spaces or points) [homer]
#% DATA_LOCATION: Data localization (Example: /apps/service) [/_data/apps]
#% URL: Service URL (Example: service.papamica.fr or service.com)
#% NETWORK: Your Traefik network (Example: proxy) [proxy]
# Work with Portainer
version: '3.8'
services:
homer:
image: b4bz/homer
volumes:
- $DATA_LOCATION/$SERVICE/assets:/www/assets
environment:
- INIT_ASSETS=1
healthcheck:
test: wget -s 'http://localhost:8080'
interval: 1m
timeout: 30s
retries: 3
networks:
- default
labels:
- "autoupdate=monitor" # https://github.com/PAPAMICA/container-updater
- "traefik.enable=true"
- "traefik.http.routers.$SERVICE.entrypoints=https"
- "traefik.http.routers.$SERVICE.rule=Host(`$URL`)"
- "traefik.http.routers.$SERVICE.tls.certresolver=http"
networks:
default:
external:
name: $NETWORK

View File

@@ -1307,6 +1307,48 @@
}
]
},
{
"type": 3,
"title": "homer",
"name": "homer",
"description": "A dead simple static HOMepage for your servER to keep your services on hand, from a simple yaml configuration file.",
"note": "Website: <a href='https://github.com/bastienwirtz/homer' target='_blank' rel='noopener'>homer</a>",
"categories": [
"SelfHosted",
"PAPAMICA"
],
"platform": "linux",
"logo": "https://raw.githubusercontent.com//bastienwirtz/homer/main/public/logo.png",
"repository": {
"stackfile": "composes-files/homer.yml",
"url": "https://github.com/PAPAMICA/docker-compose-collection"
},
"env": [
{
"name": "SERVICE",
"label": "Name of the service ",
"description": "No spaces or points",
"default": "homer"
},
{
"name": "DATA_LOCATION",
"label": "Data localization ",
"description": "Example: /apps/service",
"default": "/_data/apps"
},
{
"name": "URL",
"label": "Service URL",
"description": "Example: service.papamica.fr or service.com"
},
{
"name": "NETWORK",
"label": "Your Traefik network ",
"description": "Example: proxy",
"default": "proxy"
}
]
},
{
"type": 3,
"title": "ImgProxy",