I've added some more variables for deploying Gitea, let me know if that's cool with you, I've not made changes on a while so if I've missed something, apologies!
Adding the following variables:
GITEA_SHOW_USER_EMAIL
GITEA_DISABLE_REGULAR_ORG_CREATION
GITEA_DEFAULT_KEEP_EMAIL_PRIVATE
GITEA_DEFAULT_ALLOW_CREATE_ORGANIZATION
GITEA_ENABLE_USER_HEATMAP
GITEA_DEFAULT_USER_VISIBILITY
GITEA_ALLOWED_USER_VISIBILITY_MODES
GITEA_DEFAULT_ORG_VISIBILITY
GITEA_REQUIRE_SIGNIN_VIEW
👋
Hey folks,
I've added some more variables for deploying Gitea, let me know if that's cool with you, I've not made changes on a while so if I've missed something, apologies!
Adding the following variables:
- GITEA_SHOW_USER_EMAIL
- GITEA_DISABLE_REGULAR_ORG_CREATION
- GITEA_DEFAULT_KEEP_EMAIL_PRIVATE
- GITEA_DEFAULT_ALLOW_CREATE_ORGANIZATION
- GITEA_ENABLE_USER_HEATMAP
- GITEA_DEFAULT_USER_VISIBILITY
- GITEA_ALLOWED_USER_VISIBILITY_MODES
- GITEA_DEFAULT_ORG_VISIBILITY
- GITEA_REQUIRE_SIGNIN_VIEW
👋
LGTM! Altho i thought we also need to add them to https://git.coopcloud.tech/coop-cloud/gitea/src/branch/master/app.ini.tmpl? Or are they automatically picked up from the env?
Once that's done I think this is good to go @javielico – the new settings won't break anyone's existing instances, and we can always change make further tweaks to defaults later if/when we make a decision on coop-cloud/organising#359
Yeah good question @decentral1se, the docs seem to say there are only a few env vars supported, so I would say yes these new ones probably need to be added to `app.ini.tmpl` https://docs.gitea.com/next/administration/environment-variables
Once that's done I think this is good to go @javielico – the new settings won't break anyone's existing instances, and we can always change make further tweaks to defaults later if/when we make a decision on coop-cloud/organising#359
Removed the line for ACCESS LOG as detailed on release note: Deprecated config option `[log]` `ENABLE_ACCESS_LOG` present. Use `[log]` `logger.access.MODE` instead. This fallback will be/has been removed in 1.21 (and 4 more)
Removed the line for ACCESS LOG as detailed on release note:
```Deprecated config option `[log]` `ENABLE_ACCESS_LOG` present. Use `[log]` `logger.access.MODE` instead. This fallback will be/has been removed in 1.21 (and 4 more)```
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.
Hey folks,
I've added some more variables for deploying Gitea, let me know if that's cool with you, I've not made changes on a while so if I've missed something, apologies!
Adding the following variables:
👋
Any input from anyone on this topic or happy to remove the WIP and merge?
LGTM! Altho i thought we also need to add them to https://git.coopcloud.tech/coop-cloud/gitea/src/branch/master/app.ini.tmpl? Or are they automatically picked up from the env?
Yeah good question @decentral1se, the docs seem to say there are only a few env vars supported, so I would say yes these new ones probably need to be added to
app.ini.tmplhttps://docs.gitea.com/next/administration/environment-variablesOnce that's done I think this is good to go @javielico – the new settings won't break anyone's existing instances, and we can always change make further tweaks to defaults later if/when we make a decision on coop-cloud/organising#359
Hi @3wordchant, that's all done now, let me know if I've missed anything!
CC @decentral1se
Removed the line for ACCESS LOG as detailed on release note:
Deprecated config option `[log]` `ENABLE_ACCESS_LOG` present. Use `[log]` `logger.access.MODE` instead. This fallback will be/has been removed in 1.21 (and 4 more)🎉