GitHub went dark with the account suspension on 2026-09-20 and GitLab was retired on 2026-09-22, so links to either no longer resolve. Repository, file, release and download links now point at git.coffeylabs.org, images at registry.coffeylabs.org, and old GitHub issue and pull request links at coffey-labs/ihasmail-github-archive, whose numbers match GitHub's.
12 lines
508 B
TypeScript
12 lines
508 B
TypeScript
/**
|
|
* Where to point someone who wants this instance's source.
|
|
*
|
|
* The AGPL asks whoever runs a modified version to offer *that* version's
|
|
* source. The server says where its own lives, via SOURCE_URL; this is only the
|
|
* fallback for when it has not been asked yet, or has nothing to say.
|
|
*
|
|
* ihasmail-inbuxa: INBUXA runs a modified ihasmail, so the offer is INBUXA's
|
|
* fork and not the project it came from.
|
|
*/
|
|
export const DEFAULT_SOURCE_URL = "https://git.coffeylabs.org/inbuxa/ihasmail-inbuxa";
|