Skip to content

bindoffice/bind-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

206 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: 办公套件文档 中文版 en-us: Work suite documentation

zh-hans: 视频会议文档中文版 en-us: Meet documentation

使用 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