app-store/apps/nginx/config.json
Stavros 19b277df94
feat(app-store): add nginx (#1691)
* feat(app-store): add nginx

* refactor(nginx): change image
2023-11-26 16:04:49 +02:00

18 lines
544 B
JSON

{
"name": "Nginx",
"available": true,
"port": 8754,
"exposable": true,
"id": "nginx",
"description": "Simple webserver to test your tipi install. An alternative to the hello-world app.",
"tipi_version": 1,
"version": "1.25.3",
"categories": ["utilities"],
"short_desc": "Open-source simple and fast web server.",
"author": "nginx",
"source": "https://github.com/nginx/nginx",
"website": "https://www.nginx.com/",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
}