94 lines
2.6 KiB
JSON
94 lines
2.6 KiB
JSON
{
|
|
"version": "2.0",
|
|
"title": "VoceChat",
|
|
"name": "vocechat",
|
|
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/VoceChat/icon.png",
|
|
"tagline": "Have a Private Social Space Hosted on Your Site",
|
|
"overview": "As a top alternative to centralized chat services, Voce chat is a superlight Rust powered open-core chat app that prioritizes private hosting.",
|
|
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/VoceChat/thumbnail.jpg",
|
|
"screenshots": [
|
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/VoceChat/screenshot-1.jpg",
|
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/VoceChat/screenshot-2.jpg",
|
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/VoceChat/screenshot-3.jpg",
|
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/VoceChat/screenshot-4.jpg",
|
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/VoceChat/screenshot-5.jpg"
|
|
],
|
|
"category": [
|
|
"Chat"
|
|
],
|
|
"developer": {
|
|
"name": "Privoce",
|
|
"website": "https://privoce.com/",
|
|
"donate_text": "",
|
|
"donate_link": ""
|
|
},
|
|
"adaptor": {
|
|
"name": "CasaOS Team",
|
|
"website": "https://www.casaos.io",
|
|
"donate_text": "",
|
|
"donate_link": ""
|
|
},
|
|
"support": "https://doc.voce.chat/",
|
|
"website": "https://voce.chat",
|
|
"container": {
|
|
"image": "privoce/vocechat-server",
|
|
"shell": "bash",
|
|
"privileged": false,
|
|
"network_model": "bridge",
|
|
"web_ui": {
|
|
"http": "3000",
|
|
"path": "/"
|
|
},
|
|
"health_check": "",
|
|
"envs": [
|
|
{
|
|
"key": "TZ",
|
|
"value": "$TZ",
|
|
"configurable": "yes",
|
|
"description": "TimeZone"
|
|
}
|
|
],
|
|
"ports": [
|
|
{
|
|
"container": "3000",
|
|
"host": "3009",
|
|
"type": "tcp",
|
|
"allocation": "preferred",
|
|
"configurable": "advanced",
|
|
"description": "WebUI HTTP Port"
|
|
}
|
|
],
|
|
"volumes": [
|
|
{
|
|
"container": "/home/vocechat-server/data",
|
|
"host": "/DATA/AppData/$AppID/home/vocechat-server/data",
|
|
"mode": "rw",
|
|
"allocation": "automatic",
|
|
"configurable": "no",
|
|
"description": "VoceChat Data"
|
|
}
|
|
],
|
|
"devices": [],
|
|
"constraints": {
|
|
"min_memory": 64,
|
|
"min_storage": 1024
|
|
},
|
|
"restart_policy": "unless-stopped",
|
|
"sysctls": [],
|
|
"cap_add": [],
|
|
"labels": []
|
|
},
|
|
"abilities": {
|
|
"notification": false,
|
|
"widgets": false,
|
|
"authentication": false,
|
|
"search": false,
|
|
"upnp": false
|
|
},
|
|
"tips": {},
|
|
"changelog": {
|
|
"latest_updates": "",
|
|
"url": ""
|
|
},
|
|
"latest_update_date": ""
|
|
} |