SamuelMarks commented on issue #2045: URL: https://github.com/apache/libcloud/issues/2045#issuecomment-2692890057
@Kami For reference, here's the latest thing I'm working on https://verman.io (redoing the sidebar right now so mind the mess) E.g., 1-click and 2-click deployed of PostgreSQL https://verman.io/docs/latest/_lib/_storage/postgres/README.html To make it functional there are various available mechanisms. The basically undocumented one is where I think I'll end up; namely your [`libcloud.compute.deployment.ScriptDeployment`](https://docs.libcloud.apache.org/en/stable/compute/deployment.html#libcloud.compute.deployment.ScriptDeployment) would be the cleanest way to bootstrap a node with, e.g., PostgreSQL. A while back I did make these https://github.com/offscale?q=off&language=python#org-profile-repositories all of which are built atop Apache Libcloud and/or Fabric. They accept a simple JSON format and use it to do things like: create/delete {networks, firewalls, [e.g., EC2] instances}; and use Fabric to SSH in—with paramiko—to install & configure different things. You might've seen the recent [JupyterLite](https://jupyterlite.readthedocs.io). It's Jupyter Notebook but in the browser with nothing installed (just served locally or with, e.g., a CDN). Both Jupyter [https://jupyterlite.github.io/demo/lab/index.html] and [numpy](https://numpy.org) now have it on their homepages as a "quickly get started with [project]" What I'm thinking @Kami is a similar "quickly get started with _Apache Libcloud_" You would only need a teeny bit of JavaScript+HTML to prompt and store/load cloud auth secrets in [`LocalStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage). Now with this new context and pitch; will you reconsider this proposal? 🤗 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@libcloud.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org