1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "id": "dk.tum.serverarium",
- "title": "serverarium app",
- "author": "boot",
- "description": "file://DESCRIPTION.md",
- "changelog": "./CHANGELOG",
- "tagline": "serverarium",
- "version": "0.1.18",
- "healthCheckPath": "/healthcheck",
- "httpPort": 3000,
- "addons": {
- "ldap": {},
- "localstorage": {},
- "scheduler": {
- "wpcron": {
- "schedule": "*/5 * * * *",
- "command": "/app/code/sync.sh"
- }
- }
- },
- "udpPorts": {
- "DAT_UDP_PORT": {
- "title": "Default dat Port",
- "description": "dat Port (udp)",
- "defaultValue": 3282
- }
- },
- "tcpPorts": {
- "DAT_TCP_PORT": {
- "title": "dat Listening Port",
- "description": "dat Listening Port (tcp)",
- "defaultValue": 3282
- }
- },
- "manifestVersion": 1,
- "website": "https://git.tum.dk/",
- "contactEmail": "boot@tum.dk",
- "icon": "logo.png",
- "tags": [
- "serverarium"
- ],
- "mediaLinks": []
- }
|