Updated: Monday, September 11,2023-09-11 12:58:35
parent
bf4e0319e2
commit
e59be68d30
|
@ -1,5 +1,9 @@
|
|||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"basename": "Gitea",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/Servers/Databases/Repos/Gitea.md"
|
||||
},
|
||||
{
|
||||
"basename": "Git",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Commands + Settings/Git.md"
|
||||
|
@ -195,10 +199,6 @@
|
|||
{
|
||||
"basename": "Uniform Resource Locator",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Websites/Hosting/Uniform Resource Locator.md"
|
||||
},
|
||||
{
|
||||
"basename": "2. On Hosts",
|
||||
"path": "Coding Tips (Classical)/Terminal Tips/GUIs/Internet/Websites/2. On Hosts.md"
|
||||
}
|
||||
],
|
||||
"omittedPaths": [],
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Commands + Settings/Git.md",
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/Servers/Databases/Repos/Gitea.md",
|
||||
"mode": "source",
|
||||
"backlinks": false,
|
||||
"source": false
|
||||
|
@ -82,7 +82,7 @@
|
|||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Commands + Settings/Git.md"
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/Servers/Databases/Repos/Gitea.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -92,7 +92,7 @@
|
|||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Commands + Settings/Git.md",
|
||||
"file": "Coding Tips (Classical)/Terminal Tips/Servers/Databases/Repos/Gitea.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": false
|
||||
}
|
||||
|
@ -119,6 +119,7 @@
|
|||
},
|
||||
"active": "690d01f547d48311",
|
||||
"lastOpenFiles": [
|
||||
"Coding Tips (Classical)/Terminal Tips/CLI Tools/CLI Tool Collection/Commands + Settings/Git.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/Languages/Javascript/Welcome to JavaScript.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/Languages/Javascript/QML.md",
|
||||
"Coding Tips (Classical)/Terminal Tips/Languages/Javascript/Code Conventions.md",
|
||||
|
@ -145,7 +146,6 @@
|
|||
"Coding Tips (Classical)/Project Vault/Website Projects/WRITTEN TEXT/Internet Chats/Thought Catalog - notion export/The Family Tharavad 3562b9f5a1b440eea78163fe080f5d88.md",
|
||||
"Coding Tips (Classical)/Project Vault/Website Projects/WRITTEN TEXT/Internet Chats/Thought Catalog - notion export/Morning Pages Blog 5343390046d84175aa168d5cf6b72dd7/Morning pages 5 35c65d55e8cd4fe994dd9190ef8dbe1f.md",
|
||||
"Coding Tips (Classical)/Project Vault/Website Projects/WRITTEN TEXT/Internet Chats/Thought Catalog - notion export/Medium-worthy affa57a58bc74b09b1311b348ac70a45/Twitter Collections (1) 42674ed7948b40ec8f59852af8823cbb.md",
|
||||
"Coding Tips (Classical)/Project Vault/Website Projects/WRITTEN TEXT/Internet Chats/Thought Catalog - notion export/Medium-worthy affa57a58bc74b09b1311b348ac70a45/The Family Tharavad (1) c4c767d7a0d14fecaf221313371996ac/The Homes 25f3cf42239942eda48517edb2513ecd/Changanacherry d5401d3102934a6695b6d4df340235df.md",
|
||||
"Coding Tips (Classical)/Project Vault/Website Projects",
|
||||
"Coding Tips (Classical)/Project Vault/Website Projects/Obsidian/imgFiles/Pasted image 20230909180354.png",
|
||||
"Coding Tips (Classical)/Project Vault/Communication Projects/RADIO/Software/HM Wiki",
|
||||
|
|
|
@ -29,6 +29,9 @@ git push --mirror origin
|
|||
- The entire [config cheat sheet is located here. ](https://docs.gitea.com/next/administration/config-cheat-sheet#ui-ui)
|
||||
- The [Awesome Gitea Repo ](https://gitea.com/gitea/awesome-gitea#themes)for more updates
|
||||
- For Gitea Pages it is suggested to use [Caddy](https://github.com/42wim/caddy-gitea#gitea-pages-repo) or[ Codeberg Pages ](https://codeberg.org/Codeberg/pages-server)Server
|
||||
- Adding Themes to Gitea
|
||||
- Full instructions are found [here](https://docs.theme-park.dev/themes/gitea/)
|
||||
-
|
||||
|
||||
## Installing the Gitea Server
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue