2022-12-08 01:02:48 +00:00
{
2022-12-26 23:57:03 +00:00
"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" : {
2023-01-18 07:59:03 +00:00
"http" : "3000" ,
2022-12-26 23:57:03 +00:00
"path" : "/"
} ,
"health_check" : "" ,
"envs" : [
{
"key" : "TZ" ,
"value" : "$TZ" ,
"configurable" : "yes" ,
"description" : "TimeZone"
}
2022-12-08 01:02:48 +00:00
] ,
2022-12-26 23:57:03 +00:00
"ports" : [
{
"container" : "3000" ,
"host" : "3009" ,
"type" : "tcp" ,
"allocation" : "preferred" ,
"configurable" : "advanced" ,
"description" : "WebUI HTTP Port"
}
2022-12-08 01:02:48 +00:00
] ,
2022-12-26 23:57:03 +00:00
"volumes" : [
{
2023-01-18 07:59:03 +00:00
"container" : "/home/vocechat-server/data" ,
"host" : "/DATA/AppData/$AppID/home/vocechat-server/data" ,
2022-12-26 23:57:03 +00:00
"mode" : "rw" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
2023-01-18 07:59:03 +00:00
"description" : "VoceChat Data"
2022-12-26 23:57:03 +00:00
}
] ,
"devices" : [ ] ,
"constraints" : {
"min_memory" : 64 ,
"min_storage" : 1024
2022-12-08 01:02:48 +00:00
} ,
2022-12-26 23:57:03 +00:00
"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" : ""
}