mirror of
https://github.com/friendica/friendica
synced 2025-04-26 17:10:10 +00:00
Avoid wrong server type detection / Owncast added
This commit is contained in:
parent
8720561e49
commit
30e5ef928a
2 changed files with 8 additions and 2 deletions
|
@ -51,6 +51,7 @@ class Federation extends BaseAdmin
|
|||
'mobilizon' => ['name' => 'Mobilizon', 'color' => '#ffd599'], // Background color of parts of the homepage
|
||||
'nextcloud' => ['name' => 'Nextcloud', 'color' => '#1cafff'], // Logo color
|
||||
'mistpark' => ['name' => 'Nomad projects (Mistpark, Osada, Roadhouse, Zap)', 'color' => '#348a4a'], // Green like the Mistpark green
|
||||
'owncast' => ['name' => 'Owncast', 'color' => '#007bff'], // Font color of the homepage
|
||||
'peertube' => ['name' => 'Peertube', 'color' => '#ffad5c'], // One of the logo colors
|
||||
'pixelfed' => ['name' => 'Pixelfed', 'color' => '#11da47'], // One of the logo colors
|
||||
'pleroma' => ['name' => 'Pleroma', 'color' => '#E46F0F'], // Orange from the text that is used on Pleroma instances
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue