Michael Mayer
Michael Mayer
Since people now seem to be [starting to create forks](https://github.com/photoprism/photoprism/pull/995#issuecomment-1517397788) of our software to [monetize it](https://github.com/photoprism/photoprism/pull/995#issuecomment-1519017608), we will be implementing OpenID Connect support as part of PhotoPrism Plus. The code...
> Just a quick 2 cents from me, the use case I had for OIDC in Photoprism (and Home Assistant) is that I maintain a homelab and rely on Azure...
> With all due respect [...] As mentioned in our [Code of Conduct](https://www.photoprism.app/code-of-conduct), we kindly ask that you do not use GitHub Issues or other development tools to start general...
> It's hard for me to imagine that a company would consider SSO as the primary reason for purchasing a license. If you read carefully, you'll see that my original...
Also, you can encrypt the password with blowfish. That way, you can't just read it. While that is not possible for MariaDB for the obvious reason, you can use an...
Since we are currently busy with a very long list of other tasks, you can either use a `.env` file or provide the password as a hash as a workaround....
Docker Secrets are only available in swarm mode, not stand alone based on what I know. I also wouldn't know how we could improve the security of the mariadb service...
Right, there are more complicated and potentially more secure ways to use Docker Compose. We already provide ways to share examples and tutorials with the community though. At the same...
For users that cannot or don't want to use environment variables, we have recently added these docs which hopefully are enough to get started? Is there anything missing? 👉 https://docs.photoprism.app/getting-started/config-files/
What about contributing a Docker Security Guide for our docs similar to this? https://docs.photoprism.app/getting-started/advanced/volumes/ That could provide a lot of value to the community without reworking all the existing docs...