Compare commits
2 commits
f4b4dda7e9
...
f0b6a088f1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f0b6a088f1 | ||
|
|
82f44fc0a8 |
1 changed files with 5 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
enable = true;
|
||||
package = pkgs.caddy.withPlugins {
|
||||
plugins = [ "github.com/mholt/caddy-ratelimit@v0.1.0" ];
|
||||
hash = "sha256-MBYvVqWB9GK3LSWigeb4NOgclGA2qZTSUyBJMdB635M=";
|
||||
hash = "sha256-kuqkLAMxBJvjNbgVCjrJDLFKUqMPPzguFupgXBFQYCA=";
|
||||
};
|
||||
email = "postmaster@extremist.software";
|
||||
globalConfig = ''
|
||||
|
|
@ -34,6 +34,10 @@
|
|||
header Content-Type "application/json"
|
||||
respond `{"admins": [{"matrix_id": "@jet:extremist.software","role": "admin"}]}`
|
||||
}
|
||||
handle /.well-known/atproto-did {
|
||||
header Content-Type "text/plain"
|
||||
respond "did:plc:pvonud4oncr2m6en5f3jqrqk"
|
||||
}
|
||||
handle {
|
||||
redir https://jetpham.com{uri}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue