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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
On https://overleaf.lemnoslife.com.
At OC3K
/home/benjamin/overleaf-toolkit/.Admintab at this URL does not seem to help.Adding:
to
config/variables.envdoes not seem to help, neither forAnyone with this link can view this project.Should be
trueinstead offalseto make it work maybe.Share Project works without account with
config/variables.env:Note that I am unsure that everything is necessary.
Related to #20.