Updated: Wednesday, August 30,2023-08-30 11:17:33

main
shwetha729 2023-08-30 11:17:43 -04:00
parent f79f6ca794
commit 68f7273215
3 changed files with 17 additions and 24 deletions

View File

@ -1,5 +1,9 @@
{
"recentFiles": [
{
"basename": "About terminal",
"path": "Coding Tips (Classical)/Terminal Tips/About terminal.md"
},
{
"basename": "Gitea",
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitea.md"
@ -64,10 +68,6 @@
"basename": "HTML & CSS",
"path": "Coding Tips (Classical)/Terminal Tips/Languages/HTML & CSS.md"
},
{
"basename": "About terminal",
"path": "Coding Tips (Classical)/Terminal Tips/About terminal.md"
},
{
"basename": "Quantum Formalism",
"path": "Machine Tips (Quantum)/Math/Quantum Formalism.md"

View File

@ -13,7 +13,7 @@
"state": {
"type": "markdown",
"state": {
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitea.md",
"file": "Coding Tips (Classical)/Terminal Tips/About terminal.md",
"mode": "source",
"backlinks": false,
"source": false
@ -82,7 +82,7 @@
"state": {
"type": "outline",
"state": {
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitea.md"
"file": "Coding Tips (Classical)/Terminal Tips/About terminal.md"
}
}
},
@ -92,7 +92,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitea.md",
"file": "Coding Tips (Classical)/Terminal Tips/About terminal.md",
"linksCollapsed": false,
"unlinkedCollapsed": false
}
@ -119,6 +119,7 @@
},
"active": "4cd31ad1540013ba",
"lastOpenFiles": [
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitea.md",
"Machine Tips (Quantum)/Resources/Welcome to Quantum 101.md",
"Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/A-Z Applications.md",
"Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Companies & Events/DWave/About D-Wave.md",
@ -146,7 +147,6 @@
"Coding Tips (Classical)/Project Vault/hi.mainsite/Resume-ish - my occupations.md",
"Machine Tips (Quantum)/Project Vault/Papers/Shwetha Jayaraj CV.pdf",
"Coding Tips (Classical)/Terminal Tips/Languages/Fortran.md",
"Coding Tips (Classical)/Project Vault/Comms/WRITTEN TEXT/E-Mail Settings/5. Quantum Cover Letter.md",
"Coding Tips (Classical)/Project Vault/Obsidian/imgFiles/Pasted image 20230828113948.png",
"Coding Tips (Classical)/Project Vault/Comms/WRITTEN TEXT/E-Mail Settings",
"Coding Tips (Classical)/Project Vault/Comms/RADIO/TALK WITH SOUND",

View File

@ -1,9 +1,8 @@
# Gitea
A beautiful self-hosted non-commercial git server. Small but powerful. A better alternative to the monoliths of Github & Gitlab.
- Get set up with [these instructions](https://www.makeuseof.com/install-gitea-raspberry-pi-create-your-own-code-repository/) on hosting a gitea server using a raspberry pi
- To change the front page of the Gitea server, [head here for instructions. ](https://docs.gitea.com/next/administration/customizing-gitea#customizing-gitea-pages)
- One theme that i like is Cattppuccin! :3 it's really cute. [Example](https://gitea.catppuccin.com/)
- ![[Pasted image 20230717132307.png]]
**Scripting migrations:**
If you have a lot of repositories to migrate, it may be easier to write a script to migrate them.
@ -20,19 +19,13 @@ git push --mirror origin
### Customizing your Gitea:
---
- Create a README.md to  
-
- Similar to github pages but for [gitea](https://github.com/42wim/caddy-gitea)
- Gitea for [many user databases](https://www.talkingquickly.co.uk/gitea-sso-with-keycloak-openldap-openid-connect)
- Gitea is highly customizeable. Here is a key of [all its configs](https://docs.gitea.com/next/administration/config-cheat-sheet)
- Using gitea with [Jenkins](https://plugins.jenkins.io/gitea/)
- A self-hosting[ cloud tutorial ](https://spin.atomicobject.com/2022/02/08/git-service-gitea/)
- You can also run gitea on [cloudron](obsidian://open?vault=Obsidian&file=Cloudron)
- Installing gitea onto [raspberry pi ](https://www.makeuseof.com/install-gitea-raspberry-pi-create-your-own-code-repository/#:~:text=Using%20Gitea&text=You%20can%20choose%20to%20make,as%20if%20it%20were%20GitHub.)
- A[ gitpod instance](https://gogitea-gitea-5jiuqihle03.ws-us97.gitpod.io/) of gitea
- gitpod is just an automated dev environment - think of it as a pre-build
- Disaster recovery for Gitea - Giteas [repository mirroring](https://docs.gitea.io/en-us/repo-mirror/) makes it relatively easy to replicate critical Git repositories so that teams can still work at minimal capacity until the production environment is back up and running.
- For more information, [read here. ](https://blog.inedo.com/self-hosted/gitea/#:~:text=Gitea%20will%20run%20on%20all,client%20tools%20on%20the%20server.)
- Create a README.md to [your profile](1. https://docs.gitea.com/next/usage/profile-readme)
- create a git profile called `.profile`
- then add a single markdown file to the repo
- this will be displayed on your page
- To change the front page of the Gitea server, [head here for instructions. ](https://docs.gitea.com/next/administration/customizing-gitea#customizing-gitea-pages)
- One theme that i like is Cattppuccin! :3 it's really cute. [Example](https://gitea.catppuccin.com/)
- ![[Pasted image 20230717132307.png]]
## Installing the Gitea Server