diff options
author | Ashelyn Rose <git@tempest.dev> | 2023-12-07 00:24:39 -0700 |
---|---|---|
committer | Ashelyn Rose <git@tempest.dev> | 2023-12-07 00:58:21 -0700 |
commit | f846668c8afca1aae3da28317b4052374d37ac3c (patch) | |
tree | 88ca3eb52401acc7c96e3047c33b5e7df05e4e6f | |
parent | 6afe0d00acb0f058bf3b8b9c396af7f29c307eb5 (diff) |
add .well-known
-rw-r--r-- | flake.nix | 6 | ||||
-rw-r--r-- | public/.well-known/pronouns | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index 0163c96..a8ebccf 100644 --- a/flake.nix +++ b/flake.nix @@ -119,6 +119,12 @@ locations."/" = { root = "${pkg}"; }; + locations."/.well-known/" = { + extraConfig = '' + alias ${pkg}/.well-known/; + add_header Content-Type text/plain; + ''; + }; forceSSL = true; enableACME = true; }; diff --git a/public/.well-known/pronouns b/public/.well-known/pronouns new file mode 100644 index 0000000..03d8220 --- /dev/null +++ b/public/.well-known/pronouns @@ -0,0 +1,5 @@ +ashe: they/them (collectively) +rose: they/them +dawn: she/her +corona: she/they +echo: it/its |