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

99 commits

Author SHA1 Message Date
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
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
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
Christopher Hoskin
ec621c83ef Minimal nginx.conf 2021-04-26 12:10:56 +01:00
Christopher Hoskin
9dcd79fe24 Remove addition of headers which are added by web anyway 2021-04-26 11:47:10 +01:00
Christopher Hoskin
c1d6e5d759 Clarify when to change the proxy_pass 2021-04-26 11:31:03 +01:00
Christopher Hoskin
5027e452cb Use port 443 on nginx container 2021-04-23 16:46:38 +01:00
Miguel Serrano
725bcbd2d7
Updated default version to 2.6.1 (#52) 2021-04-23 16:03:57 +02: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
1bae2a7bb1 Use stock nginx image, mount nginx config and TLS cert 2021-04-21 18:24:31 +01:00
Miguel Serrano
e844d33b6c
Removed instructions leftover (#51) 2021-04-19 17:29:35 +02:00
Christopher Hoskin
0a5905b434 Add a TLS proxy option to the Toolkit 2021-04-08 12:02:15 +01:00
Shane Kilkelly
4efb350f14
Add example of nginx config variables (#46)
Co-authored-by: Shane Kilkelly <shane.kilkelly@overleaf.com>
2021-04-07 15:21:00 +02:00
Shane Kilkelly
dcaf4c31a0
Add example vars for smtp name and logger (#43)
Co-authored-by: Shane Kilkelly <shane.kilkelly@overleaf.com>
2021-04-07 15:19:33 +02:00
Miguel Serrano
3b5fbcf1d5
Fixed footer links and updated app title (#40)
* Fixed footer links and updated app title
* Updated default app name, nav title and domain
* replaced mydomain.com occurrences with example.com
2021-03-08 17:55:05 +01:00
Miguel Serrano
c4144b8a02
Updated default version to 2.5.2 2021-02-12 13:05:31 +01:00
Miguel Serrano
aa8b465ed5 Updated version to 2.5.0 and Mongo to 4.0 2020-11-19 10:49:17 +01:00
Miguel Serrano
9fcdeec613
Update default version to 2.4.2 2020-10-22 15:30:38 +02:00
Miguel Serrano
ce9f8ddb6e
Remove <div> from custom footer
the recommendation is not to use <div> within html emails
2020-10-09 11:36:21 +02: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
831e3fed00 Update default image version to 2.4.1 2020-08-27 13:37:01 +01:00
Shane Kilkelly
9395627ac8 Public release of the Overleaf Toolkit 2020-08-19 13:31:17 +01:00