From 68d61b968f128b5e2869e0f55b92f75159eb0f8b Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 12 Jan 2024 11:37:48 +0100 Subject: [PATCH] cmd/server.go aktualisiert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ich habe mal die für mich "heiklen" Themen/Projekte rausgenommen. --- cmd/server.go | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) 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/",