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