59 lines
2.4 KiB
YAML
59 lines
2.4 KiB
YAML
|
name: vocechat
|
||
|
services:
|
||
|
vocechat:
|
||
|
environment:
|
||
|
TZ: $TZ
|
||
|
image: privoce/vocechat-server
|
||
|
mem_reservation: "67108864"
|
||
|
network_mode: bridge
|
||
|
ports:
|
||
|
- target: 3000
|
||
|
published: "3009"
|
||
|
protocol: tcp
|
||
|
restart: unless-stopped
|
||
|
volumes:
|
||
|
- type: bind
|
||
|
source: /DATA/AppData/$AppID/db
|
||
|
target: /db
|
||
|
x-casaos:
|
||
|
author: CasaOS Team
|
||
|
category: Chat
|
||
|
container:
|
||
|
envs:
|
||
|
- configurable: "yes"
|
||
|
container: TZ
|
||
|
description:
|
||
|
en_US: TimeZone
|
||
|
index: /
|
||
|
port_map: "3009"
|
||
|
ports:
|
||
|
- configurable: advanced
|
||
|
container: "3000"
|
||
|
description:
|
||
|
en_US: WebUI HTTP Port
|
||
|
protocol: tcp
|
||
|
shell: bash
|
||
|
volumes:
|
||
|
- configurable: "no"
|
||
|
container: /db
|
||
|
description:
|
||
|
en_US: VoceChat DB
|
||
|
description:
|
||
|
en_US: As a top alternative to centralized chat services, Voce chat is a superlight Rust powered open-core chat app that prioritizes private hosting.
|
||
|
developer: Privoce
|
||
|
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/VoceChat/icon.png
|
||
|
screenshot_link:
|
||
|
- 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
|
||
|
tagline:
|
||
|
en_US: Have a Private Social Space Hosted on Your Site
|
||
|
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/VoceChat/thumbnail.jpg
|
||
|
tips: {}
|
||
|
title:
|
||
|
en_US: VoceChat
|
||
|
x-casaos:
|
||
|
main_app: vocechat
|