Benjamin_Loison commented on issue Benjamin_Loison/overleaf#21 2024-07-22 23:36:23 +02:00
Open-source git integration

Assuming changes happening once at a time on the Git and online, this feature could quite easily be implemented by notably leveraging the full history feature.

The official feature has a…

Benjamin_Loison closed issue Benjamin_Loison/overleaf#25 2024-07-22 23:29:39 +02:00
config/variables.env changes are not taken into account
Benjamin_Loison commented on issue Benjamin_Loison/overleaf#24 2024-07-22 21:11:32 +02:00
Shutting down instance takes a while

So bin/up can be instantly stopped thanks to ctrl + c while it does not seem possible with bin/start or bin/up -d.

Benjamin_Loison opened issue Benjamin_Loison/cryptpad#4 2024-07-22 20:42:49 +02:00
*Serious permanent* alternative
Benjamin_Loison commented on issue Benjamin_Loison/Robust_image_source_identifica...#38 2024-07-22 20:42:18 +02:00
Make my raw notes public

Alternative to Google Docs:

Benjamin_Loison commented on issue Benjamin_Loison/overleaf#20 2024-07-22 19:49:47 +02:00
Host an official instance for a team
bin/docker-compose exec sharelatex /bin/bash -ce "cd /overleaf/services/web && node modules/server-ce-scripts/scripts/create-user --admin --email=admin@overleaf.lemnoslife.com"
Benjamin_Loison commented on issue Benjamin_Loison/overleaf#20 2024-07-22 19:46:55 +02:00
Host an official instance for a team

According to results of Can an email use a subdomain? on DuckDuckGo and Google, it seems that it is possible.

Benjamin_Loison commented on issue Benjamin_Loison/overleaf#25 2024-07-22 18:35:05 +02:00
config/variables.env changes are not taken into account
diff {../backup/overleaf-toolkit,.}/config/variables.env
1c1
< OVERLEAF_APP_NAME="Our Overleaf Instance Test"
---
> OVERLEAF_APP_NAME="Our Overleaf Instance"
11,13d10
<…
Benjamin_Loison commented on issue Benjamin_Loison/overleaf#20 2024-07-22 18:34:04 +02:00
Host an official instance for a team

Should investigate OVERLEAF_{BEHIND_PROXY,SECURE_COOKIE}, see [overleaf/wiki/Configuring-Overleaf/e7642084a9b6f3fa7ba35f7be0b6053917c062b8](https://github.com/overleaf/overleaf/wiki/Configuring-O

Benjamin_Loison commented on issue Benjamin_Loison/overleaf#25 2024-07-22 18:29:58 +02:00
config/variables.env changes are not taken into account

If comment ALL_TEX_LIVE_DOCKER_IMAGES in config/variables.env.

Benjamin_Loison opened issue Benjamin_Loison/overleaf#28 2024-07-22 18:27:38 +02:00
Is it safe to share private project URL?
Benjamin_Loison commented on issue Benjamin_Loison/overleaf#25 2024-07-22 17:48:32 +02:00
config/variables.env changes are not taken into account

Could search with DuckDuckGo and Google "Docker" "MongoNetworkError: connect ECONNREFUSED 127.0.0.1:27017".

Benjamin_Loison commented on issue Benjamin_Loison/overleaf#25 2024-07-22 17:38:45 +02:00
config/variables.env changes are not taken into account
docker container ls
CONTAINER ID   IMAGE       COMMAND                  CREATED              STATUS                          PORTS     NAMES
8c96d3bd2526   mongo:4.4  …
Benjamin_Loison closed issue Benjamin_Loison/overleaf#8 2024-07-22 17:32:21 +02:00
Need to have an account to leverage a Anyone with this link can edit this project??
Benjamin_Loison commented on issue Benjamin_Loison/overleaf#8 2024-07-22 17:32:04 +02:00
Need to have an account to leverage a Anyone with this link can edit this project??

Share Project works without account with config/variables.env:

OVERLEAF_RESTRICT_INVITES_TO_EXISTING_ACCOUNTS=false
OVERLEAF_ALLOW_PUBLIC_ACCESS=true
OVERLEAF_ALLOW_ANONYMOUS_READ_AND…
Benjamin_Loison commented on issue Benjamin_Loison/overleaf#24 2024-07-22 17:30:57 +02:00
Shutting down instance takes a while

Maybe there is not this delay if there is nobody using the instance.