You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: