Updated: Wednesday, August 30,2023-08-30 11:11:43

main
shwetha729 2023-08-30 11:11:49 -04:00
parent d9edcb9c57
commit f79f6ca794
3 changed files with 42 additions and 16 deletions

View File

@ -1,5 +1,13 @@
{ {
"recentFiles": [ "recentFiles": [
{
"basename": "Gitea",
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitea.md"
},
{
"basename": "Welcome to Quantum 101",
"path": "Machine Tips (Quantum)/Resources/Welcome to Quantum 101.md"
},
{ {
"basename": "A-Z Applications", "basename": "A-Z Applications",
"path": "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/A-Z Applications.md" "path": "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/A-Z Applications.md"
@ -56,10 +64,6 @@
"basename": "HTML & CSS", "basename": "HTML & CSS",
"path": "Coding Tips (Classical)/Terminal Tips/Languages/HTML & CSS.md" "path": "Coding Tips (Classical)/Terminal Tips/Languages/HTML & CSS.md"
}, },
{
"basename": "Welcome to Quantum 101",
"path": "Machine Tips (Quantum)/Resources/Welcome to Quantum 101.md"
},
{ {
"basename": "About terminal", "basename": "About terminal",
"path": "Coding Tips (Classical)/Terminal Tips/About terminal.md" "path": "Coding Tips (Classical)/Terminal Tips/About terminal.md"
@ -195,10 +199,6 @@
{ {
"basename": "Writings", "basename": "Writings",
"path": "Coding Tips (Classical)/Project Vault/Comms/WRITTEN TEXT/Internet Chats/Thought Catalog - notion export/Writings.md" "path": "Coding Tips (Classical)/Project Vault/Comms/WRITTEN TEXT/Internet Chats/Thought Catalog - notion export/Writings.md"
},
{
"basename": "Thought Catalog",
"path": "Coding Tips (Classical)/Project Vault/Comms/WRITTEN TEXT/Internet Chats/Thought Catalog - notion export/Thought Catalog.md"
} }
], ],
"omittedPaths": [], "omittedPaths": [],

View File

@ -11,8 +11,13 @@
"id": "4cd31ad1540013ba", "id": "4cd31ad1540013ba",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "empty", "type": "markdown",
"state": {} "state": {
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitea.md",
"mode": "source",
"backlinks": false,
"source": false
}
} }
} }
] ]
@ -76,7 +81,9 @@
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "outline", "type": "outline",
"state": {} "state": {
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitea.md"
}
} }
}, },
{ {
@ -85,6 +92,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitea.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": false "unlinkedCollapsed": false
} }
@ -111,6 +119,7 @@
}, },
"active": "4cd31ad1540013ba", "active": "4cd31ad1540013ba",
"lastOpenFiles": [ "lastOpenFiles": [
"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/Applications/A-Z Applications.md",
"Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Companies & Events/DWave/About D-Wave.md", "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Companies & Events/DWave/About D-Wave.md",
"Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Companies & Events/List of Quantum Companies.md", "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Companies & Events/List of Quantum Companies.md",
@ -125,7 +134,6 @@
"Coding Tips (Classical)/Project Vault/hi.mainsite/Main Page.md", "Coding Tips (Classical)/Project Vault/hi.mainsite/Main Page.md",
"Coding Tips (Classical)/Project Vault/hi.mainsite/Credits.md", "Coding Tips (Classical)/Project Vault/hi.mainsite/Credits.md",
"Coding Tips (Classical)/Terminal Tips/Languages/HTML & CSS.md", "Coding Tips (Classical)/Terminal Tips/Languages/HTML & CSS.md",
"Machine Tips (Quantum)/Resources/Welcome to Quantum 101.md",
"Coding Tips (Classical)/Terminal Tips/About terminal.md", "Coding Tips (Classical)/Terminal Tips/About terminal.md",
"Machine Tips (Quantum)/Math/Quantum Formalism.md", "Machine Tips (Quantum)/Math/Quantum Formalism.md",
"Machine Tips (Quantum)/Math/Math terms & Probabilities.md", "Machine Tips (Quantum)/Math/Math terms & Probabilities.md",

View File

@ -5,7 +5,7 @@ A beautiful self-hosted non-commercial git server. Small but powerful. A better
- One theme that i like is Cattppuccin! :3 it's really cute. [Example](https://gitea.catppuccin.com/) - One theme that i like is Cattppuccin! :3 it's really cute. [Example](https://gitea.catppuccin.com/)
- ![[Pasted image 20230717132307.png]] - ![[Pasted image 20230717132307.png]]
Scripting migrations: **Scripting migrations:**
If you have a lot of repositories to migrate, it may be easier to write a script to migrate them. If you have a lot of repositories to migrate, it may be easier to write a script to migrate them.
The easiest way to go about this would be to use the [Gitea API](https://docs.gitea.io/en-us/api-usage) to create a blank repository, and then use the Git command line to clone repositories from your existing service into Gitea: The easiest way to go about this would be to use the [Gitea API](https://docs.gitea.io/en-us/api-usage) to create a blank repository, and then use the Git command line to clone repositories from your existing service into Gitea:
@ -18,9 +18,10 @@ git push --mirror origin
``` ```
### More references: ### Customizing your Gitea:
--- ---
- Migrate from [github/gitlab to gitea](https://hostedgitea.com/article/how-to-migrate-from-github-to-gitea) - Create a README.md to  
-
- Similar to github pages but for [gitea](https://github.com/42wim/caddy-gitea) - 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 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) - Gitea is highly customizeable. Here is a key of [all its configs](https://docs.gitea.com/next/administration/config-cheat-sheet)
@ -83,4 +84,21 @@ git.example.com { route /git/* { uri strip_prefix /git reverse_
Then set `[server] ROOT_URL = http://git.example.com/git/` in your configuration. Then set `[server] ROOT_URL = http://git.example.com/git/` in your configuration.
For instructions on syncing your Obsidian vault to your gitea server, head to [Obsidian-git sync tutorial. ](obsidian://open?vault=enter&file=Coding%20Tips%20(Classical)%2FProject%20Vault%2FOn%20Obsidian%2FObsidian-git%20process) For instructions on syncing your Obsidian vault to your gitea server, head to [Obsidian-git sync tutorial. ](obsidian://open?vault=enter&file=Coding%20Tips%20(Classical)%2FProject%20Vault%2FOn%20Obsidian%2FObsidian-git%20process)
### More references:
---
- Migrate from [github/gitlab to gitea](https://hostedgitea.com/article/how-to-migrate-from-github-to-gitea)
- 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.)