cmd/server.go aktualisiert
Ich habe mal die für mich "heiklen" Themen/Projekte rausgenommen.
This commit is contained in:
parent
cdce28e5cc
commit
68d61b968f
1 changed files with 3 additions and 17 deletions
|
@ -19,8 +19,8 @@ func main() {
|
||||||
Matrix: "#public:matrix.okoyono.de",
|
Matrix: "#public:matrix.okoyono.de",
|
||||||
},
|
},
|
||||||
Location: &spaceapi.Location{
|
Location: &spaceapi.Location{
|
||||||
Lat: 0.0, // TODO: Fill with cool coordinates
|
Lat: 27.987850, // Latitude and Longitude of Mount Everest :)
|
||||||
Lon: 0.0, // TODO: Fill with cool coordinates
|
Lon: 86.925026,
|
||||||
Timezone: "Europe/Berlin",
|
Timezone: "Europe/Berlin",
|
||||||
},
|
},
|
||||||
Logo: "https://okoyono.de/images/ant.svg",
|
Logo: "https://okoyono.de/images/ant.svg",
|
||||||
|
@ -30,31 +30,17 @@ func main() {
|
||||||
Name: "website",
|
Name: "website",
|
||||||
Url: "https://okoyono.de",
|
Url: "https://okoyono.de",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
Description: "Forgejo (Sourcecode)",
|
|
||||||
Name: "forgejo",
|
|
||||||
Url: "https://git.okoyono.de",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
Description: "Mastodon (Social Media)",
|
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)",
|
Description: "SearXNG (Search)",
|
||||||
Name: "searxng",
|
Name: "searxng",
|
||||||
Url: "https://search.okoyono.de",
|
Url: "https://search.okoyono.de",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
Description: "Etherpad (pad)",
|
|
||||||
Name: "etherpad",
|
|
||||||
Url: "https://pad.okoyono.de",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
Projects: []string{
|
Projects: []string{
|
||||||
"https://buchdesmonats.okoyono.de/",
|
"https://buchdesmonats.okoyono.de/",
|
||||||
|
|
Loading…
Reference in a new issue