[11 files]: matrix tings + misc minor
This commit is contained in:
parent
b5620941eb
commit
558781957a
10 changed files with 44 additions and 8 deletions
|
@ -18,12 +18,16 @@ various services for myself and my friends:
|
|||
* A Matrix homeserver at `matrix.revsuine.xyz`
|
||||
* An email server at `mail.revsuine.xyz`
|
||||
|
||||
I also host some x86\_64 Alpine Linux APKs I use [here](/alpine_apks). If you want to use them, you can add
|
||||
I also host some x86\_64 Alpine Linux APKs I use [here](/alpine_apks). These are generally packages only on the `edge`
|
||||
Alpine branch that I want to use in a versioned release. If you want to use them, you can add
|
||||
|
||||
https://revsuine.xyz/alpine_apks/community
|
||||
https://revsuine.xyz/alpine_apks/testing
|
||||
```plaintext
|
||||
https://revsuine.xyz/alpine_apks/community
|
||||
https://revsuine.xyz/alpine_apks/testing
|
||||
```
|
||||
|
||||
to your `/etc/apk/repositories`.
|
||||
to your `/etc/apk/repositories`. You should also import my [abuild public key](/keys/laura-673a1ff5.rsa.pub) by
|
||||
downloading it and placing it in `/etc/apk/keys/`.
|
||||
|
||||
My contact details can be found [here](/contact).
|
||||
|
||||
|
|
|
@ -9,12 +9,16 @@ title = 'Contact'
|
|||
|
||||
# Email
|
||||
|
||||
You can email me at `pid1 [at] revsuine [dot] xyz`. Please use [my GPG key](/revsuine_public_key.asc) (fingerprint
|
||||
`8FB4 18CD 9520 22E5 BBC4 3261 3F25 7B68 F5BC 9339`) to encrypt emails to me.
|
||||
You can email me at `pid1 [at] revsuine [dot] xyz`. Please use [my GPG
|
||||
key](/keys/openpgp_8FB418CD952022E5BBC432613F257B68F5BC9339.asc) (fingerprint
|
||||
`8FB4 18CD 9520 22E5 BBC4 3261 3F25 7B68 F5BC 9339`) to encrypt emails to me.
|
||||
|
||||
All legitimate emails from this email will be signed with the above GPG key.
|
||||
|
||||
When I change GPG keys, I will upload a statement signed with my previous key indicating what my new key is, and this
|
||||
statement will be linked from this page.
|
||||
|
||||
# Matrix
|
||||
|
||||
I can be contacted on Matrix at
|
||||
I can be contacted on Matrix at `@revsuine:matrix.revsuine.xyz`.
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ Logs are rotated with logrotate with the following logrotate config:
|
|||
}
|
||||
```
|
||||
|
||||
I also log errors.
|
||||
I also log errors. My error logs contain IP addresses, but no other identifying information.
|
||||
|
||||
# [My static website (revsuine.xyz)](https://revsuine.xyz/)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue