|
@@ -5,12 +5,18 @@
|
|
|
"description": "file://DESCRIPTION.md",
|
|
|
"changelog": "./CHANGELOG",
|
|
|
"tagline": "serverarium",
|
|
|
- "version": "0.1.17",
|
|
|
+ "version": "0.1.18",
|
|
|
"healthCheckPath": "/healthcheck",
|
|
|
"httpPort": 3000,
|
|
|
"addons": {
|
|
|
"ldap": {},
|
|
|
- "localstorage": {}
|
|
|
+ "localstorage": {},
|
|
|
+ "scheduler": {
|
|
|
+ "wpcron": {
|
|
|
+ "schedule": "*/5 * * * *",
|
|
|
+ "command": "/app/code/sync.sh"
|
|
|
+ }
|
|
|
+ }
|
|
|
},
|
|
|
"udpPorts": {
|
|
|
"DAT_UDP_PORT": {
|
|
@@ -24,8 +30,8 @@
|
|
|
"title": "dat Listening Port",
|
|
|
"description": "dat Listening Port (tcp)",
|
|
|
"defaultValue": 3282
|
|
|
- }
|
|
|
-
|
|
|
+ }
|
|
|
+
|
|
|
},
|
|
|
"manifestVersion": 1,
|
|
|
"website": "https://git.tum.dk/",
|