Zicklag
Zicklag
This is done!! 🎉
To document our current strategy for per-instance changes: All of our configuration for both the frontend and the backend are done through environment variables, so it's very easy to configure...
The motivation for fresh was the zero configuration and no compile step, and because I wanted to try it out and get something up quickly, but it really doesn't provide...
I still have to re-implement the GitHub login logic with Svelte, but I migrated to Sveltkit: https://easy-pages.deno.dev/
Haven't thought much about this yet, but it seems like maybe doing it almost exactly like Mastodon does would make the most sense. We should think about the possible implications...
> for instance if you want to link you GitHub account then Mastodon checks for such GitHub Account to refer Mastodon's account back, I think it has to work on...
Ah, gotcha. GitHub does actually support the `rel="me"` links, and that is how mastodon verification works with it I think. I'm not sure how common that is across other social...
I think we could do that easy and automatically for anybody who has a mastodon link. We just need to hook up the routing to host the webfinger JSON under...
I think an alternative to a desktop app to consider is an offline capable web application. I've actually done this already with Chord9. Once you visit the web app the...
Sorry I don't have time to do a proper review, I just want to throw a warning in here because I've messed this up when dealing with generics in the...