Need to have an account to leverage a Anyone with this link can edit this project?? #8

Closed
opened 2024-06-21 01:04:13 +02:00 by Benjamin_Loison · 2 comments

On https://overleaf.lemnoslife.com.

At OC3K /home/benjamin/overleaf-toolkit/.

Admin tab at this URL does not seem to help.

./bin/stop && ./bin/start
matrix-commander -m 'Overleaf instance probably restarted!'

Adding:

OVERLEAF_RESTRICT_INVITES_TO_EXISTING_ACCOUNTS=false
OVERLEAF_ALLOW_PUBLIC_ACCESS=false
OVERLEAF_ALLOW_ANONYMOUS_READ_AND_WRITE_SHARING=false

to config/variables.env does not seem to help, neither for Anyone with this link can view this project.

Should be true instead of false to make it work maybe.

On https://overleaf.lemnoslife.com. At OC3K `/home/benjamin/overleaf-toolkit/`. `Admin` tab at this URL does not seem to help. - [overleaf/wiki/Creating-and-managing-users/2f8071b39ce70c86ab21a95ec1765b9e3d42b72e](https://github.com/overleaf/overleaf/wiki/Creating-and-managing-users/2f8071b39ce70c86ab21a95ec1765b9e3d42b72e) - [overleaf/wiki/Configuring-Overleaf/e7642084a9b6f3fa7ba35f7be0b6053917c062b8](https://github.com/overleaf/overleaf/wiki/Configuring-Overleaf/e7642084a9b6f3fa7ba35f7be0b6053917c062b8) ```bash ./bin/stop && ./bin/start matrix-commander -m 'Overleaf instance probably restarted!' ``` Adding: ``` OVERLEAF_RESTRICT_INVITES_TO_EXISTING_ACCOUNTS=false OVERLEAF_ALLOW_PUBLIC_ACCESS=false OVERLEAF_ALLOW_ANONYMOUS_READ_AND_WRITE_SHARING=false ``` to `config/variables.env` does not seem to help, neither for `Anyone with this link can view this project`. Should be `true` instead of `false` to make it work maybe.
Author
Owner

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_WRITE_SHARING=true

Note that I am unsure that everything is necessary.

*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_WRITE_SHARING=true ``` Note that I am unsure that everything is necessary.
Author
Owner

Related to #20.

Related to #20.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Benjamin_Loison/overleaf#8
No description provided.