An open API service indexing awesome lists of open source software.

https://github.com/bindoffice/bind-docker

Self-hosted office suite, google workspace alternative.
https://github.com/bindoffice/bind-docker

g-suite google-docs google-drive google-sheets google-workspace

Last synced: about 2 months ago
JSON representation

Self-hosted office suite, google workspace alternative.

Awesome Lists containing this project

README

          

# bind-docker

# About 关于

Self-hosted office suite. Website: https://bindoffice.com

- Mail 邮箱
- Contacts 通讯录
- Calendar 日历
- AI AI
- Meet 会议
- Chat 聊天
- Kanban 看板
- Drive 云盘
- Docs 文档
- Sheets 表格
- Slides 演示
- Note 笔记

# 文档 Documentation

zh-hans: [办公套件文档 中文版](https://bindoffice.github.io/documentation/office/zh-hans/) en-us: [Work suite documentation](https://bindoffice.github.io/documentation/office/en-us/)

zh-hans: [视频会议文档中文版](https://bindoffice.github.io/documentation/meet/zh-hans/) en-us: [Meet documentation](https://bindoffice.github.io/documentation/meet/zh-hans/)

- [Discord](https://discord.gg/rS6FUqNvG5)
- [QQ群](https://qm.qq.com/cgi-bin/qm/qr?k=JbieSiHKJBBSrI45cOSP4BG6ll5W9Ct3&jump_from=webapi&authKey=QrQoCwTf3BCPXHbxsYD/nHEcp284BPQQdnrFScq1564ifzNRSfwAKJAOF8Sz5BqX)

# 使用 Usage

```

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

```
打开首页 [http://127.0.0.1:40008](http://127.0.0.1:40008)