Self-hosted office suite. Website: https://bindoffice.com
- Mail 邮箱
- Contacts 通讯录
- Calendar 日历
- AI AI
- Meet 会议
- Chat 聊天
- Kanban 看板
- Drive 云盘
- Docs 文档
- Sheets 表格
- Slides 演示
- Note 笔记
zh-hans: 办公套件文档 中文版 en-us: Work suite documentation
zh-hans: 视频会议文档中文版 en-us: Meet documentation
git clone https://github.com/bindoffice/bind-docker.git
cd bind-docker/office
cp env.example .env
#change variables in .env
# generate self signed ssl certs for nginx, will be replaced by `make cert`
make openssl
# docker-compose up -d
make