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",
|
Matrix: "#public:matrix.okoyono.de",
|
||||||
},
|
},
|
||||||
Location: &spaceapi.Location{
|
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",
|
Logo: "https://okoyono.de/images/ant.svg",
|
||||||
Links: []*spaceapi.LinksItems{
|
Links: []*spaceapi.LinksItems{
|
||||||
{
|
{
|
||||||
Description: "Main website",
|
Description: "Website",
|
||||||
Name: "website",
|
Name: "website",
|
||||||
Url: "https://okoyono.de",
|
Url: "https://okoyono.de",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Description: "Forgejo SCM",
|
Description: "Forgejo (Sourcecode)",
|
||||||
Name: "forgejo",
|
Name: "forgejo",
|
||||||
Url: "https://git.okoyono.de",
|
Url: "https://git.okoyono.de",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Description: "Mastodon",
|
Description: "Mastodon (Social Media)",
|
||||||
Name: "mastodon",
|
Name: "mastodon",
|
||||||
Url: "https://social.okoyono.de",
|
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{
|
Projects: []string{
|
||||||
"https://buchdesmonats.okoyono.de/",
|
"https://buchdesmonats.okoyono.de/",
|
||||||
|
|
Loading…
Reference in a new issue