geo: urls clickable
https://geo.nathanaelhoun.fr
- PHP 100%
| conf | ||
| site | ||
| .gitignore | ||
| DEPLOY.md | ||
| docker-compose.yml | ||
| LICENSE.md | ||
| README.md | ||
ugeo.link
Deployed at https://geo.nathanaelhoun.fr.
I got tired that geo: urls are not clickable, and so it's difficult to share a location with someone without relying on a Google or Apple map link, or forcing people to use OSM.
So I made this little redirection service for geo: urls.
It was at first a simple HTML page made with a Caddy template, but it required too much extensions to parse and convert the geolink. So I hacked together this little PHP script, as a simple week-end project.
Licence
This software is available under the AGPL v3 (or later) license.
You can learn what that means about your rights in the LICENSE.md file.
Deploy yourself
As it's a single PHP file, it can be hosted without too much hassle.
A (more complicated than necessary) deployment process, including some analytics because I wanted to try purely backend analytics, is described in the DEPLOY.md file.