6-1-23-2a
@ -1,20 +0,0 @@
|
||||
|
||||
---
|
||||
title: "Gitea"
|
||||
linkTitle: "Gitea"
|
||||
date: 2017-01-05
|
||||
description: >
|
||||
Gitea is a full-featured, compatible replacement for Github and is used for source-code managment and control.
|
||||
---
|
||||
|
||||
{{% pageinfo %}}
|
||||
This documentation is for users and administrators, not those wanting to install.
|
||||
{{% /pageinfo %}}
|
||||
|
||||
Access to Gitea is at: https://gitea.domain.com where "domain.com" is your domain name.
|
||||
|
||||
The Gitea service on your Federated Core allows you to manage code repositories just like a service such as Github, but also publish a website, documentation, and a blog.
|
||||
|
||||
**Setting Up Gitea Users**
|
||||
|
||||
**Publishing Websites Using Gitea**
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 171 KiB After Width: | Height: | Size: 171 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 128 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
67
content/en/docs/core_applications/gitea/_index.md
Normal file
@ -0,0 +1,67 @@
|
||||
|
||||
---
|
||||
title: "Gitea"
|
||||
linkTitle: "Gitea"
|
||||
date: 2017-01-05
|
||||
description: >
|
||||
Gitea is a full-featured, compatible replacement for Github and is used for source-code managment and control.
|
||||
---
|
||||
|
||||
{{% pageinfo %}}
|
||||
This documentation is for users and administrators, not those wanting to install.
|
||||
{{% /pageinfo %}}
|
||||
|
||||
Access to Gitea is at: https://gitea.domain.com where "domain.com" is your domain name.
|
||||
|
||||
The Gitea service on your Federated Core allows you to manage code repositories just like a service such as Github, but also publish a website, documentation, and a blog.
|
||||
|
||||
**Setting Up Gitea Users**
|
||||
|
||||
So that you can share your code repositories with users outside your domain, the Gitea installation on your Federated Core does *not* use Panel for user creation and management.
|
||||
|
||||
To set up Gitea, you log in with the following credentials:
|
||||
|
||||
* Username: gitea
|
||||
* Password: password for you admin user
|
||||
|
||||
{{< imgproc signin Resize "822x311" >}}
|
||||
{{< /imgproc >}}
|
||||
|
||||
Then you can set up all the repositories and users you want. Please see the documentation for Gitea linked down below for more information.
|
||||
|
||||
**Publishing Websites Using Gitea**
|
||||
|
||||
You Federated Core has a facility built in to publish three website from your Gitea repositories to a Caddy webserver using a webhook. What this means, in plain english, is that when you Gitea installation receives a "git push" to one of these three repositories, it will publish the "public" folder as a website. (In fact, this documentation is published on a Federated Core using the exact same facility). No more need for Netlify or other static page publishers!
|
||||
|
||||
The "gitea" user has three repositories. You can add users to these repositories using the standard Gitea commands.
|
||||
|
||||
Say, for example, you want to use [Hugo](https://gohugo.io/) to create your website. Copy the URL of the repositor you want to work on.
|
||||
|
||||
{{< imgproc repositories Resize "758x516" >}}
|
||||
{{< /imgproc >}}
|
||||
|
||||
Open the repository you want to use by clicking the link. Then, once in the repository, you can copy the link for cloning...
|
||||
|
||||
{{< imgproc copyhttp Resize "567x148" >}}
|
||||
{{< /imgproc >}}
|
||||
|
||||
Then, going back to your local development machine (assuming "git" and "hugo" are installed), you can issue the following command:
|
||||
|
||||
{{< imgproc clone Resize "560x60" >}}
|
||||
{{< /imgproc >}}
|
||||
|
||||
You will then have the repository from your Gitea installation on your Federated Core on your local development machine.
|
||||
|
||||
From here you can develop in Hugo as normal, use the local Hugo server to preview your site, then, when ready, push back up to your Gitea installation on your Federated Core. You Gitea will see the "push" from Git and copy the "public" directory from your Gitea repository to a Caddy server for publication to the public internet.
|
||||
|
||||
There are three websites/repositories set up for us at this time. They are:
|
||||
|
||||
* WWW (publishing to www.domain.com)
|
||||
* BLOG (publishing to blog.domain.com)
|
||||
* DOCUMENTATION (publishing to documentation.domain.com)
|
||||
|
||||
> Note: this is just the beginning of the scope of this feature on your Federated Core. We'd love to hear your feedback and ideas for future development.
|
||||
|
||||
**Gitea Documentation**
|
||||
|
||||
You can learn more about Gitea [at this link](https://docs.gitea.com/category/usage).
|
BIN
content/en/docs/core_applications/gitea/clone.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
BIN
content/en/docs/core_applications/gitea/copyhttp.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
content/en/docs/core_applications/gitea/repositories.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
content/en/docs/core_applications/gitea/signin.png
Normal file
After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 95 KiB After Width: | Height: | Size: 95 KiB |
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 180 KiB After Width: | Height: | Size: 180 KiB |
Before Width: | Height: | Size: 573 KiB After Width: | Height: | Size: 573 KiB |
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
@ -230,9 +230,9 @@
|
||||
<aside class="d-none d-xl-block col-xl-2 td-sidebar-toc d-print-none">
|
||||
|
||||
<div class="td-page-meta ml-2 pb-1 pt-2 mb-0">
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//tree/main/content/en/docs/core_applications/Baserow/_index.md" class="td-page-meta--view" target="_blank" rel="noopener"><i class="fa-solid fa-file-lines fa-fw"></i> View page source</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//edit/main/content/en/docs/core_applications/Baserow/_index.md" class="td-page-meta--edit" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Edit this page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//new/main/content/en/docs/core_applications/Baserow/_index.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at+the+top+of+the+page+%28weight+controls+how+its+ordered+amongst+other+pages+in+the+same+directory%3B+lowest+number+first%29.%0A%2A+Add+a+good+commit+message+at+the+bottom+of+the+page+%28%3C80+characters%3B+use+the+extended+description+field+for+more+detail%29.%0A%2A+Create+a+new+branch+so+you+can+preview+your+new+file+and+request+a+review+via+Pull+Request.%0A" class="td-page-meta--child" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Create child page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//tree/main/content/en/docs/core_applications/baserow/_index.md" class="td-page-meta--view" target="_blank" rel="noopener"><i class="fa-solid fa-file-lines fa-fw"></i> View page source</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//edit/main/content/en/docs/core_applications/baserow/_index.md" class="td-page-meta--edit" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Edit this page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//new/main/content/en/docs/core_applications/baserow/_index.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at+the+top+of+the+page+%28weight+controls+how+its+ordered+amongst+other+pages+in+the+same+directory%3B+lowest+number+first%29.%0A%2A+Add+a+good+commit+message+at+the+bottom+of+the+page+%28%3C80+characters%3B+use+the+extended+description+field+for+more+detail%29.%0A%2A+Create+a+new+branch+so+you+can+preview+your+new+file+and+request+a+review+via+Pull+Request.%0A" class="td-page-meta--child" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Create child page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//issues/new?title=Baserow" class="td-page-meta--issue" target="_blank" rel="noopener"><i class="fa-solid fa-list-check fa-fw"></i> Create documentation issue</a>
|
||||
|
||||
</div>
|
||||
|
@ -230,9 +230,9 @@
|
||||
<aside class="d-none d-xl-block col-xl-2 td-sidebar-toc d-print-none">
|
||||
|
||||
<div class="td-page-meta ml-2 pb-1 pt-2 mb-0">
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//tree/main/content/en/docs/core_applications/Element/_index.md" class="td-page-meta--view" target="_blank" rel="noopener"><i class="fa-solid fa-file-lines fa-fw"></i> View page source</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//edit/main/content/en/docs/core_applications/Element/_index.md" class="td-page-meta--edit" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Edit this page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//new/main/content/en/docs/core_applications/Element/_index.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at+the+top+of+the+page+%28weight+controls+how+its+ordered+amongst+other+pages+in+the+same+directory%3B+lowest+number+first%29.%0A%2A+Add+a+good+commit+message+at+the+bottom+of+the+page+%28%3C80+characters%3B+use+the+extended+description+field+for+more+detail%29.%0A%2A+Create+a+new+branch+so+you+can+preview+your+new+file+and+request+a+review+via+Pull+Request.%0A" class="td-page-meta--child" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Create child page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//tree/main/content/en/docs/core_applications/element/_index.md" class="td-page-meta--view" target="_blank" rel="noopener"><i class="fa-solid fa-file-lines fa-fw"></i> View page source</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//edit/main/content/en/docs/core_applications/element/_index.md" class="td-page-meta--edit" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Edit this page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//new/main/content/en/docs/core_applications/element/_index.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at+the+top+of+the+page+%28weight+controls+how+its+ordered+amongst+other+pages+in+the+same+directory%3B+lowest+number+first%29.%0A%2A+Add+a+good+commit+message+at+the+bottom+of+the+page+%28%3C80+characters%3B+use+the+extended+description+field+for+more+detail%29.%0A%2A+Create+a+new+branch+so+you+can+preview+your+new+file+and+request+a+review+via+Pull+Request.%0A" class="td-page-meta--child" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Create child page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//issues/new?title=Element" class="td-page-meta--issue" target="_blank" rel="noopener"><i class="fa-solid fa-list-check fa-fw"></i> Create documentation issue</a>
|
||||
|
||||
</div>
|
||||
|
BIN
public/docs/core_applications/gitea/clone.png
Normal file
After Width: | Height: | Size: 5.4 KiB |
After Width: | Height: | Size: 4.5 KiB |
BIN
public/docs/core_applications/gitea/copyhttp.png
Normal file
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 10 KiB |
@ -230,9 +230,9 @@
|
||||
<aside class="d-none d-xl-block col-xl-2 td-sidebar-toc d-print-none">
|
||||
|
||||
<div class="td-page-meta ml-2 pb-1 pt-2 mb-0">
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//tree/main/content/en/docs/core_applications/Gitea/_index.md" class="td-page-meta--view" target="_blank" rel="noopener"><i class="fa-solid fa-file-lines fa-fw"></i> View page source</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//edit/main/content/en/docs/core_applications/Gitea/_index.md" class="td-page-meta--edit" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Edit this page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//new/main/content/en/docs/core_applications/Gitea/_index.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at+the+top+of+the+page+%28weight+controls+how+its+ordered+amongst+other+pages+in+the+same+directory%3B+lowest+number+first%29.%0A%2A+Add+a+good+commit+message+at+the+bottom+of+the+page+%28%3C80+characters%3B+use+the+extended+description+field+for+more+detail%29.%0A%2A+Create+a+new+branch+so+you+can+preview+your+new+file+and+request+a+review+via+Pull+Request.%0A" class="td-page-meta--child" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Create child page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//tree/main/content/en/docs/core_applications/gitea/_index.md" class="td-page-meta--view" target="_blank" rel="noopener"><i class="fa-solid fa-file-lines fa-fw"></i> View page source</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//edit/main/content/en/docs/core_applications/gitea/_index.md" class="td-page-meta--edit" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Edit this page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//new/main/content/en/docs/core_applications/gitea/_index.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at+the+top+of+the+page+%28weight+controls+how+its+ordered+amongst+other+pages+in+the+same+directory%3B+lowest+number+first%29.%0A%2A+Add+a+good+commit+message+at+the+bottom+of+the+page+%28%3C80+characters%3B+use+the+extended+description+field+for+more+detail%29.%0A%2A+Create+a+new+branch+so+you+can+preview+your+new+file+and+request+a+review+via+Pull+Request.%0A" class="td-page-meta--child" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Create child page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//issues/new?title=Gitea" class="td-page-meta--issue" target="_blank" rel="noopener"><i class="fa-solid fa-list-check fa-fw"></i> Create documentation issue</a>
|
||||
|
||||
</div>
|
||||
@ -315,7 +315,100 @@
|
||||
<p>Access to Gitea is at: <a href="https://gitea.domain.com">https://gitea.domain.com</a> where “domain.com” is your domain name.</p>
|
||||
<p>The Gitea service on your Federated Core allows you to manage code repositories just like a service such as Github, but also publish a website, documentation, and a blog.</p>
|
||||
<p><strong>Setting Up Gitea Users</strong></p>
|
||||
<p>So that you can share your code repositories with users outside your domain, the Gitea installation on your Federated Core does <em>not</em> use Panel for user creation and management.</p>
|
||||
<p>To set up Gitea, you log in with the following credentials:</p>
|
||||
<ul>
|
||||
<li>Username: gitea</li>
|
||||
<li>Password: password for you admin user</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 832px">
|
||||
<img class="card-img-top" src="/docs/core_applications/gitea/signin_hu902b849ac1054eab240a0bbe52e46d05_18376_822x311_resize_catmullrom_3.png" width="822" height="311">
|
||||
|
||||
<figcaption class="card-body px-0 pt-2 pb-0">
|
||||
<p class="card-text">
|
||||
</p>
|
||||
</figcaption>
|
||||
|
||||
</figure>
|
||||
|
||||
<p>Then you can set up all the repositories and users you want. Please see the documentation for Gitea linked down below for more information.</p>
|
||||
<p><strong>Publishing Websites Using Gitea</strong></p>
|
||||
<p>You Federated Core has a facility built in to publish three website from your Gitea repositories to a Caddy webserver using a webhook. What this means, in plain english, is that when you Gitea installation receives a “git push” to one of these three repositories, it will publish the “public” folder as a website. (In fact, this documentation is published on a Federated Core using the exact same facility). No more need for Netlify or other static page publishers!</p>
|
||||
<p>The “gitea” user has three repositories. You can add users to these repositories using the standard Gitea commands.</p>
|
||||
<p>Say, for example, you want to use <a href="https://gohugo.io/">Hugo</a> to create your website. Copy the URL of the repositor you want to work on.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 768px">
|
||||
<img class="card-img-top" src="/docs/core_applications/gitea/repositories_hue92f70f31b9c65953770c15d50d40b3f_40543_758x516_resize_catmullrom_3.png" width="758" height="516">
|
||||
|
||||
<figcaption class="card-body px-0 pt-2 pb-0">
|
||||
<p class="card-text">
|
||||
</p>
|
||||
</figcaption>
|
||||
|
||||
</figure>
|
||||
|
||||
<p>Open the repository you want to use by clicking the link. Then, once in the repository, you can copy the link for cloning…</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 577px">
|
||||
<img class="card-img-top" src="/docs/core_applications/gitea/copyhttp_hu3024f7ba98ecc6d8b337da1ab7029aae_12178_567x148_resize_catmullrom_3.png" width="567" height="148">
|
||||
|
||||
<figcaption class="card-body px-0 pt-2 pb-0">
|
||||
<p class="card-text">
|
||||
</p>
|
||||
</figcaption>
|
||||
|
||||
</figure>
|
||||
|
||||
<p>Then, going back to your local development machine (assuming “git” and “hugo” are installed), you can issue the following command:</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 570px">
|
||||
<img class="card-img-top" src="/docs/core_applications/gitea/clone_hu12b5f0d5ee7c0ed748848cbee5c9f680_5495_560x60_resize_catmullrom_3.png" width="560" height="60">
|
||||
|
||||
<figcaption class="card-body px-0 pt-2 pb-0">
|
||||
<p class="card-text">
|
||||
</p>
|
||||
</figcaption>
|
||||
|
||||
</figure>
|
||||
|
||||
<p>You will then have the repository from your Gitea installation on your Federated Core on your local development machine.</p>
|
||||
<p>From here you can develop in Hugo as normal, use the local Hugo server to preview your site, then, when ready, push back up to your Gitea installation on your Federated Core. You Gitea will see the “push” from Git and copy the “public” directory from your Gitea repository to a Caddy server for publication to the public internet.</p>
|
||||
<p>There are three websites/repositories set up for us at this time. They are:</p>
|
||||
<ul>
|
||||
<li>WWW (publishing to <a href="http://www.domain.com">www.domain.com</a>)</li>
|
||||
<li>BLOG (publishing to blog.domain.com)</li>
|
||||
<li>DOCUMENTATION (publishing to documentation.domain.com)</li>
|
||||
</ul>
|
||||
<blockquote>
|
||||
<p>Note: this is just the beginning of the scope of this feature on your Federated Core. We’d love to hear your feedback and ideas for future development.</p>
|
||||
</blockquote>
|
||||
<p><strong>Gitea Documentation</strong></p>
|
||||
<p>You can learn more about Gitea <a href="https://docs.gitea.com/category/usage">at this link</a>.</p>
|
||||
|
||||
<div class="section-index">
|
||||
|
||||
|
BIN
public/docs/core_applications/gitea/repositories.png
Normal file
After Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 36 KiB |
BIN
public/docs/core_applications/gitea/signin.png
Normal file
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 16 KiB |
@ -265,7 +265,8 @@ Password: password for the admin user.</p>
|
||||
</div>
|
||||
|
||||
<p>Access to Vaultwarden is at: <a href="https://vaultwarden.domain.com">https://vaultwarden.domain.com</a> where &ldquo;domain.com&rdquo; is your domain name.</p>
|
||||
<p>This is the section landing page.</p>
|
||||
<p><strong>Setting Up Users</strong></p>
|
||||
<p>In a future version of</p>
|
||||
|
||||
</description>
|
||||
</item>
|
||||
@ -475,7 +476,100 @@ Password: password for the admin user.</p>
|
||||
<p>Access to Gitea is at: <a href="https://gitea.domain.com">https://gitea.domain.com</a> where &ldquo;domain.com&rdquo; is your domain name.</p>
|
||||
<p>The Gitea service on your Federated Core allows you to manage code repositories just like a service such as Github, but also publish a website, documentation, and a blog.</p>
|
||||
<p><strong>Setting Up Gitea Users</strong></p>
|
||||
<p>So that you can share your code repositories with users outside your domain, the Gitea installation on your Federated Core does <em>not</em> use Panel for user creation and management.</p>
|
||||
<p>To set up Gitea, you log in with the following credentials:</p>
|
||||
<ul>
|
||||
<li>Username: gitea</li>
|
||||
<li>Password: password for you admin user</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 832px">
|
||||
<img class="card-img-top" src="/docs/core_applications/gitea/signin_hu902b849ac1054eab240a0bbe52e46d05_18376_822x311_resize_catmullrom_3.png" width="822" height="311">
|
||||
|
||||
<figcaption class="card-body px-0 pt-2 pb-0">
|
||||
<p class="card-text">
|
||||
</p>
|
||||
</figcaption>
|
||||
|
||||
</figure>
|
||||
|
||||
<p>Then you can set up all the repositories and users you want. Please see the documentation for Gitea linked down below for more information.</p>
|
||||
<p><strong>Publishing Websites Using Gitea</strong></p>
|
||||
<p>You Federated Core has a facility built in to publish three website from your Gitea repositories to a Caddy webserver using a webhook. What this means, in plain english, is that when you Gitea installation receives a &ldquo;git push&rdquo; to one of these three repositories, it will publish the &ldquo;public&rdquo; folder as a website. (In fact, this documentation is published on a Federated Core using the exact same facility). No more need for Netlify or other static page publishers!</p>
|
||||
<p>The &ldquo;gitea&rdquo; user has three repositories. You can add users to these repositories using the standard Gitea commands.</p>
|
||||
<p>Say, for example, you want to use <a href="https://gohugo.io/">Hugo</a> to create your website. Copy the URL of the repositor you want to work on.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 768px">
|
||||
<img class="card-img-top" src="/docs/core_applications/gitea/repositories_hue92f70f31b9c65953770c15d50d40b3f_40543_758x516_resize_catmullrom_3.png" width="758" height="516">
|
||||
|
||||
<figcaption class="card-body px-0 pt-2 pb-0">
|
||||
<p class="card-text">
|
||||
</p>
|
||||
</figcaption>
|
||||
|
||||
</figure>
|
||||
|
||||
<p>Open the repository you want to use by clicking the link. Then, once in the repository, you can copy the link for cloning&hellip;</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 577px">
|
||||
<img class="card-img-top" src="/docs/core_applications/gitea/copyhttp_hu3024f7ba98ecc6d8b337da1ab7029aae_12178_567x148_resize_catmullrom_3.png" width="567" height="148">
|
||||
|
||||
<figcaption class="card-body px-0 pt-2 pb-0">
|
||||
<p class="card-text">
|
||||
</p>
|
||||
</figcaption>
|
||||
|
||||
</figure>
|
||||
|
||||
<p>Then, going back to your local development machine (assuming &ldquo;git&rdquo; and &ldquo;hugo&rdquo; are installed), you can issue the following command:</p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<figure class="card rounded p-2 td-post-card mb-4 mt-4" style="max-width: 570px">
|
||||
<img class="card-img-top" src="/docs/core_applications/gitea/clone_hu12b5f0d5ee7c0ed748848cbee5c9f680_5495_560x60_resize_catmullrom_3.png" width="560" height="60">
|
||||
|
||||
<figcaption class="card-body px-0 pt-2 pb-0">
|
||||
<p class="card-text">
|
||||
</p>
|
||||
</figcaption>
|
||||
|
||||
</figure>
|
||||
|
||||
<p>You will then have the repository from your Gitea installation on your Federated Core on your local development machine.</p>
|
||||
<p>From here you can develop in Hugo as normal, use the local Hugo server to preview your site, then, when ready, push back up to your Gitea installation on your Federated Core. You Gitea will see the &ldquo;push&rdquo; from Git and copy the &ldquo;public&rdquo; directory from your Gitea repository to a Caddy server for publication to the public internet.</p>
|
||||
<p>There are three websites/repositories set up for us at this time. They are:</p>
|
||||
<ul>
|
||||
<li>WWW (publishing to <a href="http://www.domain.com">www.domain.com</a>)</li>
|
||||
<li>BLOG (publishing to blog.domain.com)</li>
|
||||
<li>DOCUMENTATION (publishing to documentation.domain.com)</li>
|
||||
</ul>
|
||||
<blockquote>
|
||||
<p>Note: this is just the beginning of the scope of this feature on your Federated Core. We&rsquo;d love to hear your feedback and ideas for future development.</p>
|
||||
</blockquote>
|
||||
<p><strong>Gitea Documentation</strong></p>
|
||||
<p>You can learn more about Gitea <a href="https://docs.gitea.com/category/usage">at this link</a>.</p>
|
||||
|
||||
</description>
|
||||
</item>
|
||||
|
@ -230,9 +230,9 @@
|
||||
<aside class="d-none d-xl-block col-xl-2 td-sidebar-toc d-print-none">
|
||||
|
||||
<div class="td-page-meta ml-2 pb-1 pt-2 mb-0">
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//tree/main/content/en/docs/core_applications/Jitsi/_index.md" class="td-page-meta--view" target="_blank" rel="noopener"><i class="fa-solid fa-file-lines fa-fw"></i> View page source</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//edit/main/content/en/docs/core_applications/Jitsi/_index.md" class="td-page-meta--edit" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Edit this page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//new/main/content/en/docs/core_applications/Jitsi/_index.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at+the+top+of+the+page+%28weight+controls+how+its+ordered+amongst+other+pages+in+the+same+directory%3B+lowest+number+first%29.%0A%2A+Add+a+good+commit+message+at+the+bottom+of+the+page+%28%3C80+characters%3B+use+the+extended+description+field+for+more+detail%29.%0A%2A+Create+a+new+branch+so+you+can+preview+your+new+file+and+request+a+review+via+Pull+Request.%0A" class="td-page-meta--child" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Create child page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//tree/main/content/en/docs/core_applications/jitsi/_index.md" class="td-page-meta--view" target="_blank" rel="noopener"><i class="fa-solid fa-file-lines fa-fw"></i> View page source</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//edit/main/content/en/docs/core_applications/jitsi/_index.md" class="td-page-meta--edit" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Edit this page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//new/main/content/en/docs/core_applications/jitsi/_index.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at+the+top+of+the+page+%28weight+controls+how+its+ordered+amongst+other+pages+in+the+same+directory%3B+lowest+number+first%29.%0A%2A+Add+a+good+commit+message+at+the+bottom+of+the+page+%28%3C80+characters%3B+use+the+extended+description+field+for+more+detail%29.%0A%2A+Create+a+new+branch+so+you+can+preview+your+new+file+and+request+a+review+via+Pull+Request.%0A" class="td-page-meta--child" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Create child page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//issues/new?title=Jitsi" class="td-page-meta--issue" target="_blank" rel="noopener"><i class="fa-solid fa-list-check fa-fw"></i> Create documentation issue</a>
|
||||
|
||||
</div>
|
||||
|
@ -230,9 +230,9 @@
|
||||
<aside class="d-none d-xl-block col-xl-2 td-sidebar-toc d-print-none">
|
||||
|
||||
<div class="td-page-meta ml-2 pb-1 pt-2 mb-0">
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//tree/main/content/en/docs/core_applications/Listmonk/_index.md" class="td-page-meta--view" target="_blank" rel="noopener"><i class="fa-solid fa-file-lines fa-fw"></i> View page source</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//edit/main/content/en/docs/core_applications/Listmonk/_index.md" class="td-page-meta--edit" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Edit this page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//new/main/content/en/docs/core_applications/Listmonk/_index.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at+the+top+of+the+page+%28weight+controls+how+its+ordered+amongst+other+pages+in+the+same+directory%3B+lowest+number+first%29.%0A%2A+Add+a+good+commit+message+at+the+bottom+of+the+page+%28%3C80+characters%3B+use+the+extended+description+field+for+more+detail%29.%0A%2A+Create+a+new+branch+so+you+can+preview+your+new+file+and+request+a+review+via+Pull+Request.%0A" class="td-page-meta--child" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Create child page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//tree/main/content/en/docs/core_applications/listmonk/_index.md" class="td-page-meta--view" target="_blank" rel="noopener"><i class="fa-solid fa-file-lines fa-fw"></i> View page source</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//edit/main/content/en/docs/core_applications/listmonk/_index.md" class="td-page-meta--edit" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Edit this page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//new/main/content/en/docs/core_applications/listmonk/_index.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at+the+top+of+the+page+%28weight+controls+how+its+ordered+amongst+other+pages+in+the+same+directory%3B+lowest+number+first%29.%0A%2A+Add+a+good+commit+message+at+the+bottom+of+the+page+%28%3C80+characters%3B+use+the+extended+description+field+for+more+detail%29.%0A%2A+Create+a+new+branch+so+you+can+preview+your+new+file+and+request+a+review+via+Pull+Request.%0A" class="td-page-meta--child" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Create child page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//issues/new?title=Listmonk" class="td-page-meta--issue" target="_blank" rel="noopener"><i class="fa-solid fa-list-check fa-fw"></i> Create documentation issue</a>
|
||||
|
||||
</div>
|
||||
|
@ -230,9 +230,9 @@
|
||||
<aside class="d-none d-xl-block col-xl-2 td-sidebar-toc d-print-none">
|
||||
|
||||
<div class="td-page-meta ml-2 pb-1 pt-2 mb-0">
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//tree/main/content/en/docs/core_applications/Nextcloud/_index.md" class="td-page-meta--view" target="_blank" rel="noopener"><i class="fa-solid fa-file-lines fa-fw"></i> View page source</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//edit/main/content/en/docs/core_applications/Nextcloud/_index.md" class="td-page-meta--edit" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Edit this page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//new/main/content/en/docs/core_applications/Nextcloud/_index.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at+the+top+of+the+page+%28weight+controls+how+its+ordered+amongst+other+pages+in+the+same+directory%3B+lowest+number+first%29.%0A%2A+Add+a+good+commit+message+at+the+bottom+of+the+page+%28%3C80+characters%3B+use+the+extended+description+field+for+more+detail%29.%0A%2A+Create+a+new+branch+so+you+can+preview+your+new+file+and+request+a+review+via+Pull+Request.%0A" class="td-page-meta--child" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Create child page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//tree/main/content/en/docs/core_applications/nextcloud/_index.md" class="td-page-meta--view" target="_blank" rel="noopener"><i class="fa-solid fa-file-lines fa-fw"></i> View page source</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//edit/main/content/en/docs/core_applications/nextcloud/_index.md" class="td-page-meta--edit" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Edit this page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//new/main/content/en/docs/core_applications/nextcloud/_index.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at+the+top+of+the+page+%28weight+controls+how+its+ordered+amongst+other+pages+in+the+same+directory%3B+lowest+number+first%29.%0A%2A+Add+a+good+commit+message+at+the+bottom+of+the+page+%28%3C80+characters%3B+use+the+extended+description+field+for+more+detail%29.%0A%2A+Create+a+new+branch+so+you+can+preview+your+new+file+and+request+a+review+via+Pull+Request.%0A" class="td-page-meta--child" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Create child page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//issues/new?title=Nextcloud" class="td-page-meta--issue" target="_blank" rel="noopener"><i class="fa-solid fa-list-check fa-fw"></i> Create documentation issue</a>
|
||||
|
||||
</div>
|
||||
|
@ -230,9 +230,9 @@
|
||||
<aside class="d-none d-xl-block col-xl-2 td-sidebar-toc d-print-none">
|
||||
|
||||
<div class="td-page-meta ml-2 pb-1 pt-2 mb-0">
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//tree/main/content/en/docs/core_applications/Panel/_index.md" class="td-page-meta--view" target="_blank" rel="noopener"><i class="fa-solid fa-file-lines fa-fw"></i> View page source</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//edit/main/content/en/docs/core_applications/Panel/_index.md" class="td-page-meta--edit" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Edit this page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//new/main/content/en/docs/core_applications/Panel/_index.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at+the+top+of+the+page+%28weight+controls+how+its+ordered+amongst+other+pages+in+the+same+directory%3B+lowest+number+first%29.%0A%2A+Add+a+good+commit+message+at+the+bottom+of+the+page+%28%3C80+characters%3B+use+the+extended+description+field+for+more+detail%29.%0A%2A+Create+a+new+branch+so+you+can+preview+your+new+file+and+request+a+review+via+Pull+Request.%0A" class="td-page-meta--child" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Create child page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//tree/main/content/en/docs/core_applications/panel/_index.md" class="td-page-meta--view" target="_blank" rel="noopener"><i class="fa-solid fa-file-lines fa-fw"></i> View page source</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//edit/main/content/en/docs/core_applications/panel/_index.md" class="td-page-meta--edit" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Edit this page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//new/main/content/en/docs/core_applications/panel/_index.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at+the+top+of+the+page+%28weight+controls+how+its+ordered+amongst+other+pages+in+the+same+directory%3B+lowest+number+first%29.%0A%2A+Add+a+good+commit+message+at+the+bottom+of+the+page+%28%3C80+characters%3B+use+the+extended+description+field+for+more+detail%29.%0A%2A+Create+a+new+branch+so+you+can+preview+your+new+file+and+request+a+review+via+Pull+Request.%0A" class="td-page-meta--child" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Create child page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//issues/new?title=Panel" class="td-page-meta--issue" target="_blank" rel="noopener"><i class="fa-solid fa-list-check fa-fw"></i> Create documentation issue</a>
|
||||
|
||||
</div>
|
||||
|
@ -230,9 +230,9 @@
|
||||
<aside class="d-none d-xl-block col-xl-2 td-sidebar-toc d-print-none">
|
||||
|
||||
<div class="td-page-meta ml-2 pb-1 pt-2 mb-0">
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//tree/main/content/en/docs/core_applications/PowerDNS/_index.md" class="td-page-meta--view" target="_blank" rel="noopener"><i class="fa-solid fa-file-lines fa-fw"></i> View page source</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//edit/main/content/en/docs/core_applications/PowerDNS/_index.md" class="td-page-meta--edit" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Edit this page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//new/main/content/en/docs/core_applications/PowerDNS/_index.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at+the+top+of+the+page+%28weight+controls+how+its+ordered+amongst+other+pages+in+the+same+directory%3B+lowest+number+first%29.%0A%2A+Add+a+good+commit+message+at+the+bottom+of+the+page+%28%3C80+characters%3B+use+the+extended+description+field+for+more+detail%29.%0A%2A+Create+a+new+branch+so+you+can+preview+your+new+file+and+request+a+review+via+Pull+Request.%0A" class="td-page-meta--child" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Create child page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//tree/main/content/en/docs/core_applications/powerdns/_index.md" class="td-page-meta--view" target="_blank" rel="noopener"><i class="fa-solid fa-file-lines fa-fw"></i> View page source</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//edit/main/content/en/docs/core_applications/powerdns/_index.md" class="td-page-meta--edit" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Edit this page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//new/main/content/en/docs/core_applications/powerdns/_index.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at+the+top+of+the+page+%28weight+controls+how+its+ordered+amongst+other+pages+in+the+same+directory%3B+lowest+number+first%29.%0A%2A+Add+a+good+commit+message+at+the+bottom+of+the+page+%28%3C80+characters%3B+use+the+extended+description+field+for+more+detail%29.%0A%2A+Create+a+new+branch+so+you+can+preview+your+new+file+and+request+a+review+via+Pull+Request.%0A" class="td-page-meta--child" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Create child page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//issues/new?title=PowerDNS" class="td-page-meta--issue" target="_blank" rel="noopener"><i class="fa-solid fa-list-check fa-fw"></i> Create documentation issue</a>
|
||||
|
||||
</div>
|
||||
|
@ -230,9 +230,9 @@
|
||||
<aside class="d-none d-xl-block col-xl-2 td-sidebar-toc d-print-none">
|
||||
|
||||
<div class="td-page-meta ml-2 pb-1 pt-2 mb-0">
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//tree/main/content/en/docs/core_applications/Vaultwarden/_index.md" class="td-page-meta--view" target="_blank" rel="noopener"><i class="fa-solid fa-file-lines fa-fw"></i> View page source</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//edit/main/content/en/docs/core_applications/Vaultwarden/_index.md" class="td-page-meta--edit" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Edit this page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//new/main/content/en/docs/core_applications/Vaultwarden/_index.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at+the+top+of+the+page+%28weight+controls+how+its+ordered+amongst+other+pages+in+the+same+directory%3B+lowest+number+first%29.%0A%2A+Add+a+good+commit+message+at+the+bottom+of+the+page+%28%3C80+characters%3B+use+the+extended+description+field+for+more+detail%29.%0A%2A+Create+a+new+branch+so+you+can+preview+your+new+file+and+request+a+review+via+Pull+Request.%0A" class="td-page-meta--child" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Create child page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//tree/main/content/en/docs/core_applications/vaultwarden/_index.md" class="td-page-meta--view" target="_blank" rel="noopener"><i class="fa-solid fa-file-lines fa-fw"></i> View page source</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//edit/main/content/en/docs/core_applications/vaultwarden/_index.md" class="td-page-meta--edit" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Edit this page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//new/main/content/en/docs/core_applications/vaultwarden/_index.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at+the+top+of+the+page+%28weight+controls+how+its+ordered+amongst+other+pages+in+the+same+directory%3B+lowest+number+first%29.%0A%2A+Add+a+good+commit+message+at+the+bottom+of+the+page+%28%3C80+characters%3B+use+the+extended+description+field+for+more+detail%29.%0A%2A+Create+a+new+branch+so+you+can+preview+your+new+file+and+request+a+review+via+Pull+Request.%0A" class="td-page-meta--child" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Create child page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//issues/new?title=Vaultwarden" class="td-page-meta--issue" target="_blank" rel="noopener"><i class="fa-solid fa-list-check fa-fw"></i> Create documentation issue</a>
|
||||
|
||||
</div>
|
||||
@ -313,7 +313,8 @@
|
||||
</div>
|
||||
|
||||
<p>Access to Vaultwarden is at: <a href="https://vaultwarden.domain.com">https://vaultwarden.domain.com</a> where “domain.com” is your domain name.</p>
|
||||
<p>This is the section landing page.</p>
|
||||
<p><strong>Setting Up Users</strong></p>
|
||||
<p>In a future version of</p>
|
||||
|
||||
<div class="section-index">
|
||||
|
||||
|
@ -230,9 +230,9 @@
|
||||
<aside class="d-none d-xl-block col-xl-2 td-sidebar-toc d-print-none">
|
||||
|
||||
<div class="td-page-meta ml-2 pb-1 pt-2 mb-0">
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//tree/main/content/en/docs/core_applications/Wireguard/_index.md" class="td-page-meta--view" target="_blank" rel="noopener"><i class="fa-solid fa-file-lines fa-fw"></i> View page source</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//edit/main/content/en/docs/core_applications/Wireguard/_index.md" class="td-page-meta--edit" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Edit this page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//new/main/content/en/docs/core_applications/Wireguard/_index.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at+the+top+of+the+page+%28weight+controls+how+its+ordered+amongst+other+pages+in+the+same+directory%3B+lowest+number+first%29.%0A%2A+Add+a+good+commit+message+at+the+bottom+of+the+page+%28%3C80+characters%3B+use+the+extended+description+field+for+more+detail%29.%0A%2A+Create+a+new+branch+so+you+can+preview+your+new+file+and+request+a+review+via+Pull+Request.%0A" class="td-page-meta--child" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Create child page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//tree/main/content/en/docs/core_applications/wireguard/_index.md" class="td-page-meta--view" target="_blank" rel="noopener"><i class="fa-solid fa-file-lines fa-fw"></i> View page source</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//edit/main/content/en/docs/core_applications/wireguard/_index.md" class="td-page-meta--edit" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Edit this page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//new/main/content/en/docs/core_applications/wireguard/_index.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+section+at+the+top+of+the+page+%28weight+controls+how+its+ordered+amongst+other+pages+in+the+same+directory%3B+lowest+number+first%29.%0A%2A+Add+a+good+commit+message+at+the+bottom+of+the+page+%28%3C80+characters%3B+use+the+extended+description+field+for+more+detail%29.%0A%2A+Create+a+new+branch+so+you+can+preview+your+new+file+and+request+a+review+via+Pull+Request.%0A" class="td-page-meta--child" target="_blank" rel="noopener"><i class="fa-solid fa-pen-to-square fa-fw"></i> Create child page</a>
|
||||
<a href="https://gitea.federated.computer/documentation.federated.computer//issues/new?title=Wireguard" class="td-page-meta--issue" target="_blank" rel="noopener"><i class="fa-solid fa-list-check fa-fw"></i> Create documentation issue</a>
|
||||
|
||||
</div>
|
||||
|
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 156 KiB |
After Width: | Height: | Size: 27 KiB |
After Width: | Height: | Size: 119 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 45 KiB |
After Width: | Height: | Size: 4.5 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 84 KiB |
After Width: | Height: | Size: 22 KiB |
After Width: | Height: | Size: 164 KiB |
After Width: | Height: | Size: 578 KiB |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 6.1 KiB |
After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 27 KiB |