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",
|
||||
},
|
||||
Location: &spaceapi.Location{
|
||||
Lat: 0.0, // TODO: Fill with cool coordinates
|
||||
Lon: 0.0, // TODO: Fill with cool coordinates
|
||||
Lat: 27.987850, // Latitude and Longitude of Mount Everest :)
|
||||
Lon: 86.925026,
|
||||
Timezone: "Europe/Berlin",
|
||||
},
|
||||
Logo: "https://okoyono.de/images/ant.svg",
|
||||
|
@ -30,31 +30,17 @@ func main() {
|
|||
Name: "website",
|
||||
Url: "https://okoyono.de",
|
||||
},
|
||||
{
|
||||
Description: "Forgejo (Sourcecode)",
|
||||
Name: "forgejo",
|
||||
Url: "https://git.okoyono.de",
|
||||
},
|
||||
{
|
||||
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",
|
||||
},
|
||||
|
||||
},
|
||||
Projects: []string{
|
||||
"https://buchdesmonats.okoyono.de/",
|
||||
|
|
Loading…
Reference in a new issue