diff --git a/cmd/server.go b/cmd/server.go index 642137e..c56c500 100644 --- a/cmd/server.go +++ b/cmd/server.go @@ -19,8 +19,8 @@ func main() { Matrix: "#public:matrix.okoyono.de", }, Location: &spaceapi.Location{ - Lat: 0.0, // TODO: Fill with cool coordinates - Lon: 0.0, // TODO: Fill with cool coordinates + Lat: 27.987850, // Latitude and Longitude of Mount Everest :) + Lon: 86.925026, Timezone: "Europe/Berlin", }, Logo: "https://okoyono.de/images/ant.svg", @@ -30,31 +30,17 @@ func main() { Name: "website", Url: "https://okoyono.de", }, - { - Description: "Forgejo (Sourcecode)", - Name: "forgejo", - Url: "https://git.okoyono.de", - }, { Description: "Mastodon (Social Media)", Name: "mastodon", Url: "https://social.okoyono.de", }, - { - Description: "OwnCast (Tube)", - Name: "owncast", - Url: "https://tube.okoyono.de", - }, { Description: "SearXNG (Search)", Name: "searxng", Url: "https://search.okoyono.de", }, - { - Description: "Etherpad (pad)", - Name: "etherpad", - Url: "https://pad.okoyono.de", - }, + }, Projects: []string{ "https://buchdesmonats.okoyono.de/",