docs: Update links and URLs
This commit is contained in:
parent
d1a43f56ba
commit
006c33762f
2 changed files with 6 additions and 6 deletions
10
README.org
10
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
|
||||
|
|
2
main.ts
2
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);
|
||||
|
|
Loading…
Add table
Reference in a new issue