Some checks failed
Test / test (push) Has been cancelled
- internalPort: 80 (number) -> "80" (string) to match Runtipi schema - Added missing source field required for app discovery Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
28 lines
820 B
JSON
28 lines
820 B
JSON
{
|
|
"name": "Nginx",
|
|
"id": "nginx",
|
|
"available": true,
|
|
"short_desc": "Serveur web Nginx avec configuration personnalisable",
|
|
"author": "Nginx Inc.",
|
|
"port": 8080,
|
|
"exposable": true,
|
|
"dynamic_config": true,
|
|
"version": "1.0.0",
|
|
"tipi_version": 2,
|
|
"categories": ["utilities", "network"],
|
|
"description": "Nginx est un serveur web haute performance avec des volumes montés pour la configuration et le contenu des sites.",
|
|
"source": "https://hub.docker.com/_/nginx",
|
|
"website": "https://nginx.org",
|
|
"supported_architectures": ["amd64", "arm64"],
|
|
"form_fields": [
|
|
{
|
|
"type": "text",
|
|
"label": "Nom du serveur (server_name)",
|
|
"hint": "Ex: monsite.local ou localhost",
|
|
"required": false,
|
|
"env_variable": "NGINX_SERVER_NAME",
|
|
"default": "localhost"
|
|
}
|
|
]
|
|
}
|