docs: Update links and URLs

This commit is contained in:
Foster Hangdaan 2025-01-20 12:40:23 -05:00
parent d1a43f56ba
commit 006c33762f
Signed by: foster
GPG key ID: E48D7F49A852F112
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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);