feat: toggle push to create #40
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "push-to-create"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Missing the
compose.*yml
threading of env vars?Are they needed? I just deployed correctly without them, since they're only used on the app.ini template
I'm pretty sure you can deploy without them but then if you run
env | grep GITEA_ENABLE_PUSH_CREATE_USER
inside the container, it won't be exposed in the environment? Theapp_ini
is in the config of the service.yeah i think that'd happened, but it's not required since gitea is already ignoring env vars prefixed GITEA_. i can add them if it's least surprise for operators
i'm waiting for approval on this pr before releasing :D
Ahhh I get it with the env var / template stuff, thanks!