diff --git a/cmd/server.go b/cmd/server.go index 7688147..93b4f98 100644 --- a/cmd/server.go +++ b/cmd/server.go @@ -19,25 +19,47 @@ func main() { Matrix: "#public:matrix.okoyono.de", }, Location: &spaceapi.Location{ - Address: "", + Lat: 0.0, // TODO: Fill with cool coordinates + Lon: 0.0, // TODO: Fill with cool coordinates + Timezone: "Europe/Berlin", }, Logo: "https://okoyono.de/images/ant.svg", Links: []*spaceapi.LinksItems{ { - Description: "Main website", + Description: "Website", Name: "website", Url: "https://okoyono.de", }, { - Description: "Forgejo SCM", + Description: "Forgejo (Sourcecode)", Name: "forgejo", Url: "https://git.okoyono.de", }, { - Description: "Mastodon", + 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", + }, + { + Description: "Jitsi (Videochat)", + Name: "jitsi", + Url: "https://meet.okoyono.de", + }, }, Projects: []string{ "https://buchdesmonats.okoyono.de/",