From 6bbbc2a7f88fcd2b852067eb50ae70a503b9a322 Mon Sep 17 00:00:00 2001 From: j37hr0 Date: Mon, 4 May 2026 19:06:00 +1200 Subject: [PATCH] Disable user reg --- apps/forgejo/deployment.yaml | 2 + gitleaks-report.json | 82 ++++++++++++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 gitleaks-report.json diff --git a/apps/forgejo/deployment.yaml b/apps/forgejo/deployment.yaml index 8d97763..8e39fca 100644 --- a/apps/forgejo/deployment.yaml +++ b/apps/forgejo/deployment.yaml @@ -32,6 +32,8 @@ spec: value: "1000" - name: FORGEJO__database__DB_TYPE value: "sqlite3" + - name: FORGEJO__service__DISABLE_REGISTRATION + value: "true" - name: FORGEJO__server__START_SSH_SERVER value: "true" - name: FORGEJO__server__SSH_DOMAIN diff --git a/gitleaks-report.json b/gitleaks-report.json new file mode 100644 index 0000000..6dd1436 --- /dev/null +++ b/gitleaks-report.json @@ -0,0 +1,82 @@ +[ + { + "Description": "Generic API Key", + "StartLine": 17, + "EndLine": 18, + "StartColumn": 10, + "EndColumn": 1, + "Match": "SecretId: REDACTED", + "Secret": "REDACTED", + "File": "infrastructure/velero/contabosecret.yaml", + "SymlinkFile": "", + "Commit": "0e30028db029093d82c3b1171527cf274d24b3a8", + "Entropy": 3.540174, + "Author": "Jethro", + "Email": "jethro.cotton3@gmail.com", + "Date": "2026-03-19T09:32:10Z", + "Message": "messing around with testing contabo storage and getting bws secrets", + "Tags": [], + "RuleID": "generic-api-key", + "Fingerprint": "0e30028db029093d82c3b1171527cf274d24b3a8:infrastructure/velero/contabosecret.yaml:generic-api-key:17" + }, + { + "Description": "Generic API Key", + "StartLine": 19, + "EndLine": 20, + "StartColumn": 10, + "EndColumn": 1, + "Match": "SecretId: REDACTED", + "Secret": "REDACTED", + "File": "infrastructure/velero/contabosecret.yaml", + "SymlinkFile": "", + "Commit": "0e30028db029093d82c3b1171527cf274d24b3a8", + "Entropy": 3.6971598, + "Author": "Jethro", + "Email": "jethro.cotton3@gmail.com", + "Date": "2026-03-19T09:32:10Z", + "Message": "messing around with testing contabo storage and getting bws secrets", + "Tags": [], + "RuleID": "generic-api-key", + "Fingerprint": "0e30028db029093d82c3b1171527cf274d24b3a8:infrastructure/velero/contabosecret.yaml:generic-api-key:19" + }, + { + "Description": "Generic API Key", + "StartLine": 21, + "EndLine": 22, + "StartColumn": 10, + "EndColumn": 1, + "Match": "SecretId: REDACTED", + "Secret": "REDACTED", + "File": "infrastructure/velero/contabosecret.yaml", + "SymlinkFile": "", + "Commit": "0e30028db029093d82c3b1171527cf274d24b3a8", + "Entropy": 3.6342525, + "Author": "Jethro", + "Email": "jethro.cotton3@gmail.com", + "Date": "2026-03-19T09:32:10Z", + "Message": "messing around with testing contabo storage and getting bws secrets", + "Tags": [], + "RuleID": "generic-api-key", + "Fingerprint": "0e30028db029093d82c3b1171527cf274d24b3a8:infrastructure/velero/contabosecret.yaml:generic-api-key:21" + }, + { + "Description": "Generic API Key", + "StartLine": 23, + "EndLine": 23, + "StartColumn": 10, + "EndColumn": 0, + "Match": "SecretId: REDACTED", + "Secret": "REDACTED", + "File": "infrastructure/velero/contabosecret.yaml", + "SymlinkFile": "", + "Commit": "0e30028db029093d82c3b1171527cf274d24b3a8", + "Entropy": 3.68426, + "Author": "Jethro", + "Email": "jethro.cotton3@gmail.com", + "Date": "2026-03-19T09:32:10Z", + "Message": "messing around with testing contabo storage and getting bws secrets", + "Tags": [], + "RuleID": "generic-api-key", + "Fingerprint": "0e30028db029093d82c3b1171527cf274d24b3a8:infrastructure/velero/contabosecret.yaml:generic-api-key:23" + } +]