diff --git a/README.org b/README.org index 66cc01a..b16378c 100644 --- a/README.org +++ b/README.org @@ -33,7 +33,7 @@ networks: services: ipme: - image: code.fosterhangdaan.com/foster/ipme:latest + image: code.hangdaan.com/foster/ipme:latest container_name: ipme restart: unless-stopped env_file: .env.ipme @@ -99,15 +99,15 @@ Refer to [[https://git-send-email.io][this guide]] if you are not familiar with * Core maintainers - *Foster Hangdaan* - - Website: [[https://www.fosterhangdaan.com][www.fosterhangdaan.com]] + - Website: [[https://www.foster.hangdaan.com][foster.hangdaan.com]] - Email: [[mailto:foster@hangdaan.email][foster@hangdaan.email]] - - GPG Public Key: [[https://minio.fosterhangdaan.com/public/foster-pubkey.asc][DBD3 8E38 4B9E 1F4F 19F9 5BAE E48D 7F49 A852 F112]] - - OpenAlias: =pay.fosterhangdaan.com= + - GPG Public Key: [[https://s3.hangdaan.com/public/foster-pubkey.asc][DBD3 8E38 4B9E 1F4F 19F9 5BAE E48D 7F49 A852 F112]] + - OpenAlias: =pay.foster.hangdaan.com= * License #+attr_html: :width 200px -[[https://minio.fosterhangdaan.com/public/images/logos/licenses/agplv3.svg]] +[[https://s3.hangdaan.com/public/images/logos/licenses/agplv3.svg]] This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as diff --git a/main.ts b/main.ts index 8e4df17..57d9e7d 100644 --- a/main.ts +++ b/main.ts @@ -60,7 +60,7 @@ const handler = (req: Request): Response => { console.log("IpMe - A self-hosted API for obtaining your public IP address."); console.log(`Version: ${getVersion()}`); -console.log("Source Code: https://code.fosterhangdaan.com/foster/ipme"); +console.log("Source Code: https://code.hangdaan.com/foster/ipme"); console.log("License: GNU AGPL (version 3 or later)"); Deno.serve({ port }, handler);