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.
- Host: GitHub
- URL: https://github.com/bindoffice/bind-docker
- Owner: bindoffice
- Created: 2026-03-18T08:41:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-21T06:17:52.000Z (about 2 months ago)
- Last Synced: 2026-04-21T06:41:34.081Z (about 2 months ago)
- Topics: g-suite, google-docs, google-drive, google-sheets, google-workspace
- Language: Shell
- Homepage: https://bindoffice.github.io/documentation/
- Size: 493 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)