Compare commits

..

No commits in common. "dbb2c51ae346c79f1a727d03ee997fb5c162d5a0" and "10ac2d86ae7a47a9daf434a6c39f6d28d6d06896" have entirely different histories.

6 changed files with 58 additions and 23 deletions

View file

@ -1,3 +0,0 @@
{
"m.server": "status.rusz.dev:443"
}

View file

@ -3,6 +3,26 @@ permalink: /pgp/
title: "PGP Public Keys" title: "PGP Public Keys"
--- ---
Keys listed here can be verified against [keys.openpgp.org](https://keys.openpgp.org/).
### [blueberry@rusz.dev](https://keys.openpgp.org/search?q=blueberry%40rusz.dev) (ECC)
```
-----BEGIN PGP PUBLIC KEY BLOCK-----
xjMEZThDdRYJKwYBBAHaRw8BAQdA1xIDGRvB0zaiZZ10dC/J7vE2kySYtsxvXEvH
vtO9DpzNJEJsdWViZXJyeSBGcm9zdCA8Ymx1ZWJlcnJ5QHJ1c3ouZGV2PsKJBBMW
CAAxFiEEBuMQmzES/0WGomCx9BpFCkUzOxkFAmU4Q3UCGwMECwkIBwUVCAkKCwUW
AgMBAAAKCRD0GkUKRTM7GQpAAQDBRd84SgTsZw4bdOnMiwpCpyQDIRCElaw2pPdM
fCo+sgEAyHfViXWxKZD00R8y0wToGEtssNtoFlBuIZ7vm030yQLOOARlOEN1Egor
BgEEAZdVAQUBAQdAaW6HgPIsCWLp+A/sDB4tDaCWdXz5AciVHc2146e0TFsDAQgH
wngEGBYIACAWIQQG4xCbMRL/RYaiYLH0GkUKRTM7GQUCZThDdQIbDAAKCRD0GkUK
RTM7GYnoAQD425Z9Iwpy4DI+hZvFgzCCWoPoz862EaLbSa0+x75iuAD/XZ+/U75J
DBhzPLfMwUhYgvVI+EMQ9y4KqkgRRKBycQs=
=A49H
-----END PGP PUBLIC KEY BLOCK-----
```
### [em@rusz.dev](https://keys.openpgp.org/search?q=em%40rusz.dev) (RSA) ### [em@rusz.dev](https://keys.openpgp.org/search?q=em%40rusz.dev) (RSA)
``` ```
@ -116,26 +136,6 @@ jGLwELOnvg4MZfXb6zjxQb3XIy4hoLhWL0HNebWE+184SPgsEOov
-----END PGP PUBLIC KEY BLOCK----- -----END PGP PUBLIC KEY BLOCK-----
``` ```
Keys listed here can be verified against [keys.openpgp.org](https://keys.openpgp.org/).
### [blueberry@rusz.dev](https://keys.openpgp.org/search?q=blueberry%40rusz.dev) (ECC)
```
-----BEGIN PGP PUBLIC KEY BLOCK-----
xjMEZThDdRYJKwYBBAHaRw8BAQdA1xIDGRvB0zaiZZ10dC/J7vE2kySYtsxvXEvH
vtO9DpzNJEJsdWViZXJyeSBGcm9zdCA8Ymx1ZWJlcnJ5QHJ1c3ouZGV2PsKJBBMW
CAAxFiEEBuMQmzES/0WGomCx9BpFCkUzOxkFAmU4Q3UCGwMECwkIBwUVCAkKCwUW
AgMBAAAKCRD0GkUKRTM7GQpAAQDBRd84SgTsZw4bdOnMiwpCpyQDIRCElaw2pPdM
fCo+sgEAyHfViXWxKZD00R8y0wToGEtssNtoFlBuIZ7vm030yQLOOARlOEN1Egor
BgEEAZdVAQUBAQdAaW6HgPIsCWLp+A/sDB4tDaCWdXz5AciVHc2146e0TFsDAQgH
wngEGBYIACAWIQQG4xCbMRL/RYaiYLH0GkUKRTM7GQUCZThDdQIbDAAKCRD0GkUK
RTM7GYnoAQD425Z9Iwpy4DI+hZvFgzCCWoPoz862EaLbSa0+x75iuAD/XZ+/U75J
DBhzPLfMwUhYgvVI+EMQ9y4KqkgRRKBycQs=
=A49H
-----END PGP PUBLIC KEY BLOCK-----
```
### [sparrow@rusz.dev](https://keys.openpgp.org/search?q=sparrow%40rusz.dev) (ECC) ### [sparrow@rusz.dev](https://keys.openpgp.org/search?q=sparrow%40rusz.dev) (ECC)
``` ```

9
cloud.html Normal file
View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting to Nextcloud.</title>
<meta http-equiv="refresh" content="0; URL=https://cloud.beans.team/" />
</head>
<body></body>
</html>

9
piped.html Normal file
View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting to Piped.</title>
<meta http-equiv="refresh" content="0; URL=https://piped.beans.team/" />
</head>
<body></body>
</html>

11
status.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting to status page.</title>
<meta http-equiv="refresh" content="0; URL=https://emrusz.github.io/status">
</head>
</body>
</html>

9
todo.html Normal file
View file

@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Redirecting to Vikunja.</title>
<meta http-equiv="refresh" content="0; URL=https://todo.beans.team/" />
</head>
<body></body>
</html>