cmd/server.go aktualisiert
All checks were successful
/ docker-image (push) Successful in 4m42s
/ deployment (push) Successful in 1s

Ich habe mal die für mich "heiklen" Themen/Projekte rausgenommen.
This commit is contained in:
Michael 2024-01-12 11:37:48 +01:00
parent cdce28e5cc
commit 68d61b968f

View file

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