Anders Kaseorg
b99ad164ce
Update versions for Zulip Server 2.1.2.
...
Signed-off-by: Anders Kaseorg <anders@zulipchat.com >
2020-01-16 17:02:38 -05:00
Tim Abbott
7828b6ae0b
Update versions for Zulip Server 2.1.1.
2019-12-13 17:24:22 -08:00
Tim Abbott
d83d05eaf6
Update versions for Zulip Server 2.1.0.
2019-12-12 22:37:23 -08:00
Tim Abbott
ff3d76ce6a
Update versions for Zulip Server 2.0.7.
2019-12-12 17:35:17 -08:00
Tim Abbott
28f54809d3
Update versions for Zulip Server 2.0.7.
2019-11-21 10:29:56 -08:00
Tim Abbott
997e0d23ca
Update versions for Zulip Server 2.0.6.
2019-11-08 17:05:00 -08:00
Tim Abbott
f8d277d615
Update versions for Zulip Server 2.0.5.
2019-09-11 16:40:43 -07:00
Tim Abbott
78ec8e8d3d
Release docker-zulip 2.0.4-1.
...
This release is being done because 2.0.4-0 was incorrectly build off
the wrong commit in zulip/zulip (due to a mispushed tag), and has
about 1000 commits of development from master in it.
Pushing this will fix the situation for folks who are doing new
installations; we recommend folks running 2.0.4-0 not upgrade.
Fixes #201 .
2019-06-19 15:50:16 -07:00
Tim Abbott
fc83b6d378
Update versions for Zulip Server 2.0.4.
2019-06-06 21:53:10 -07:00
Tim Abbott
a8ed936e82
Update versions for Zulip Server 2.0.3.
2019-04-23 15:10:18 -07:00
Tim Abbott
3d3a5532d3
README: Update recommendations on memory.
...
Apparently going with low memory only really works on Linux, not OSX.
So let's just increase the recommendations for everyone.
2019-03-17 21:17:16 -07:00
Tim Abbott
d64bbe80d0
Update versions for Zulip 2.0.2.
2019-03-15 11:57:20 -07:00
Tim Abbott
0a3e862f31
Update versions for Zulip 2.0.1.
2019-03-11 17:52:18 -07:00
Tim Abbott
4f5d3e85b8
Update versions for Zulip 2.0.
2019-03-01 15:08:56 -08:00
Tim Abbott
bdb4270566
README: Fix additional SETTINGS_ -> SETTING_ typo.
2019-01-14 15:16:08 -08:00
Michele Locati
6a59e72bd5
README: SETTING_EMAIL_ instead of SETTINGS_EMAIL_
2019-01-11 13:48:00 -08:00
Harmen
2cef6c8a57
README: Fix typo.
2018-11-19 19:36:04 -08:00
nil4
6b7fc12ac5
Fix 1.9.0-0 tag in upgrade instructions.
...
Fix Readme.md with the correct `docker pull` tag for 1.9.0-0.
2018-11-12 10:29:07 -08:00
Tim Abbott
f51944994f
docker: Release 1.9.0-0.
2018-11-07 14:01:35 -08:00
Tim Abbott
b29da95039
README: Fix documentation for rotating postgres/rabbitmq passwords.
...
Apparently, it's kinda a pain to modify the passwords for
rabbitmq/postgres, so document that fact.
A nice v2 would be to link to docs for exactly how to rotate these
passwords.
2018-10-31 16:40:29 -07:00
Lưu Danh, Hiếu
4702b1aef2
Update README.md to fix "SETTINGS_" (should be "SETTING_").
...
This took me 30min ... "SETTINGS_EXTERNAL_HOST" is wrong, and will lead to problems. The correct one used in entrypoint.sh is "SETTING_EXTERNAL_HOST" with no 'S', same goes for other settings.
2018-10-18 16:07:44 -07:00
Tim Abbott
80e41d0ca5
docker: Release 1.9.0-rc2-0.
...
This includes a few recent fixes to the Docker image, as well as a
newer release candidate of Zulip itself.
2018-08-31 16:31:14 -07:00
Peter Nagy
0dc18f7ba2
README: Fix path to persistent data.
2018-08-30 11:10:18 -07:00
Tim Abbott
4f9391becb
docker: Release 1.9.0-rc1-2.
2018-08-27 11:58:03 -07:00
Tim Abbott
2f23841919
docker: Release 1.9.0-rc1-1.
2018-08-23 12:17:13 -07:00
Tim Abbott
cebf5745e0
README: Document that we consider this project experimental.
2018-08-23 12:15:14 -07:00
xificurC
8b54088b72
docker: pull the images to avoid building Zulip on first try.
2018-08-13 15:50:00 -07:00
xificurC
ade00d5135
docker: Allow using a custom CA bundle for building the Zulip image.
2018-08-13 15:47:37 -07:00
Tim Abbott
3eca1ba1bf
Migrate to zulip/docker-zulip Dockerhub project.
...
This migrates our documentation to point to the new official zulip
Docker repository on Dockerhub.
2018-08-09 19:06:21 -07:00
Tim Abbott
4b89ae5d77
docker: Upgrade docker-zulip to Zulip 1.9.0-rc1.
...
This docker image has only really supported Git leading up to Zulip
1.9 for a while now. Now that there's a release candidate out, it
makes sense to declare that explicitly.
This commit will be tagged 1.9.0-rc1-0.
2018-08-09 17:27:06 -07:00
Tim Abbott
5daa7ba157
README: Document the DISABLE_HTTPS setting.
2018-08-03 15:27:48 -07:00
Tim Abbott
e879bc7821
docs: Add link to core Zulip reverse proxy documentation.
2018-08-03 15:23:26 -07:00
xificurC
5583144c9d
docker: change zulip ENVs to ARGs for easier updating.
...
This way, only the compose file needs to be touched which is more in
line with other configuration options.
2018-08-03 09:37:09 -07:00
jeaye
3b5d63b9ba
setup: Add certbot support.
...
The task is to generate a self-signed cert so Zulip can be started, then
to wait until Zulip is up before using certbot to generate new certs.
Zulip needs to be up so it can meet certbot's challenge. Using a deploy
hook, certs are persisted in the data directory. The same applies to
renewal.
Tweaked by tabbott mostly to edit comments remove an unnecessary
setting before merging.
Fixes #120 .
2018-07-23 22:29:10 -07:00
Jeaye Wilkerson
e8526c2208
Fix broken readme links, grammar, and formatting.
2018-07-23 09:22:52 -07:00
Alexander Trost
2cfbee3110
docs: Add upgrade instructions for old postgres container.
...
Fixes #123
Signed-off-by: Alexander Trost <galexrt@googlemail.com >
2018-07-10 12:20:11 +05:30
Sampriti Panda
f4ab43fc0c
README: Update repo link in installation instruction.
2018-07-09 14:40:04 +05:30
Tim Abbott
78840f4671
README: Add credits section thanking Alexander Trost.
2018-05-31 09:13:48 -07:00
Tim Abbott
1dc894e03d
README: Document auth backends and ZULIP_CUSTOM_SETTINGS.
2018-05-27 18:03:29 -07:00
Tim Abbott
241a1b4ef4
README: Fix documentation for MANUAL_CONFIGURATION.
...
It's probably a bug that these are two independent settings, but we
can clean that up later.
Fixes #122 .
2018-05-27 17:49:02 -07:00
Tim Abbott
83ad85c6e3
README: Rewrite the README to explain a lot more.
...
Fixes #110 .
Fixes #118 .
2018-05-27 17:41:56 -07:00
Tim Abbott
470d84fbda
README: Simplify explanation of what Zulip is.
2018-05-20 13:17:52 -07:00
Tim Abbott
19f11de2c9
README: Update documentation to be clearer.
...
As part of this process, we add links to a bunch of pages in the main
Zulip production documentation.
2018-05-16 07:34:15 -07:00
Tim Abbott
78a701f2ea
README: Remove section on manage.py knight.
...
This is no longer required when setting up a Zulip server.
2018-05-16 07:33:45 -07:00
Tully Rankin
098245cb66
Remove createZulipRealm.sh and update README to use manage.py via docker-compose.
2018-05-15 15:20:35 -07:00
Alexander Trost
540d9b0cc8
prepare tag 1.8.1-0
2018-05-08 11:39:42 +02:00
Alexander Trost
431a36da79
cut version 1.8.0-2
2018-04-23 21:08:20 +02:00
Alexander Trost
1b4cedf36b
Update to image tag 1.8.0-1
2018-04-18 09:46:41 +02:00
Alexander Trost
2d6ca41d70
Fixed issue with Zulip install script
2018-04-18 09:44:51 +02:00
Alexander Trost
7a4d573c6b
Updated Zulip to version 1.8.0
2018-04-18 08:43:37 +02:00