diff --git a/enter/.obsidian/plugins/recent-files-obsidian/data.json b/enter/.obsidian/plugins/recent-files-obsidian/data.json index 5d54782..50853e0 100644 --- a/enter/.obsidian/plugins/recent-files-obsidian/data.json +++ b/enter/.obsidian/plugins/recent-files-obsidian/data.json @@ -1,5 +1,13 @@ { "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", "path": "Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Applications/A-Z Applications.md" @@ -56,10 +64,6 @@ "basename": "HTML & CSS", "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", "path": "Coding Tips (Classical)/Terminal Tips/About terminal.md" @@ -195,10 +199,6 @@ { "basename": "Writings", "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": [], diff --git a/enter/.obsidian/workspace.json b/enter/.obsidian/workspace.json index 20165ce..f240a44 100644 --- a/enter/.obsidian/workspace.json +++ b/enter/.obsidian/workspace.json @@ -11,8 +11,13 @@ "id": "4cd31ad1540013ba", "type": "leaf", "state": { - "type": "empty", - "state": {} + "type": "markdown", + "state": { + "file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitea.md", + "mode": "source", + "backlinks": false, + "source": false + } } } ] @@ -76,7 +81,9 @@ "type": "leaf", "state": { "type": "outline", - "state": {} + "state": { + "file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitea.md" + } } }, { @@ -85,6 +92,7 @@ "state": { "type": "outgoing-link", "state": { + "file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitea.md", "linksCollapsed": false, "unlinkedCollapsed": false } @@ -111,6 +119,7 @@ }, "active": "4cd31ad1540013ba", "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/Companies & Events/DWave/About D-Wave.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/Credits.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", "Machine Tips (Quantum)/Math/Quantum Formalism.md", "Machine Tips (Quantum)/Math/Math terms & Probabilities.md", diff --git a/enter/Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitea.md b/enter/Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitea.md index 59c05bd..bc69211 100644 --- a/enter/Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitea.md +++ b/enter/Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitea.md @@ -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/) - ![[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. 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) - 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) @@ -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. -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) \ No newline at end of file +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 - Gitea’s [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.)