feature/ai-review #7
@@ -819,6 +819,8 @@ postgresql:
|
||||
|
||||
**Email Notifications**: Enabled (`ENABLE_NOTIFY_MAIL: true`). SMTP credentials injected via `gitea-smtp-secret` using `additionalConfigFromEnvs` with `GITEA__mailer__USER` / `GITEA__mailer__PASSWD` environment variables.
|
||||
|
||||
**Auto-Watch**: Disabled (`AUTO_WATCH_ON_CHANGES: false`, `AUTO_WATCH_NEW_REPOS: false`). Prevents contributors from being auto-subscribed to repo notifications on push, reducing email noise from CI bots (e.g., ai-review PR comments). Users who were already watching before this change need to manually unwatch or switch to "Only participating".
|
||||
|
|
||||
|
||||
|
gitea_admin
commented
Remove this empty line with redundant comment. #ai-review-inline Remove this empty line with redundant comment.
#ai-review-inline
|
||||
**Endpoints**:
|
||||
- Web UI: `https://git.forteapps.net`
|
||||
- SSH: port 22 (ClusterIP)
|
||||
|
||||
@@ -29,7 +29,10 @@ gitea:
|
||||
ALLOW_ONLY_EXTERNAL_REGISTRATION: true
|
||||
ENABLE_BASIC_AUTHENTICATION: true
|
||||
ENABLE_PASSWORD_SIGNIN_FORM: false
|
||||
ENABLE_NOTIFY_MAIL: true
|
||||
AUTO_WATCH_ON_CHANGES: false
|
||||
|
gitea_admin
commented
Consider removing inline comments from YAML values as they may cause parsing issues in some environments. #ai-review-inline Consider removing inline comments from YAML values as they may cause parsing issues in some environments.
```suggestion
AUTO_WATCH_ON_CHANGES: false
```
#ai-review-inline
|
||||
AUTO_WATCH_NEW_REPOS: false
|
||||
|
gitea_admin
commented
Consider removing inline comments from YAML values as they may cause parsing issues in some environments. #ai-review-inline Consider removing inline comments from YAML values as they may cause parsing issues in some environments.
```suggestion
AUTO_WATCH_NEW_REPOS: false
```
#ai-review-inline
|
||||
ENABLE_NOTIFY_MAIL: false
|
||||
|
gitea_admin
commented
Consider removing inline comments from YAML values as they may cause parsing issues in some environments. #ai-review-inline Consider removing inline comments from YAML values as they may cause parsing issues in some environments.
```suggestion
ENABLE_NOTIFY_MAIL: false
```
#ai-review-inline
|
||||
ENABLE_TIMETRACKING: false
|
||||
|
gitea_admin
commented
Consider removing inline comments from YAML values as they may cause parsing issues in some environments. #ai-review-inline Consider removing inline comments from YAML values as they may cause parsing issues in some environments.
```suggestion
ENABLE_TIMETRACKING: false
```
#ai-review-inline
|
||||
|
||||
openid:
|
||||
ENABLE_OPENID_SIGNIN: false
|
||||
|
||||
Reference in New Issue
Block a user
Line is too long and contains redundant information; consider breaking into multiple lines and removing the duplicate '# added' comment.
#ai-review-inline