HaschekSolutions/PictShare-Docker

ALLOWED_SUBNET="0.0.0.0/0"

errolsancaktar opened this issue · 1 comments

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.

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