1234567891011121314151617181920212223242526272829303132333435 |
- {
- "id": "dk.tum.asocketserver",
- "title": "datserver app",
- "author": "boot",
- "description": "file://DESCRIPTION.md",
- "changelog": "./CHANGELOG",
- "tagline": "asocketserver",
- "version": "1.0.0",
- "healthCheckPath": "/healthcheck",
- "httpPort": 3004,
- "addons": {
- "ldap": {},
- "localstorage": {}
- },
- "tcpPorts": {
- "S_PORT": {
- "title": "S Port",
- "description": "S Port.",
- "defaultValue": 12099
- },
- "B_PORT": {
- "title": "B Port",
- "description": "B Port.",
- "defaultValue": 4282
- }
- },
- "manifestVersion": 1,
- "website": "https://ogi.dk",
- "contactEmail": "boot@ogi.dk",
- "icon": "logo.png",
- "tags": [
- "datserver"
- ],
- "mediaLinks": []
- }
|