WIP: feat: forgejo-guardian local chart #242

Closed
Ghostinvisible-forgejo-org wants to merge 1 commit from refs/pull/241/head2a6176252f4b6e9645ac94a37592c0b40b48fd0d into main
First-time contributor
Refs: https://code.forgejo.org/infrastructure/k8s-cluster/issues/240 - closes #240
feat: forgejo-guardian local chart
Some checks failed
build / lint (pull_request) Has been cancelled
/ test (pull_request) Has been cancelled
build / lint (push) Has been cancelled
2a6176252f
Refs: https://code.forgejo.org/infrastructure/k8s-cluster/issues/240
Author
First-time contributor

Blocked by https://codeberg.org/forgejo/forgejo/issues/6641

$ docker run --rm --name guardian -e FORGEJO_TOKEN=$FORGEJO_V10_GUARDIAN_TOKEN -v $PWD/forgejo-guardian.toml:/app/forgejo-guardian.toml:ro git.4rs.nl/awiteb/forgejo-guardian:0.4.1 | tee /tmp/log
2025-01-25T18:43:36.631787Z  INFO forgejo_guardian::utils: Config path: /app/forgejo-guardian.toml
2025-01-25T18:43:36.632001Z  INFO forgejo_guardian: Forgejo instance: https://v10.next.forgejo.org/
2025-01-25T18:43:36.632009Z  INFO forgejo_guardian: Dry run: true
2025-01-25T18:43:36.632013Z  INFO forgejo_guardian: Inactive users checker enabled: true
2025-01-25T18:43:36.632017Z  INFO forgejo_guardian: Telegram enabled: false
2025-01-25T18:43:36.632021Z  INFO forgejo_guardian: Ban expressions enabled: false
2025-01-25T18:43:36.632025Z  INFO forgejo_guardian: Sus expressions enabled: false
2025-01-25T18:43:36.632029Z  INFO forgejo_guardian: Consider inactive after: 30 days config="inactive"
2025-01-25T18:43:36.632040Z  INFO forgejo_guardian: requests limit: 10 config="inactive"
2025-01-25T18:43:36.632045Z  INFO forgejo_guardian: Interval when hitting the limit: 2 seconds config="inactive"
2025-01-25T18:43:36.632050Z  INFO forgejo_guardian: Interval between each check: 604800 seconds config="inactive"
2025-01-25T18:43:36.632105Z  INFO forgejo_guardian::inactive_users: Starting inactive users checker
2025-01-25T18:43:37.243724Z  INFO forgejo_guardian::inactive_users: Admin `@root` with source_id `0` is excluded from the inactive check.
2025-01-25T18:43:38.111291Z  INFO forgejo_guardian::inactive_users: Admin `@April` with source_id `0` is excluded from the inactive check.
2025-01-25T18:43:44.357543Z  INFO forgejo_guardian::inactive_users: User `@marcellmars` is inactive.
2025-01-25T18:43:44.663683Z  INFO forgejo_guardian::inactive_users: User `@marcell` is inactive.
2025-01-25T18:43:47.020190Z  INFO forgejo_guardian::inactive_users: User `@earl02` is inactive.
2025-01-25T18:43:47.429472Z  INFO forgejo_guardian::inactive_users: User `@earl05` is inactive.
2025-01-25T18:43:47.668505Z  INFO forgejo_guardian::inactive_users: User `@earl01` is inactive.
2025-01-25T18:43:49.067752Z  INFO forgejo_guardian::inactive_users: User `@l_austenfeld` is inactive.
2025-01-25T18:43:49.374555Z  INFO forgejo_guardian::inactive_users: User `@hankskyjames777` is inactive.
2025-01-25T18:43:55.212152Z  INFO forgejo_guardian::inactive_users: User `@foxusiai` is inactive.
2025-01-25T18:43:57.504872Z  INFO forgejo_guardian::inactive_users: User `@f403` is inactive.
2025-01-25T18:43:57.875504Z  INFO forgejo_guardian::inactive_users: User `@test12345` is inactive.
2025-01-25T18:43:58.183237Z  INFO forgejo_guardian::inactive_users: User `@minecraftchest1` is inactive.
2025-01-25T18:43:59.908091Z  INFO forgejo_guardian::inactive_users: User `@GamePlayer-8` is inactive.
2025-01-25T18:44:02.788830Z  INFO forgejo_guardian::inactive_users: User `@earl10` is inactive.
2025-01-25T18:44:03.199284Z  INFO forgejo_guardian::inactive_users: User `@georgiaquaife` is inactive.
2025-01-25T18:44:04.018558Z  INFO forgejo_guardian::inactive_users: User `@test` is inactive.
2025-01-25T18:44:04.735346Z  INFO forgejo_guardian::inactive_users: User `@squel` is inactive.
2025-01-25T18:44:05.452073Z  INFO forgejo_guardian::inactive_users: User `@Silejonu` is inactive.
2025-01-25T18:44:05.759307Z  INFO forgejo_guardian::inactive_users: User `@denniss195817` is inactive.
2025-01-25T18:44:08.055822Z  INFO forgejo_guardian::inactive_users: User `@test-hidden-user` is inactive.
2025-01-25T18:44:08.729012Z  INFO forgejo_guardian::inactive_users: User `@test-forgejo` is inactive.
2025-01-25T18:44:09.650646Z  INFO forgejo_guardian::inactive_users: User `@cnbvcb` is inactive.
2025-01-25T18:44:18.969118Z  INFO forgejo_guardian::inactive_users: User `@john.moon` is inactive.
2025-01-25T18:44:19.378620Z  INFO forgejo_guardian::inactive_users: User `@john.moon2` is inactive.
2025-01-25T18:44:20.388298Z  INFO forgejo_guardian::inactive_users: User `@swaits` is inactive.
2025-01-25T18:44:20.709739Z  INFO forgejo_guardian::inactive_users: User `@robotvacuummopsusa2673` is inactive.
2025-01-25T18:44:21.017852Z  INFO forgejo_guardian::inactive_users: User `@rochellemenken` is inactive.
2025-01-25T18:44:23.678997Z  INFO forgejo_guardian::inactive_users: User `@ox80q4op` is inactive.
2025-01-25T18:44:25.010158Z  INFO forgejo_guardian::inactive_users: User `@tst654321` is inactive.
2025-01-25T18:44:25.318935Z  INFO forgejo_guardian::inactive_users: User `@benniekiss` is inactive.
2025-01-25T18:44:30.847602Z  INFO forgejo_guardian::inactive_users: No more inactive users to check.

However https://v10.next.forgejo.org/hankskyjames777 created an organization https://v10.next.forgejo.org/Natalie25Hankie and should not be considered an inactive user.

Blocked by https://codeberg.org/forgejo/forgejo/issues/6641 ``` $ docker run --rm --name guardian -e FORGEJO_TOKEN=$FORGEJO_V10_GUARDIAN_TOKEN -v $PWD/forgejo-guardian.toml:/app/forgejo-guardian.toml:ro git.4rs.nl/awiteb/forgejo-guardian:0.4.1 | tee /tmp/log 2025-01-25T18:43:36.631787Z INFO forgejo_guardian::utils: Config path: /app/forgejo-guardian.toml 2025-01-25T18:43:36.632001Z INFO forgejo_guardian: Forgejo instance: https://v10.next.forgejo.org/ 2025-01-25T18:43:36.632009Z INFO forgejo_guardian: Dry run: true 2025-01-25T18:43:36.632013Z INFO forgejo_guardian: Inactive users checker enabled: true 2025-01-25T18:43:36.632017Z INFO forgejo_guardian: Telegram enabled: false 2025-01-25T18:43:36.632021Z INFO forgejo_guardian: Ban expressions enabled: false 2025-01-25T18:43:36.632025Z INFO forgejo_guardian: Sus expressions enabled: false 2025-01-25T18:43:36.632029Z INFO forgejo_guardian: Consider inactive after: 30 days config="inactive" 2025-01-25T18:43:36.632040Z INFO forgejo_guardian: requests limit: 10 config="inactive" 2025-01-25T18:43:36.632045Z INFO forgejo_guardian: Interval when hitting the limit: 2 seconds config="inactive" 2025-01-25T18:43:36.632050Z INFO forgejo_guardian: Interval between each check: 604800 seconds config="inactive" 2025-01-25T18:43:36.632105Z INFO forgejo_guardian::inactive_users: Starting inactive users checker 2025-01-25T18:43:37.243724Z INFO forgejo_guardian::inactive_users: Admin `@root` with source_id `0` is excluded from the inactive check. 2025-01-25T18:43:38.111291Z INFO forgejo_guardian::inactive_users: Admin `@April` with source_id `0` is excluded from the inactive check. 2025-01-25T18:43:44.357543Z INFO forgejo_guardian::inactive_users: User `@marcellmars` is inactive. 2025-01-25T18:43:44.663683Z INFO forgejo_guardian::inactive_users: User `@marcell` is inactive. 2025-01-25T18:43:47.020190Z INFO forgejo_guardian::inactive_users: User `@earl02` is inactive. 2025-01-25T18:43:47.429472Z INFO forgejo_guardian::inactive_users: User `@earl05` is inactive. 2025-01-25T18:43:47.668505Z INFO forgejo_guardian::inactive_users: User `@earl01` is inactive. 2025-01-25T18:43:49.067752Z INFO forgejo_guardian::inactive_users: User `@l_austenfeld` is inactive. 2025-01-25T18:43:49.374555Z INFO forgejo_guardian::inactive_users: User `@hankskyjames777` is inactive. 2025-01-25T18:43:55.212152Z INFO forgejo_guardian::inactive_users: User `@foxusiai` is inactive. 2025-01-25T18:43:57.504872Z INFO forgejo_guardian::inactive_users: User `@f403` is inactive. 2025-01-25T18:43:57.875504Z INFO forgejo_guardian::inactive_users: User `@test12345` is inactive. 2025-01-25T18:43:58.183237Z INFO forgejo_guardian::inactive_users: User `@minecraftchest1` is inactive. 2025-01-25T18:43:59.908091Z INFO forgejo_guardian::inactive_users: User `@GamePlayer-8` is inactive. 2025-01-25T18:44:02.788830Z INFO forgejo_guardian::inactive_users: User `@earl10` is inactive. 2025-01-25T18:44:03.199284Z INFO forgejo_guardian::inactive_users: User `@georgiaquaife` is inactive. 2025-01-25T18:44:04.018558Z INFO forgejo_guardian::inactive_users: User `@test` is inactive. 2025-01-25T18:44:04.735346Z INFO forgejo_guardian::inactive_users: User `@squel` is inactive. 2025-01-25T18:44:05.452073Z INFO forgejo_guardian::inactive_users: User `@Silejonu` is inactive. 2025-01-25T18:44:05.759307Z INFO forgejo_guardian::inactive_users: User `@denniss195817` is inactive. 2025-01-25T18:44:08.055822Z INFO forgejo_guardian::inactive_users: User `@test-hidden-user` is inactive. 2025-01-25T18:44:08.729012Z INFO forgejo_guardian::inactive_users: User `@test-forgejo` is inactive. 2025-01-25T18:44:09.650646Z INFO forgejo_guardian::inactive_users: User `@cnbvcb` is inactive. 2025-01-25T18:44:18.969118Z INFO forgejo_guardian::inactive_users: User `@john.moon` is inactive. 2025-01-25T18:44:19.378620Z INFO forgejo_guardian::inactive_users: User `@john.moon2` is inactive. 2025-01-25T18:44:20.388298Z INFO forgejo_guardian::inactive_users: User `@swaits` is inactive. 2025-01-25T18:44:20.709739Z INFO forgejo_guardian::inactive_users: User `@robotvacuummopsusa2673` is inactive. 2025-01-25T18:44:21.017852Z INFO forgejo_guardian::inactive_users: User `@rochellemenken` is inactive. 2025-01-25T18:44:23.678997Z INFO forgejo_guardian::inactive_users: User `@ox80q4op` is inactive. 2025-01-25T18:44:25.010158Z INFO forgejo_guardian::inactive_users: User `@tst654321` is inactive. 2025-01-25T18:44:25.318935Z INFO forgejo_guardian::inactive_users: User `@benniekiss` is inactive. 2025-01-25T18:44:30.847602Z INFO forgejo_guardian::inactive_users: No more inactive users to check. ``` However https://v10.next.forgejo.org/hankskyjames777 created an organization https://v10.next.forgejo.org/Natalie25Hankie and should not be considered an inactive user.
First-time contributor

@earl-warren i think we need to close this as it's broken

@earl-warren i think we need to close this as it's broken
First-time contributor
https://git.4rs.nl/awiteb/forgejo-guardian.git/ is deprecated.
Some checks failed
build / lint (pull_request) Has been cancelled
/ test (pull_request) Has been cancelled
build / lint (push) Has been cancelled

Pull request closed

Sign in to join this conversation.
No description provided.