#Zulip>今天开一个新节目——开源替代品。这个系列是推荐开源软件的,会详细的介绍一款开源软件。>>开源就是“源代码公开”,但不一定是免费或者无条件白嫖,具体要看许可证。Zulip是一个开源的聊天软件。-它支持网页版、桌面版、手机APP。-它的群组服务器提供渠道:-自部署(在自己的服务器上部署,可DockerCompose一键...
This project defines a Docker image for a Zulip server, as well as sample configuration to run that Zulip web/application server with each of the majorservices that Zulip usesin its own container:redis,postgres,rabbitmq,memcached. We have configuration and documentation forDocker ComposeandKubernetes...
We work hard to make it easy toinstall,back up, andmaintaina self-hosted Zulip server. Self-host Zulip directly on Ubuntu or Debian Linux, inDocker, or with prebuilt images forDigital OceanandRender. Customize Zulip for all your needs. It's easy to develop and maintaincustom integrationsand...
Standard viewInclude DMsUnreadParticipated ChannelTopicParticipantsTime 该视图仍在加载消息。 加载更多
12 changes: 6 additions & 6 deletions 12 docker-compose.yml Original file line numberDiff line numberDiff line change @@ -105,13 +105,13 @@ services: ## https://zulip.readthedocs.io/en/latest/production/upload-backends.html ## ## If you want to use the S3 backend, you must set ...
docker-compose.yml kubernetes/ scripts/ docker-compose.yml 1 change: 1 addition & 0 deletions 1 .gitignore Original file line numberDiff line numberDiff line change @@ -1 +1,2 @@ docker-compose-dev.yml kubernetes/*-dev.yml 5 changes: 0 additions & 5 deletions 5 includes/zulip-puppet...
This project defines a Docker image for a Zulip server, as well as sample configuration to run that Zulip web/application server with each of the majorservices that Zulip usesin its own container:redis,postgres,rabbitmq,memcached. We have configuration and documentation forDocker ComposeandKubernetes...
Update the docker-compose file to v2 Sep 28, 2016 5 environment: Use explicit variables for postgres/rabbitmq passwords. Feb 26, 2019 6 POSTGRES_DB:'zulip' 7 POSTGRES_USER:'zulip' Add inline comments documenting password change behavior. ...
Another way to find issues in Zulip is to take advantage of our "area:" convention in separating out issues. We partition all of our issues into areas like admin, compose, emoji, hotkeys, i18n, onboarding, search, etc. You can see this here: ...
# You can specify these in docker-compose.yml or with # docker build --build-arg "ZULIP_GIT_REF=git_branch_name" . ARG ZULIP_GIT_URL=https://github.com/zulip/zulip.git ARG ZULIP_GIT_REF=6.1 ARG ZULIP_GIT_URL=https://github.com/xlliu/zulip.git ARG ZULIP_GIT_REF=36acc2 RUN git...