diff --git a/gitea.md b/gitea.md index edc8119..ec931cf 100644 --- a/gitea.md +++ b/gitea.md @@ -27,6 +27,9 @@ Gitea is a GitHub/GitLab clone written in Go. - Owner: Either yourself or an organization you are a member of - Repository Name: something short with US alphabet, numbers, and dashes or underscores. *Avoid accented and letters outside of the 26 a-z* - Visibility: check this box to keep it private. In general, make things private unless you are really sure you want search engines, AI LLM scrapers, and random people to look at it. + - Description: Explain what this is about so that people know quickly if it relates to what they need. This is also the most easily searched. - Issue Labels: Default (unless you are working on a project with a complicated management/approval process) - License: Skip this if private. If not, read the quick overview on licenses at https://choosealicense.com/ - + - README: The default is a nice place to start. If you haven't already setup a git workspace/repository on your computer, I recommend checking "Initialize Repository (Adds .gitignore, License, and README)" so that the repository starts with some useful files. + - Default Branch: This choice is a bit political in places as explained in a [2020 article at the software freedom conservancy](https://sfconservancy.org/news/2020/jun/23/gitbranchname/). The default of "main" is less offensive to certain groups. "master" was the classical name for many years. + -Once you are happy, click "Create Repository" diff --git a/ssh/Graphics/gitea-ssh-nokeys.png b/ssh/Graphics/gitea-ssh-nokeys.png new file mode 100644 index 0000000..f63d06a Binary files /dev/null and b/ssh/Graphics/gitea-ssh-nokeys.png differ diff --git a/ssh/Graphics/gitea-ssh-pubkey-paste.png b/ssh/Graphics/gitea-ssh-pubkey-paste.png new file mode 100644 index 0000000..d6a679a Binary files /dev/null and b/ssh/Graphics/gitea-ssh-pubkey-paste.png differ diff --git a/ssh/gitea-ssh-setup.html b/ssh/gitea-ssh-setup.html new file mode 100644 index 0000000..3499e2c --- /dev/null +++ b/ssh/gitea-ssh-setup.html @@ -0,0 +1,36 @@ + + + + + +
+This guide assumes you have registered and verified your account with an @RU.IS email address. If you have not setup your account yet, you must do that first. +The gitea server at RU is on port 2222. It does not respond on the usual port 22
+ +
~/.ssh/id_ed25519.pub into the text box and click "Add Key". On windows you can view it in Notepad to cut and paste it.
+ 
If you have ssh setup properly with gitea, you should be able to test it this way:
+