Commit Graph

269 Commits

Author SHA1 Message Date
Jason Michalski
a97d036a27 Remove ZPROJECT_SETTINGS from entrypoint.sh.
The ZPROJECT_SETTINGS file is part of the Zulip distribution and should
not be edited by administrators instead customizations should be made to
the files in /etc/zulip.
2018-05-17 12:51:58 -07:00
Jason Michalski
0f07e4c97e Remove custom RabbitMQ bootstrapping
The rabbitmq image has support for creating a user and granting the
permissions Zulip requires. This makes the bootstrapRabbitMQ step which
runs in the zulip container redundant so we can remove it. This script
was also the only reverse dependency of rabbitmqctl so rabbitmq-server
can be removed as well.
2018-05-16 15:08:08 -07:00
Jason Michakski
87f6030726 Use zulip/zulip-postgresql for the database
With this change the zulip specific database initialization moves out
of the zulip container and into the database container.
2018-05-16 14:38:39 -07:00
Tully Rankin
7eb93bd263 entrypoint: Fix IP address getting set as integer type instead of string.
The logic in entrypoint.sh was incorrectly detecting IP addresses as
integer type. This causes a syntax error as the IP address gets set in
the production settings file without quotes.
2018-05-15 14:19:58 -07:00
Alexander Trost
08146d4055 Merge pull request #99 from Exocortex/resurrect-DISABLE_HTTPS
resurrect DISABLE_HTTPS option
2018-04-23 20:54:37 +02:00
Bryan Larsen
0a5522f64d resurrect DISABLE_HTTPS option
There used to be a DISABLE_HTTPS setting.   I'm not sure why it was removed, but I need it so I can use Zulip behind a Kubernetes Ingress without causing an infinite redirect.
2018-04-20 18:16:00 +00:00
Bryan Larsen
bf319d5702 allow EMAIL_HOST_USER and EMAIL_HOST_PASSWORD to start with a number 2018-04-20 17:59:19 +00:00
Alexander Trost
d8c08751ab Removed createZulipAdmin script 2017-11-08 12:14:24 +01:00
Alexander Trost
3347412847 Update to Ubuntu Xenial 2017-11-01 22:48:50 +01:00
Alexander Trost
c58f94789c Renamed the entrypoint 2017-04-17 18:26:51 +02:00
Alexander Trost
d3ae865088 Renamed the entrypoint.sh to docker-entrypoint.sh
(To fit in for the official zulip/zulip project)
2016-04-24 10:53:40 +02:00
Alexander Trost
ef6c2242db This fixes a critical bug with the linking of the /etc/zulip folder 2016-04-23 10:51:35 +02:00
Alexander Trost
b3f5727c66 Fixed typo in the secretsConfiguratioFixed typo in the secretsConfigurationn 2016-04-23 10:37:55 +02:00
Alexander Trost
ef8bab71de Added all files from my pr + the modified puppet manifests 2016-03-26 14:14:15 +01:00
Alexander Trost
b3ab5016be Added ZULIP_BRANCH 2016-03-25 12:52:52 +01:00
Alexander Trost
f0e943bf16 Use 1.3.10 version tag 2016-03-25 12:07:32 +01:00
Alexander Trost
5513c80885 Fixed the app:managepy function 2016-03-25 10:03:06 +01:00
Alexander Trost
59cfaedf0d Use the existing configureCerts function 2016-03-21 09:22:43 +01:00
Alexander Trost
3ecd80afbc zulipConfiguration: Insert all vars as a "string" by default 2016-03-15 16:36:53 +01:00
Alexander Trost
6664a31d61 Fixed the LDAP file switch 2016-03-15 16:00:07 +01:00
Alexander Trost
2a354d1c8e Removed the separated LDAP setup cause it's not needed
The "special" LDAP configuration has been moved to the zulipConfiguration function
Ref #62
2016-03-15 13:15:43 +01:00
Alexander Trost
28c3ff1459 Addresses one bug found in #61
'I'm adding exceptions more variables that need to be in another config file then the default confi file (not related to your problem, but should save me some issues later on)' - Galexrt
2016-03-13 13:13:28 +01:00
Alexander Trost
1216f496b4 Switched to master branch cause Zulip v1.3.10 doesn't has my changes in it.... 2016-03-09 17:20:33 +01:00
Alexander Trost
5a48418965 Removed memcached function thingy
Issue #61
2016-03-09 16:00:08 +01:00
Alexander Trost
924925d33a Removed some uneeded vars 2016-03-09 15:55:04 +01:00
Alexander Trost
3341117ad4 Fixed the wrong variable name
Issue #61
2016-03-09 15:14:33 +01:00
Alexander Trost
1c505ef93a Fix for #50 2016-03-09 11:16:24 +01:00
Alexander Trost
07d13143ad Fixed the empty var problem 2016-03-09 10:29:53 +01:00
Alexander Trost
e0bf2b0969 Removed sed on process_fts_updates 2016-03-08 16:44:24 +01:00
Alexander Trost
38f870e29b Fixed a typo 2016-03-07 13:34:39 +01:00
Alexander Trost
e14e908d5e Added my files from the PR to make 1.3.10 version work 2016-03-07 11:04:10 +01:00
Alexander Trost
b1be47c2d6 Added DISABLE_HTTPS env var
See feature #57
2016-02-18 15:20:06 +01:00
Alexander Trost
4b27485e76 Fix the post-setup.d script 2016-02-18 15:09:57 +01:00
Alexander Trost
f0737bcb5d Fixed the missing path for the special var 2016-02-18 09:57:50 +01:00
Alexander Trost
20e2166f30 Cleanups before we push the 1.3.10 version 2016-02-17 18:35:15 +01:00
Alexander Trost
9b90d8507a Removed a comment 2016-02-17 18:18:15 +01:00
Alexander Trost
462df2e15a Removed now unnecessary puppet folder 2016-02-17 18:15:30 +01:00
Alexander Trost
eb69170150 This adds the app:certs (see #52)) 2016-01-28 17:29:30 +01:00
Alexander Trost
dd17462485 Added all new vars that are required in the settings.py etc folder 2016-01-24 23:40:07 +01:00
Alexander Trost
f45446cfb9 Added exceptions to the new special vars that need to be in the /etc/zulip/settings.py 2016-01-24 23:37:25 +01:00
Alexander Trost
7ba2b9e202 This could fix the memcached setting problem 2016-01-24 23:32:37 +01:00
Alexander Trost
a5619f148b Removed unused function references 2016-01-24 20:29:13 +01:00
Alexander Trost
cba5efe541 Removed the old memcached env vars 2016-01-24 20:01:16 +01:00
Alexander Trost
7cc2095f27 Reflect the latest changes to the Zulip configuration
The Pull requests were by me :)
It's now much easier to configure, with less sed to use
2016-01-22 14:47:15 +01:00
Alexander Trost
dd0486bee0 Corrected the backup and restore help text (removed the wrong "app:manage" help text) 2016-01-22 13:55:33 +01:00
Alexander Trost
60c2ac3121 Added if condition to check for override of file location 2016-01-19 13:06:17 +01:00
Alexander Trost
e4aa5af748 Print file (path/name) where the setting key was added to 2016-01-19 12:41:39 +01:00
Alexander Trost
606332ea92 Optimizations for the entrypoint.sh and a small fix 2016-01-14 15:12:42 +01:00
Alexander Trost
ecce1bdb05 We have to check if the vars are set and not empty when setting them... 2015-11-18 18:50:18 +01:00
Alexander Trost
64730b499f Merge branch 'dev' 2015-11-17 10:23:29 +01:00