BoostCookie
BoostCookie
Fixes https://github.com/finish06/pyunifi/issues/61 and more. For create_backup the suggested solution from https://github.com/finish06/pyunifi/issues/61 was taken. get_backup still failed, because `if response != 200:` was used instead of `if response.status_code != 200:`. The...
Solves https://github.com/DrVanScott/git-clone-init/issues/7.
It would be much nicer to not clutter the home directory with dotfiles.
If I insert my camera's IPv4 address then it works, but if I insert its IPv6 address then it does not work.
Adding two password managers to the list: pago and seniorpw. Full disclosure: seniorpw is my own project.
Fixes https://github.com/zulip/docker-zulip/issues/544 This commit also passes environment values directly (instead of as string) to the settings.py if the value starts with { and ends with }. Trailing whitespace is also...
SETTING_SOCIAL_AUTH_SAML_TECHNICAL_CONTACT and SETTING_SOCIAL_AUTH_SAML_SUPPORT_CONTACT are not treated as arrays in the entrypoint.sh