[misskey compat] add config option to change the misskey ticker color #17

Closed
opened 2022-06-26 14:50:34 +00:00 by nbsp · 6 comments
Contributor

currently all posts from (pler|akk)oma instances show up on misskey with a grey banner under the instance name:

you can patch pleroma-fe to add the following line to index.html to make misskey display any RGB value

<meta name="theme-color" content="#RRGGBB">

maybe this should be configurable via akkoma and admin-fe? probably somewhere under :instance

currently all posts from (pler|akk)oma instances show up on misskey with a grey banner under the instance name: ![](https://0x0.st/oSpx.png) you can patch pleroma-fe to add the following line to `index.html` to make misskey display any RGB value ```html <meta name="theme-color" content="#RRGGBB"> ``` maybe this should be configurable via akkoma and admin-fe? probably somewhere under `:instance`

i was going to say "wait, that's insanely stupid why would it parse HTML to get instance information!?" then remembered it's misskey

this should... really be done via nodeinfo

i'll see if i can dig into misskey's source to figure out if it can be, if not i'll bug syuilo about it because it's p bad to rely on the frontend for federated information

i was going to say "wait, that's insanely stupid why would it parse HTML to get instance information!?" then remembered it's misskey this should... really be done via nodeinfo i'll see if i can dig into misskey's source to figure out if it can be, if not i'll bug syuilo about it because it's p bad to rely on the frontend for federated information

looked into it, we already support this via config :pleroma, :manifest

it's just grey by default

https://docs.akkoma.dev/main/backend/configuration/cheatsheet/#manifest

looked into it, we already support this via `config :pleroma, :manifest` it's just grey by default https://docs.akkoma.dev/main/backend/configuration/cheatsheet/#manifest
Author
Contributor

this seems to relate to PWA settings, so misskey just happens to take a thing from them and use it for their banner rendering, then? i see

also

Only for MastoFE

yeah this makes sense in the context of a PWA but when it's used in a different way it's kinda weird

![](https://akkoma.dev/attachments/17816de9-5274-465b-bcd7-ac8f2cfdf2d6) this seems to relate to PWA settings, so misskey just happens to take a thing from them and use it for their banner rendering, then? i see also > Only for MastoFE yeah this makes sense in the context of a PWA but when it's used in a different way it's kinda weird

yeah, syuilo doing syuilo things

we should probably raise it with them as questionable

i'll have to try and format a sentence in japanese help me

yeah, syuilo doing syuilo things we should probably raise it with them as questionable i'll have to try and format a sentence in japanese help me

raised as https://github.com/misskey-dev/misskey/issues/8897

reopening this issue just to keep track of it

raised as https://github.com/misskey-dev/misskey/issues/8897 reopening this issue just to keep track of it

looking unlikely that this'll happen their side

i'll just mess with server-generated-meta :(

looking unlikely that this'll happen their side i'll just mess with `server-generated-meta` :(
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AkkomaGang/akkoma#17
No description provided.