This will break new deploys if they don't update their .env. We can either figure out a way to make backwards compatible (toolshed/organising#359) or add a warning in the release notes? I guess that would be a breaking change tho 🤔
This will break new deploys if they don't update their `.env`. We can either figure out a way to make backwards compatible (https://git.coopcloud.tech/toolshed/organising/issues/359) or add a warning in the release notes? I guess that would be a breaking change tho 🤔
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
@@ -72,3 +72,3 @@ENABLED = trueFROM = {{ env "GITEA_MAILER_FROM" }}PROTOCOL = smtpsPROTOCOL = {{ env "GITEA_MAILER_PROTOCOL" }}This will break new deploys if they don't update their
.env. We can either figure out a way to make backwards compatible (toolshed/organising#359) or add a warning in the release notes? I guess that would be a breaking change tho 🤔💫
@@ -8,6 +8,7 @@ services:- GITEA_MAILER_ADDR- GITEA_MAILER_PORT- GITEA_MAILER_USER- GITEA_MAILER_PROTOCOL@decentral1se what about changing this to:
Nice!