Updated: 2023-07-17 20:38:30 + 4
parent
33976ca43b
commit
3dd6590898
|
@ -109,7 +109,7 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Servers/Linode.md",
|
||||
"file": "Coding Tips (Classical)/Project Vault/On Obsidian/Obsidian-git process.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
|
@ -202,7 +202,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Servers/Linode.md",
|
||||
"file": "Coding Tips (Classical)/Project Vault/On Obsidian/Obsidian-git process.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -219,7 +219,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Servers/Linode.md",
|
||||
"file": "Coding Tips (Classical)/Project Vault/On Obsidian/Obsidian-git process.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
|
@ -242,7 +242,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Servers/Linode.md"
|
||||
"file": "Coding Tips (Classical)/Project Vault/On Obsidian/Obsidian-git process.md"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -268,6 +268,7 @@
|
|||
"active": "4c2d78743af9a7c4",
|
||||
"lastOpenFiles": [
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitea.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Hosting/Servers/Linode.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Gitlab.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Replit.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Repos/Github.md",
|
||||
|
@ -295,7 +296,6 @@
|
|||
"Coding Tips (Classical)/Terminal Tips/CLI Tools/Git.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/Languages/Python/Welcome to Python.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/Languages/About Languages.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/Languages/XML.md",
|
||||
"Coding Tips (Classical)/Project Vault/On Obsidian/imgFiles/Pasted image 20230717000143.png",
|
||||
"Coding Tips (Classical)/Project Vault/On Obsidian/imgFiles/Pasted image 20230716230115.png",
|
||||
"Machine Tips (Quantum)/Resources/Technologies, Orgs, & Apps/Companies & Events/DWave",
|
||||
|
|
|
@ -369,3 +369,5 @@ The sample view of Perlite extension.
|
|||
|
||||
Another[ site that you can render ](https://gitlab-org.gitlab.io/frontend/playground/obsidian-and-gitlab-pages-demo/)Obsidian in:
|
||||
![[Pasted image 20230714005144.png]]
|
||||
|
||||
For instructions on setting up the front-end of Gitea to your Obsidian Vault
|
|
@ -4,6 +4,7 @@ A competitive cloud provider to AWS, Google, or Microsoft that is created for d
|
|||
|
||||
![[Pasted image 20230505214204.png]]
|
||||
|
||||
For instance, my [gitea server](http://172.104.8.87:3000/shway/Notepad) on Linode! This hosts my notepad locally so it will be safe from cloud storage issues. For instructions on setting up this git, head to the Gitea
|
||||
For instructions on setting up this local git server on Linode, head to the [Gitea](obsidian://open?vault=enter&file=Coding%20Tips%20(Classical)%2FTerminal%20Tips%2FGUIs%2FInternet%2FRepos%2FGitea) documentation.
|
||||
|
||||
![[Pasted image 20230714160013.png]]
|
||||
For instance, my [gitea server](http://172.104.8.87:3000/shway/Notepad) on Linode! This hosts my notepad locally so it will be safe from cloud storage issues.
|
|
@ -82,3 +82,5 @@ 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)
|
Loading…
Reference in New Issue