Add some links
All checks were successful
/ docker-image (push) Successful in 1m14s
/ deployment (push) Successful in 1s

This commit is contained in:
Aaron Fischer 2024-01-10 00:09:24 +01:00
parent 1ce81d9cbb
commit 3301a9266f

View file

@ -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/",