29 lines
707 B
YAML
29 lines
707 B
YAML
name: libretime-secure
|
|
title: LibreTime (EasyPanel) - Secure
|
|
description: "Plantilla segura que evita archivos con secretos en claro: genera el config desde variables/secretos del panel mediante un servicio generador."
|
|
version: "1.0.0"
|
|
author: "Tu nombre"
|
|
logo: logo.png
|
|
screenshot: screenshot.png
|
|
tags:
|
|
- media
|
|
- radio
|
|
- docker
|
|
- libretime
|
|
|
|
form:
|
|
- id: postgres_password
|
|
type: password
|
|
title: Contraseña Postgres
|
|
- id: rabbitmq_password
|
|
type: password
|
|
title: Contraseña RabbitMQ
|
|
- id: public_url
|
|
type: string
|
|
title: URL pública
|
|
default: "http://{{hostname}}:8080"
|
|
- id: libretime_version
|
|
type: string
|
|
title: LibreTime image version
|
|
default: "4.5"
|