Kodo Web

古道京紗の個人サーバーです
Announcements
Error
There's nothing to see here
Post by Sharkey - Official Account
3/9/2026, 7:38:00 AM
Information from remote users may be incomplete.Open original page
The stable release for 2025.4.6 has been made, with the security patches applied. Develop has merge conflicts that are actively being resolved.
This is your official notice that we'll be making a major security release for Sharkey tomorrow (between and ) in coordination with Misskey. Please be ready to patch your instances soon as humanly possible, as the vulnerabilities at play are extremely severe. Note that IceShrimp and Firefish derivatives are not affected, only direct forks of Misskey.
Jumped the gun on posting this slightly, my bad!! 🙇‍♀️
Docker images have now been pushed. Develop is still in progress.
I'm sorry, but- I'm gonna have to throw in the towel for develop for the night. For the savvy users running it, please look into forward-porting the patches for your own instance, until an official release is made.

I'm at the end of my rope for now, and need to recharge- the diff requires resolving six months of merge conflicts. You have my sincerest apologies.

- @julia@eepy.moe
@sharkey@sharkey.team
Still seeing the old docker container:
    

> sharkey@2025.4.4 migrateandstart /sharkey

> pnpm migrate && pnpm start

> sharkey@2025.4.4 migrate /sharkey

> pnpm --filter backend migrate

> backend@ migrate /sharkey/packages/backend

> pnpm typeorm migration:run -d ormconfig.js

INFO *	[config]		Reading configuration from /sharkey/.config/default.yml

query: SELECT version()

query: SELECT * FROM current_schema()

query: SELECT * FROM "information_schema"."tables" WHERE "table_schema" = 'public' AND "table_name" = 'migrations'

query: SELECT * FROM "migrations" "migrations" ORDER BY "id" DESC

No migrations are pending

> sharkey@2025.4.4 start /sharkey

> pnpm check:connect && cd packages/backend && MK_WARNED_ABOUT_CONFIG=true node ./built/boot/entry.js

> sharkey@2025.4.4 check:connect /sharkey

> pnpm --filter backend check:connect

> backend@ check:connect /sharkey/packages/backend

> node ./scripts/check_connect.js

INFO *	[config]		Reading configuration from /sharkey/.config/default.yml

INFO *	[db sql]		No classes were found using the provided glob pattern:  "../../migration/*.js"

INFO *	[config]		Reading configuration from /sharkey/.config/default.yml

INFO *	[core]		Start main process... pid: 78

 _____ _                _              

/  ___| |              | |             

\ `--.| |__   __ _ _ __| | _____ _   _ 

 `--. \ '_ \ / _` | '__| |/ / _ \ | | |

/\__/ / | | | (_| | |  |   <  __/ |_| |

\____/|_| |_|\__,_|_|  |_|\_\___|\__, |

                                  __/ |

                                 |___/ 

 Sharkey is an open-source decentralized microblogging platform.

 If you like Sharkey, please donate to support development. https://opencollective.com/sharkey

--- 92350ddd3ca1 (PID: 78) ---

INFO *	[core boot]		Welcome to Sharkey!

INFO *	[core boot]		Sharkey v2025.4.4

INFO *	[core boot env]		NODE_ENV: production