Self-hosted, federated location sharing app and server that prioritizes user privacy and security
end-to-end-encryption location-sharing privacy self-hosted federated
at azom 3 lines 128 B view raw
1export function goto(newLocation: string) { 2 window.location.href = "/src/" + newLocation + "-page/" + newLocation + ".html"; 3}