1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 23:38:06 +02:00
Commit graph

72 commits

Author SHA1 Message Date
Miguel Serrano
7f6193e907 Patched settings for 500mb upload limit 2023-07-10 13:58:38 +02:00
Miguel Serrano
2a6cb7c390 Update config-seed to 4.0.3 2023-06-29 15:31:52 +02:00
Miguel Serrano
0094dacf2c Configurable 'GIT_BRIDGE_IMAGE' and 'GIT_BRIDGE_LOG_LEVEL' 2023-06-15 10:06:46 +02:00
Miguel Serrano
24cafc6da1 Updated config seed to version 4.0.2 2023-06-08 14:32:33 +02:00
Miguel Serrano
1759aa4a72 Updated config seed to 4.0.1 2023-05-30 13:01:42 +02:00
Eric Mc Sween
9f5bd17cda Removed OAuth2 client configuration
Now that the git bridge exclusively uses personal access tokens in
ServerPro, it doesn't need to perform a password grant request and
therefore doesn't need to have its OAuth client id and secret
configured.
2023-05-24 16:15:28 -04:00
Eric Mc Sween
fd7891401b
Merge pull request #158 from overleaf/em-docker-compose-v2
Use Docker Compose v2
2023-05-23 06:09:26 -04:00
Miguel Serrano
1f50baa1dc
Update redis to 6.2 in config-seed 2023-05-18 15:24:02 +02:00
Eric Mc Sween
4353e676ee Refactor bin/docker-compose
Split the one big setup function into smaller functions organized around
the different optional docker-compose config files.
2023-05-16 15:22:14 -04:00
Eric Mc Sween
43e0c0d607 Change the location of the git-bridge data directory
The default location of the data directory inside the git-bridge
container is /tmp/wlgb, but the data it contains should not be
considered temporary. In order to avoid any misunderstanding that would
lead an administrator to delete the contents of the /tmp directory, we
move the data directory to /data/git-bridge.
2023-05-10 17:17:32 -04:00
Eric Mc Sween
7924adfd79 Start Mongo in a replica set by default
Starting with Overleaf version 4, Mongo needs to be in a replica set. By
default, the replica set is made of a single instance.
2023-04-28 08:26:17 -04:00
Eric Mc Sween
d447061e8d Ensure git bridge is disabled by default
The config seed was mistakenly setting the GIT_BRIDGE_ENABLED variable
to true rather than false. We want git bridge to be enabled manually
because users also have to set a secret for it to work correctly.
2023-04-12 16:08:52 -04:00
Eric Mc Sween
19ee1e19b7 Add support for git bridge proxy
Instead of being available at http://localhost:8000/, the git bridge
will be available at http://localhost/git/
2023-03-30 14:41:30 -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
Jakob Ackermann
40ed7464db
Updated seed version to 3.5.5 2023-03-21 16:54:50 +00:00
Jakob Ackermann
6c7119025b
Updated seed version to 3.5.4 2023-03-20 15:02:08 +00: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
Miguel Serrano
f6e18c93d8 Updated seed version to 3.5.3 2023-03-16 18:07:05 +01:00
Miguel Serrano
a67d4d17b0 Updated config seed to 3.5.2 2023-03-07 16:03:24 +01:00
Miguel Serrano
56e7bf4348
Update version seed to 3.5.1 (#134)
* Update version seed to 3.5.1

* Add CHANGELOG entry for 3.5.1

---------

Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com>
2023-03-06 12:47:54 +01:00
Jakob Ackermann
c64acdc335
[config-seed] add variables for S3 2023-02-28 14:27:21 +00:00
Miguel Serrano
05cf6ef907
Update version 2023-02-10 18:24:59 +01:00
Miguel Serrano
c834ece771
added SIGKILL timeouts for docker (#132) 2023-02-10 17:24:15 +01:00
Miguel Serrano
548b301b9e Updated config-seed to 3.5.0 2023-02-10 13:06:04 +01:00
Miguel Serrano
c08a727f3c
Updated config seed version to 3.4.0 2023-01-11 16:14:19 +01:00
Jakob Ackermann
a369e5393b
Update seed version to the latest 3.3.2 hotfix 2022-11-15 09:37:13 +00:00
Miguel Serrano
efea1bc77b
Update config-seed to the latest 3.3.0 version (#118)
* Update config-seed to the latest 3.3.0 version
2022-10-13 17:40:27 +02:00
Christopher Hoskin
7d711752ac
Merge pull request #81 from YinAoXiong/patch-1
fix some port conflicts and misalignment issues
2022-10-13 14:07:29 +01:00
Miguel Serrano
79a0deff8e
Merge pull request #110 from overleaf/msm-hotfix-seed
Updated seed version to the latest 3.2.2 hotfix
2022-09-22 17:26:29 +02:00
Miguel Serrano
7628017851
Updated config seed to use TexLive 2022 2022-09-22 12:02:00 +02:00
Miguel Serrano
f43c168ab8
Updated seed version to the latest 3.2.2 hotfix 2022-09-21 12:30:13 +02:00
Miguel Serrano
376ad82866 Updated config seed to CE/SP 3.2.0 2022-08-16 10:07:53 +02:00
Miguel Serrano
c4f49273b4 Update config seed to upcoming 3.1.0 2022-05-17 12:07:54 +02:00
Jakob Ackermann
cd6c3de5c1
[config-seed] variables: update texlive versions
Co-authored-by: Miguel Serrano <mserranom@users.noreply.github.com>
2022-01-27 11:21:53 +00:00
Jakob Ackermann
386c019c9c
[config-seed] variables: hide texlive image list by default 2022-01-27 11:13:49 +00:00
YinAoXiong
b1afcec0c6
Fix nginx port forwarding problem 2021-11-17 20:04:34 +08:00
尹傲雄
bf51b68049
Resolve port conflicts 2021-11-17 19:16:18 +08:00
Christopher Hoskin
2be24268de Configure nginx to redirect HTTP to HTTPS 2021-10-07 10:04:15 +01:00
Miguel Serrano
67e42aac58
Update config seed to 3.0.1
Update config seed to 3.0.1 (latest version)
2021-10-05 17:12:10 +02:00
Jakob Ackermann
4a24aff8c7
[config-seed] remove spurious quotes from values 2021-08-27 10:49:38 +01:00
June Kelly
81ceec071c
Merge pull request #66 from overleaf/jk-sp-external-auth-flag
Add new EXTERNAL_AUTH variable
2021-08-12 14:49:39 +01:00
June Kelly
a1b8e3b42a wip: Add new EXTERNAL_AUTH variable 2021-08-05 13:10:33 +01:00
Miguel Serrano
2f82f26e28
Remove linked_url from ENABLED_LINKED_FILE_TYPES config seed
Also added `project_output_file` as default. This change doesn't break backwards compatibility.
2021-08-03 09:01:25 +02:00
Miguel Serrano
37c71767d4
Update version 2021-07-12 17:06:15 +02:00
Miguel Serrano
75cd3d2b29
Added TEX_LIVE_ to variables.env (#58)
* Added `TEX_LIVE_` to variables.env
2021-07-07 10:13:28 +02:00
Christopher Hoskin
85f960a204
Merge pull request #48 from overleaf/csh-issue-4216-toolkit-ssl-proxy
Add a TLS proxy option to the Toolkit
2021-05-10 15:42:31 +01:00
Christopher Hoskin
1adb19439c Link to tls-proxy docs 2021-05-10 11:26:42 +01:00
Christopher Hoskin
b27c7f3809 Remove server_name from config 2021-04-27 12:07:21 +01:00
Christopher Hoskin
c9b3de934a Remove config specific to jwilder/nginx-proxy 2021-04-27 11:29:26 +01:00
Christopher Hoskin
7fb82faa66 Variables for running Overleaf behind a proxy 2021-04-27 10:47:39 +01:00