3

VoceChat一个可以扔在树莓派上的telegram

 1 year ago
source link: https://www.bboy.app/2022/12/02/vocechat%E4%B8%80%E4%B8%AA%E5%8F%AF%E4%BB%A5%E6%89%94%E5%9C%A8%E6%A0%91%E8%8E%93%E6%B4%BE%E4%B8%8A%E7%9A%84telegram/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

VoceChat一个可以扔在树莓派上的telegram

2022-12-02 14:46:00 linux

20221202-1.webp

作为一个homelab爱好者,我是一直想在家里部署一套聊天系统的,可惜一直没有找到喜欢的

首先对于我来说轻量很重要,因为家里都是树莓派,所以还得支持在arm上运行,当然最好有支持ios的app,毕竟不想打开网页去聊天。

所以VoceChat很符合我的需求,rocketchat部署还是太复杂了

vocechat的优点

  • 支持手机app
  • 支持webapp
  • 多种类型消息

我直接扔docker-compose 吧

version: "3"
services:
  vocechat:
    image: "privoce/vocechat-server:v0.3.14"
    container_name: "vocechat"
    restart: "always"
    ports:
      - "3000:3000"
    volumes:
      - "/etc/localtime:/etc/localtime"
      - "./data:/home/vocechat-server/data"
    command:
      - --network.frontend_url https://chat.bboysoul.cn

我部署的实例地址是

https://chat.bboysoul.cn

欢迎注册使用

欢迎关注我的博客 www.bboy.app

Have Fun



About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK