Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

ALLOWED_SUBNET="0.0.0.0/0" #19

Open
errolsancaktar opened this issue Jul 26, 2020 · 1 comment
Open

ALLOWED_SUBNET="0.0.0.0/0" #19

errolsancaktar opened this issue Jul 26, 2020 · 1 comment

Comments

@errolsancaktar
Copy link

Just a heads up i noticed an interesting issue where pictshare does not like a blank value for allowed_subnet anymore (at least with the docker version. I have added the line i used to solve from my docker-compose.yaml:
- ALLOWED_SUBNET="0.0.0.0/0"

I tried to wrap the block in an if statement in pictshare.sh but it also doesnt like an unassigned variable.

@geek-at
Copy link
Member

geek-at commented Jul 26, 2020

Yes there was a bug in Pictshare that took empty ALLOWED_SUBNET configs for "nobody can view it". Was fixed in the last commit though

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants