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

147 commits

Author SHA1 Message Date
Christopher Hoskin
38f1abea7a Add documentation for NGINX_HTTP_PORT 2022-10-13 12:20:24 +01:00
Christopher Hoskin
3a40892b9c SHARELATEX_PORT doesn't configure port in container 2022-10-13 12:17:37 +01:00
Christopher Hoskin
2f76ea09ca Add mermaid diagram for tls proxy 2022-10-13 11:57:17 +01:00
Christopher Hoskin
3e00b29ef0
Merge pull request #115 from overleaf/csh-git-clone-match
Make `git clone` commands match
2022-10-12 10:52:31 +01:00
Christopher Hoskin
4833293bb9
Merge pull request #116 from overleaf/csh-ls-l
Update directory listing while I'm here
2022-10-12 10:52:13 +01:00
Christopher Hoskin
33c4a67dc2
Update directory listing while I'm here 2022-10-12 09:56:09 +01:00
Christopher Hoskin
66ca53fb44
Make git clone commands match
`git-clone` instruction in main README should match that in the Quick Start.
2022-10-12 09:52:12 +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
ed6812a629
Merge pull request #112 from overleaf/msm-message-upgrade
Improve messaging on upgrade scripts
2022-09-22 12:14:56 +02: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
a486c18378
Merge pull request #111 from overleaf/msm-seed-texlive
Updated config seed to use TexLive 2022
2022-09-22 12:07:44 +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
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
aa084d5dfe
Merge pull request #106 from overleaf/msm-seed-3_2_0
Updated config seed to CE/SP 3.2.0
2022-08-16 11:33:34 +02:00
Miguel Serrano
376ad82866 Updated config seed to CE/SP 3.2.0 2022-08-16 10:07:53 +02:00
Simon Detheridge
10953f729d
Merge pull request #104 from overleaf/data-volumes
Add a documentation section about storing mongo data in volumes
2022-08-09 11:58:21 +01:00
Alf Eaton
07146571d8 Add a section about storing data in volumes 2022-08-04 16:06:48 +01:00
M Fahru
fc9c91445c
Change suggested directory name from overleaf to overleaf-toolkit in the Quick Start Guide
`overleaf` is the default directory name for the https://github.com/overleaf/overleaf repository, it would be better if the documentation suggests a different directory name for toolkit so they won't conflict when the toolkit repositor is cloned in the same parent directory as the overleaf community edition.
2022-07-26 08:45:17 -04:00
Alf Eaton
b5a9c81f07
Merge pull request #100 from overleaf/ae-fix-documentation-links
Fix links in documentation
2022-07-25 09:16:55 +01:00
Alf Eaton
750bcabf09 Link to CONTRIBUTING file in the main overleaf repository 2022-07-24 21:37:19 +01:00
Alf Eaton
ce6267d0e0 Fix links in documentation 2022-07-19 11:40:09 +01:00
John Lees-Miller
30f705db5b
Merge pull request #98 from alex-devg/patch-1
Update quick-start-guide.md (typo)
2022-06-09 09:33:28 +01:00
Alexandre L
fddaeea55d
Update quick-start-guide.md
Typo
2022-06-08 21:13:18 +02:00
Miguel Serrano
82999dd818
Merge pull request #95 from overleaf/msm-config-seed-3_1_0
Update config seed to upcoming 3.1.0
2022-05-17 15:26:21 +02:00
Miguel Serrano
c4f49273b4 Update config seed to upcoming 3.1.0 2022-05-17 12:07:54 +02:00
Jakob Ackermann
664293053a
Merge pull request #89 from overleaf/jpa-hide-texlive-vars
[config-seed] variables: hide texlive image list by default
2022-01-27 11:40:49 +00: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
Miguel Serrano
00257fc8a1
Merge pull request #86 from overleaf/msm-warning-major-update
prompt warning on major version upgrades
2022-01-10 20:21:58 +01:00
Miguel Serrano
be13a095a1 prompt warning on major version upgrades 2021-12-20 16:08:43 +01:00
Christopher Hoskin
af5a859851
Merge pull request #77 from overleaf/csh-listen-ip
Configure NGINX to redirect HTTP, listen on specified IP address
2021-10-13 13:33:35 +01:00
Christopher Hoskin
8b39c8af71 Add new variables to the doctor 2021-10-12 10:12:36 +01:00
Christopher Hoskin
df2c5518de
Backticks
Co-authored-by: Miguel Serrano <mserranom@users.noreply.github.com>
2021-10-07 11:28:32 +01:00
Christopher Hoskin
4c4ca05cef
Backticks
Co-authored-by: Miguel Serrano <mserranom@users.noreply.github.com>
2021-10-07 11:28:23 +01:00
Christopher Hoskin
6ee824a63e
Backticks
Co-authored-by: Miguel Serrano <mserranom@users.noreply.github.com>
2021-10-07 11:28:14 +01:00
Christopher Hoskin
a01f6d07a2 Document LISTEN_IPs etc 2021-10-07 10:10:02 +01:00
Christopher Hoskin
2be24268de Configure nginx to redirect HTTP to HTTPS 2021-10-07 10:04:15 +01:00
Miguel Serrano
7c754add39
Merge pull request #75 from overleaf/msm-update-version-3-0-1
Update config seed to 3.0.1
2021-10-05 17:15:33 +02: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
June Kelly
ac08ba7677
Merge pull request #71 from overleaf/em-upgrade-texlive
Instructions for maintaining older TeX Live versions
2021-08-31 09:05:06 +01:00
Jakob Ackermann
87ca4b6b5f
Merge pull request #70 from overleaf/jpa-drop-quotes
[config-seed] remove spurious quotes from values
2021-08-30 10:21:40 +02:00
Eric Mc Sween
facfbb8286 Instructions for maintaining older TeX Live versions 2021-08-27 12:05:36 -04:00
Jakob Ackermann
4a24aff8c7
[config-seed] remove spurious quotes from values 2021-08-27 10:49:38 +01:00
June Kelly
bea4ab009d Clarify requirements on version number 2021-08-24 15:13:17 +01:00
June Kelly
54fee9636d Merge branch 'patch-1' of https://github.com/avaneesh92/toolkit into avaneesh92-patch-1 2021-08-24 15:09:57 +01:00
Miguel Serrano
6888da8ea3
Merge pull request #68 from overleaf/msm-remove-backup-info
Remove backup info and linked developer documentation
2021-08-19 16:57:24 +02:00
Miguel Serrano
d0eb0c7c91
Remove SP backup info and linked developer documentation 2021-08-19 16:32:20 +02: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