Eric Mc Sween
5971ffc5d4
Check Server Pro version before starting git bridge
2023-04-03 15:38:02 -04:00
Thomas Mees
3a7d5c6676
Support git bridge in Server Pro
...
This adds a new docker compose configuration for git bridge. This
configuration is loaded only when GIT_BRIDGE_ENABLED is set to true in
config/overleaf.rc
Co-authored-by: Thomas Mees <thomas.mees@overleaf.com>
2023-03-30 11:42:07 -04:00
siaimes
e9d1657cc5
Allow users to customize the image address. ( #138 )
...
* Allow users to customize the image address.
Signed-off-by: siaimes <34199488+siaimes@users.noreply.github.com>
* Change IMAGE_NAME to SHARELATEX_IMAGE_REPO and commented out it by default.
Signed-off-by: siaimes <34199488+siaimes@users.noreply.github.com>
* Change SHARELATEX_IMAGE_REPO to SHARELATEX_IMAGE_NAME.
Signed-off-by: siaimes <34199488+siaimes@users.noreply.github.com>
---------
Signed-off-by: siaimes <34199488+siaimes@users.noreply.github.com>
2023-03-20 10:25:47 +01:00
Jakob Ackermann
49460cbfec
[bin/doctor] flag incomplete S3 config
2023-02-28 14:27:24 +00:00
Miguel Serrano
e39aa84e7f
Improve messaging on upgrade scripts
...
Clears some ambiguity about whether "proceed" means doing a backup or actually upgrading SP.
2022-09-22 12:13:39 +02:00
Miguel Serrano
fb4fb75dac
Fix unbound variable
error ( #107 )
...
`SHARELATEX_LISTEN_IP ` might be not defined in old configs, so we skip
temporarily the check of unset variables with `set +u`
2022-08-31 11:10:37 +02:00
Miguel Serrano
46ad6309c9
Add docs and default config for SHARELATEX_LISTEN_IP
( #105 )
...
* Add docs and default config for SHARELATEX_LISTEN_IP
* empty value considered not set for `SHARELATEX_LISTEN_IP `
Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>
* updated changelog and fixed dates for previous entries
Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>
2022-08-16 11:33:58 +02:00
Miguel Serrano
be13a095a1
prompt warning on major version upgrades
2021-12-20 16:08:43 +01:00
Christopher Hoskin
8b39c8af71
Add new variables to the doctor
2021-10-12 10:12:36 +01:00
Christopher Hoskin
2be24268de
Configure nginx to redirect HTTP to HTTPS
2021-10-07 10:04:15 +01:00
Miguel Serrano
e8d6582f64
Prevent unbound var error with NGINX_ENABLED ( #62 )
...
* prevents unbound var error with NGINX_ENABLED
* Fixed name of config file
2021-07-12 17:12:45 +02:00
Miguel Serrano
0422b22c7f
Fixed certificate lookup on bin/up
2021-07-07 12:51:05 +02:00
Miguel Serrano
aafdb21346
Add support for -RC
suffix in version numbers
2021-07-02 13:02:10 +02:00
Shane Kilkelly
104fd1762e
Doctor: defend against undefined NGINX_ENABLED
2021-05-07 15:47:53 +01:00
Christopher Hoskin
6872b0d215
Run if the NGINX config is omitted
2021-04-27 12:00:04 +01:00
Christopher Hoskin
dc06f1d9c3
Lint
2021-04-27 11:58:47 +01:00
Christopher Hoskin
cdfb418361
Make TLS config optional
2021-04-27 10:14:29 +01:00
Christopher Hoskin
20e99b5fe7
Consistently use two-space indentation
2021-04-26 15:11:28 +01:00
Christopher Hoskin
f1f49442e6
Order exported variables
2021-04-26 09:15:34 +01:00
Christopher Hoskin
5309e7d44f
Rename TLS cert/key variables
2021-04-22 09:35:40 +01:00
Christopher Hoskin
f71a2286e3
Allow the port used for TLS to be changed
2021-04-22 09:11:26 +01:00
Christopher Hoskin
9fa1e7dfe9
Add openssl to dependencies
2021-04-22 08:23:06 +01:00
Christopher Hoskin
21b9b089b6
Add nginx variables to doctor
2021-04-22 08:19:49 +01:00
Christopher Hoskin
1bae2a7bb1
Use stock nginx image, mount nginx config and TLS cert
2021-04-21 18:24:31 +01:00
Christopher Hoskin
0a5905b434
Add a TLS proxy option to the Toolkit
2021-04-08 12:02:15 +01:00
Shane Kilkelly
fe73f6c3fc
Doctor: handle various flavours of awk ( #45 )
...
Co-authored-by: Shane Kilkelly <shane.kilkelly@overleaf.com>
2021-03-30 12:16:15 +02:00
Alf Eaton
908d4b54a6
Add data paths to doctor output
2021-02-15 11:11:30 +00:00
Jakob Ackermann
c645415942
[misc] fix code linting errors in bin/ scripts
...
```
SC2155: Declare and assign separately to avoid masking return values.
```
2020-11-25 10:30:24 +00:00
Jakob Ackermann
4b48169a56
[bin/upgrade] skip user prompt for downloading changes
2020-11-24 16:11:15 +00:00
Jakob Ackermann
45368bbad4
[bin/upgrade] display changelog diff before pulling changes
2020-11-24 12:26:40 +00:00
Miguel Serrano
aa8b465ed5
Updated version to 2.5.0 and Mongo to 4.0
2020-11-19 10:49:17 +01:00
Shane Kilkelly
6a4625a9fa
bin/up: pass flags to docker-compose, and help
2020-10-20 11:39:00 +01:00
Shane Kilkelly
3175b64675
Add SHARELATEX_PORT to doctor output
2020-10-08 09:56:38 +01:00
Shane Kilkelly
3fda5d0ae0
Add SHARELATEX_PORT option, default to 80
...
This allows a user to configure the host port that the sharelatex
container will bind to. Previously this was hard-coded to port 80, which
can cause problems on systems with something already bound to that port.
2020-10-08 09:40:53 +01:00
Shane Kilkelly
9395627ac8
Public release of the Overleaf Toolkit
2020-08-19 13:31:17 +01:00