mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-23 06:59:29 -07:00
Add owncast documentation
This commit is contained in:
parent
5934fd1334
commit
9d05b64beb
1 changed files with 27 additions and 0 deletions
27
docs/serviceproviders/owncast.md
Normal file
27
docs/serviceproviders/owncast.md
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# owncast
|
||||||
|
|
||||||
|
## Proof
|
||||||
|
|
||||||
|
Proofs are defined by adding the following information to the **config.yaml**:
|
||||||
|
|
||||||
|
```
|
||||||
|
- platform: keyoxide
|
||||||
|
url: https://keyoxide.org/FINGERPRINT
|
||||||
|
```
|
||||||
|
|
||||||
|
If you use WKD, you could instead add:
|
||||||
|
|
||||||
|
```
|
||||||
|
- platform: keyoxide
|
||||||
|
url: https://keyoxide.org/wkd/EMAIL?openpgp4fpr=FINGERPRINT
|
||||||
|
```
|
||||||
|
|
||||||
|
Make sure to replace `FINGERPRINT`.
|
||||||
|
|
||||||
|
## Claim
|
||||||
|
|
||||||
|
```
|
||||||
|
https://DOMAIN
|
||||||
|
```
|
||||||
|
|
||||||
|
Make sure to replace `DOMAIN`.
|
Loading…
Reference in a new issue