updates
Some checks failed
Build Quartz Notes / build (push) Failing after 2m40s

This commit is contained in:
2026-06-04 14:47:44 +01:00
parent 58909ef3f1
commit 5d3ed14275
97 changed files with 3890 additions and 2266 deletions

24
Technical/Server/Gitea.md Executable file
View File

@@ -0,0 +1,24 @@
---
note type:
- server
- note
date: 2026-06-03
done: true
---
In order to connect to the gitea server and run git commands, you will need to do the following:
Run `cat ~/.ssh/id_ed25519.pub`
Copy that key and add it to the ssh keys in gitea
`ssh-keygen -t ed25519 -C "windows-gitea"`
`ssh -T -p 222 git@192.168.0.241`
Check the remote url of the git project.
`git remote -v`
Change it to:
`git remote set-url origin git@`