commit e9f2032bc21bfd4414b5603f5cc515ebf3c0f69a parent 37c18053326ce53f9bb4a0b1c27d8f927770481a author: nathanael <nathanael@dalliard.ch> date: Tue, 9 Sep 2025 15:19:08 +0000 add well-known nostr and mail diffstat:
| A | static/.well-known/autoconfig/mail/config-v1.1.xml | | | 21 | +++++++++++++++++++++ |
| A | static/.well-known/nostr.json | | | 5 | +++++ |
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/static/.well-known/autoconfig/mail/config-v1.1.xml b/static/.well-known/autoconfig/mail/config-v1.1.xml @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<clientConfig version="1.1"> + <emailProvider id="dalliard.ch"> + <domain>dalliard.ch</domain> + <displayName>Dalliard IT</displayName> + <outgoingServer type="smtp"> + <hostname>mail.dalliard.ch</hostname> + <port>465</port> + <socketType>SSL</socketType> + <username>%EMAILLOCALPART%</username> + <authentication>password-cleartext</authentication> + </outgoingServer> + <incomingServer type="imap"> + <hostname>mail.dalliard.ch</hostname> + <port>993</port> + <socketType>SSL</socketType> + <username>%EMAILLOCALPART%</username> + <authentication>password-cleartext</authentication> + </incomingServer> + </emailProvider> +</clientConfig> diff --git a/static/.well-known/nostr.json b/static/.well-known/nostr.json @@ -0,0 +1,5 @@ +{ + "names": { + "nathanael": "330d7058bcf47b20ea6696f4e355966d0656ed80ed1ecf6a8ee44647ee18b4ca" + } +}