fix(nginx): internalPort as string + add missing source field
Some checks failed
Test / test (push) Has been cancelled
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>
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
"tipi_version": 2,
|
"tipi_version": 2,
|
||||||
"categories": ["utilities", "network"],
|
"categories": ["utilities", "network"],
|
||||||
"description": "Nginx est un serveur web haute performance avec des volumes montés pour la configuration et le contenu des sites.",
|
"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",
|
"website": "https://nginx.org",
|
||||||
"supported_architectures": ["amd64", "arm64"],
|
"supported_architectures": ["amd64", "arm64"],
|
||||||
"form_fields": [
|
"form_fields": [
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
"name": "nginx",
|
"name": "nginx",
|
||||||
"image": "nginx:latest",
|
"image": "nginx:latest",
|
||||||
"isMain": true,
|
"isMain": true,
|
||||||
"internalPort": 80,
|
"internalPort": "80",
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
"hostPath": "${APP_DATA_DIR}/conf.d",
|
"hostPath": "${APP_DATA_DIR}/conf.d",
|
||||||
|
|||||||
Reference in New Issue
Block a user