Add oauth2_client options to app.ini.tmpl #28

Open
two-first-names wants to merge 0 commits from two-first-names/gitea:feature/gitea-oauth2-client into master
First-time contributor
No description provided.
two-first-names added 1 commit 2022-09-19 15:55:44 +00:00
continuous-integration/drone/pr Build is failing Details
9c591965d2
Add oauth2_client options to app.ini.tmpl
decentral1se requested changes 2022-09-19 16:11:18 +00:00
decentral1se left a comment
Owner

Nice! You'll need to follow up with a few changes:

Nice! You'll need to follow up with a few changes: - bumping the `app.ini.tmpl` version in https://git.coopcloud.tech/coop-cloud/gitea/src/branch/master/abra.sh so that the config is upgraded when existing deployments roll out this new version (swarm configs are immutable) - adding the new env vars to https://git.coopcloud.tech/coop-cloud/gitea/src/branch/master/.env.sample so that folks know they can be config'd. if they're more optional, leave them commented out (don't forget to add `GITEA_OAUTH2_CLIENT_ENABLED` also) - thread the env vars through the `environment: ...` stanza so they are actually passed to the app itself in https://git.coopcloud.tech/coop-cloud/gitea/src/commit/b757b806e46308b90c3b1381b8fe19e02131de95/compose.yml#L18-L34 (don't forget to add `GITEA_OAUTH2_CLIENT_ENABLED` also)
Owner

heya @two-first-names, coming back to this - any updates?

heya @two-first-names, coming back to this - any updates?
Some checks failed
continuous-integration/drone/pr Build is failing
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b two-first-names-feature/gitea-oauth2-client master
git pull feature/gitea-oauth2-client

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff two-first-names-feature/gitea-oauth2-client
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/gitea#28
No description provided.