forked from Mirrors/keyoxide-web
Update links to new repo
This commit is contained in:
parent
b47a047fca
commit
5946c78414
3 changed files with 6 additions and 6 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
<h3>As a developer</h3>
|
<h3>As a developer</h3>
|
||||||
|
|
||||||
<p>As Keyoxide is an open-source project licensed under the permissive <a href="https://codeberg.org/yarmo/keyoxide/src/branch/main/LICENSE">MIT License</a>, everyone is welcome and encouraged to contribute. This can be done in various forms:</p>
|
<p>As Keyoxide is an open-source project licensed under the permissive <a href="https://codeberg.org/keyoxide/web/src/branch/main/LICENSE">MIT License</a>, everyone is welcome and encouraged to contribute. This can be done in various forms:</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://codeberg.org/yarmo/keyoxide/issues">Open an issue</a> to request changes, new features or simply get help.</li>
|
<li><a href="https://codeberg.org/keyoxide/web/issues">Open an issue</a> to request changes, new features or simply get help.</li>
|
||||||
<li><a href="https://codeberg.org/yarmo/keyoxide/pulls">Open a PR</a> to directly integrate your own changes and new features.</li>
|
<li><a href="https://codeberg.org/keyoxide/web/pulls">Open a PR</a> to directly integrate your own changes and new features.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3>Not a developer?</h3>
|
<h3>Not a developer?</h3>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<p>Though it's not a fully supported use case yet, anyone can take the <a href="https://codeberg.org/yarmo/keyoxide">source code</a> and put it on their own server. The idea is that <a href="https://keyoxide.org">Keyoxide.org</a> is not special in itself. After all, all the heavy lifting is done by the browser. So the role of any individual Keyoxide server is to get the tool in the hands of the end user.</p>
|
<p>Though it's not a fully supported use case yet, anyone can take the <a href="https://codeberg.org/keyoxide/web">source code</a> and put it on their own server. The idea is that <a href="https://keyoxide.org">Keyoxide.org</a> is not special in itself. After all, all the heavy lifting is done by the browser. So the role of any individual Keyoxide server is to get the tool in the hands of the end user.</p>
|
||||||
|
|
||||||
<p>The few supporting roles the server has can easily be performed by any other (PHP) server.</p>
|
<p>The few supporting roles the server has can easily be performed by any other (PHP) server.</p>
|
||||||
|
|
||||||
<p>So if you like the project but perhaps are mistrusting of servers of others, especially when it comes to keypairs, here's the <a href="https://codeberg.org/yarmo/keyoxide">source code</a> and put it on your own server. Thanks for using the project!</p>
|
<p>So if you like the project but perhaps are mistrusting of servers of others, especially when it comes to keypairs, here's the <a href="https://codeberg.org/keyoxide/web">source code</a> and put it on your own server. Thanks for using the project!</p>
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
<p>
|
<p>
|
||||||
Made by <a href="https://yarmo.eu">Yarmo Mackenbach</a>.
|
Made by <a href="https://yarmo.eu">Yarmo Mackenbach</a>.
|
||||||
<br>
|
<br>
|
||||||
Code hosted on <a href="https://codeberg.org/yarmo/keyoxide">Codeberg</a> (<a href="https://drone.private.foss.best/yarmo/keyoxide/">drone CI/CD</a>).
|
Code hosted on <a href="https://codeberg.org/keyoxide/web">Codeberg</a> (<a href="https://drone.private.foss.best/yarmo/keyoxide/">drone CI/CD</a>).
|
||||||
<br>
|
<br>
|
||||||
Uses <a href="https://github.com/openpgpjs/openpgpjs">openpgp.js</a> (version <a href="https://github.com/openpgpjs/openpgpjs/releases/tag/v4.10.6">4.10.6</a>).
|
Uses <a href="https://github.com/openpgpjs/openpgpjs">openpgp.js</a> (version <a href="https://github.com/openpgpjs/openpgpjs/releases/tag/v4.10.6">4.10.6</a>).
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue