Sam Smucny
Sam Smucny
I am working on a helm chart for misskey using [True Charts](https://github.com/truecharts/charts). Got the basic helm install working and am looking at TrueNAS app integration next. https://github.com/ssmucny/charts/tree/misskey/charts/incubator/misskey
Misskey is now on the TrueCharts helm chart repository in the incubator train! It is designed to be used with [TrueNAS Scale](https://www.truenas.com/truenas-scale/) but can be installed as a normal helm...
Version has been upgraded to 1.0.2, and I have been able to successfully install it. I can add English documentation on the Misskey hub repo for helm install, but otherwise...
> Truecharts no longer supports native helm charts. So we can't install the chart in Kubernetes. > > ref: https://twitter.com/useTrueCharts/status/1592552717503041536?s=20&t=Ns-zHtiDK3oiPV9ZG-_fIw Looks like the new pipeline doesn't build the charts outside...
I would be willing to start implementing this feature. I see this as broken down into the following components (roughly in order of development): - Add database support to attach...
# Database Events - Add new table for events - foreign key 1-to-1 with notes (each event has 1 parent note, a note may have an event). An event will...
# Events API - Modify notes API to return an event member in the note object if present (similar to renotes) - events, because they are a type of note,...
> Thank you for your work! > > > * foreign key 1-to-1 with notes (each event has 1 parent note, a note may have an event). An event will...
I have opened a draft PR to track progress and discuss implementation at https://github.com/misskey-dev/misskey/pull/10628
This PR has all the major features added and is ready for reviews.