Add some links
This commit is contained in:
parent
1ce81d9cbb
commit
3301a9266f
1 changed files with 26 additions and 4 deletions
|
@ -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/",
|
||||
|
|
Loading…
Reference in a new issue