Replies: 6 comments 2 replies
-
My personal choice would be TS, NPM, and Svelte. TS - Type safety helps keep complex apps in control |
Beta Was this translation helpful? Give feedback.
-
I can handle the UI and design side on this project, I already have plans for which building blocks to use. I can also handle browser-side logic. I would want to support both a web version and a local version. For this we'd need a unified TS API for doing the basic repo file editing steps, both for the filesystem and and the GitHub file editing API. |
Beta Was this translation helpful? Give feedback.
-
What are folks thought on the license for this app? I think this would be a good opportunity for a Copyleft license like GPLv3 |
Beta Was this translation helpful? Give feedback.
-
Just using this thread to talk about this project more generally for contingency. I saw Fireship talk about Google Cloud Run and we might be technically able to automate the cosign key generation in a remote container for free, to make the setup a bit easier. Just as long as requests don't exceed 2mil per month. Or we don't find a way to do this with Cloudflare Functions or something else easier. That approach, if it's developed, should be optional, as it might raise security concerns in people. Could mitigate some of that by generating a salt clientside, the encrypting the keys with that, before passing them through HTTPS. |
Beta Was this translation helpful? Give feedback.
-
I think we should figure out a name soon, and create a repo so that stuff can be discussed there. |
Beta Was this translation helpful? Give feedback.
-
Created a repo with AGPL+Tauri+Svelte and all the goodies. Focusing on some scaffolding first, then MPV with re-implementing the current features of images-website in a saner way, and after that we can focus on more big picture stuff. https://github.com/blue-build/workshop |
Beta Was this translation helpful? Give feedback.
-
So I've seen @xynydev getting interested in having a Tauri app. So I'm opening this discussion to figure out how we want to setup the front end framework. The Tauri CLI gives us several options on how to setup an app. Here are the options:
Beta Was this translation helpful? Give feedback.
All reactions