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
I am currently writing out deployment code (Bicep) to push out a multi-tier Gitea install in Azure using a container instance for the webserver and a postgres flexi server for the database.
I've defined my environment variables, and after running my deployment everything works as expected other than the SSL_MODE variable, which does not apply (it stays as disabled).
Description
I am currently writing out deployment code (Bicep) to push out a multi-tier Gitea install in Azure using a container instance for the webserver and a postgres flexi server for the database.
I've defined my environment variables, and after running my deployment everything works as expected other than the SSL_MODE variable, which does not apply (it stays as disabled).
Reproduction Steps:
Define Environment Variable in Bicep Code:
Referencing the cheat sheet here to pull the config value: https://docs.gitea.com/next/administration/config-cheat-sheet#database-database.
Check deployment to validate container deployed with variable successfully:
Navigate to web UI - SSL mode is not set to require:
Gitea Version
1.20.0+rc0
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
See descriptions.
Git Version
No response
Operating System
Linux
How are you running Gitea?
Pulling directly from dockerhub, gitea/gitea:latest.
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: