12345678910111213141516171819202122232425262728293031 |
- {
- "id": "dk.ogi.infini",
- "title": "infini app",
- "author": "boot",
- "description": "file://DESCRIPTION.md",
- "changelog": "./CHANGELOG",
- "tagline": "infini",
- "version": "0.1.0",
- "healthCheckPath": "/healthcheck",
- "httpPort": 3000,
- "addons": {
- "ldap": {},
- "localstorage": {}
- },
- "tcpPorts": {
- "SFTP_PORT": {
- "title": "SFTP Port",
- "description": "SFTP Port. Disabling SFTP also disables ftp access",
- "defaultValue": 16499
- }
- },
- "manifestVersion": 1,
- "website": "https://ogi.dk",
- "contactEmail": "boot@ogi.dk",
- "icon": "logo.png",
- "tags": [
- "infini"
- ],
- "mediaLinks": [
- ]
- }
|