1
0
Fork 0

forgejo: Adjust local config
All checks were successful
Build / build-arm64-linux (push) Successful in 8m3s
Build / build-amd64-linux (push) Successful in 11m45s

This commit is contained in:
Daniel Kempkens 2023-10-02 19:25:16 +02:00
parent 297cb15fba
commit ba8d938f86
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@
includes = [
# Private
{
condition = "hasconfig:remote.*.url:gitea@git.kempkens.io:*/**";
condition = "hasconfig:remote.*.url:forgejo@git.kempkens.io:*/**";
contents = {
user = {
signingKey = "~/.ssh/GitHub.pub";

View file

@ -18,7 +18,7 @@
"git.kempkens.io" = {
port = 22;
user = "gitea";
user = "forgejo";
identityFile = "~/.ssh/GitHub.pub";
identitiesOnly = true;
compression = true;