Aaron Dewes
Aaron Dewes
This adds support for linux/arm64 to the Supabase functions CLI by utilizing the unofficial arm64 builds of Deno from https://github.com/LukeChannings/deno-arm64
I'm not sure if this is an actual incompatibility or just not marked as compatible, but tensorflow-io-gcs-filesystem is currently not supported on Python 3.10 (When installed with poetry at least).
This adds an automatically build Docker container using GitHub actions and the GitHub container registry. This will make it easier to use elements in node packages like Citadel or Umbrel....
This is an attempt at continuing #266.
[Citadel-logos.zip](https://github.com/runcitadel/compose-nonfree/files/7220149/Citadel-logos.zip) These are our logo files, if anyone's interested.
With uvicorn, you can use [CLI flags](https://www.uvicorn.org/deployment/#running-behind-nginx) to achieve the same. These could probably also be added to `lnbits/server.py` (I'm still manually running Lnbits using the uvicorn command, so I...
this seems to be a better way of deploying pages now. @gr2m you would need to change the repo settings to enable this: https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site#publishing-with-a-custom-github-actions-workflow
### Pitch An arm64 image should be published on Docker Hub. I published it myself using GitHub actions (Example at https://github.com/AaronDewes2/mastodon) ### Motivation ARM64 is used by the newer Apple...
LNUrl is not the only way for sending Lightning payments, and some other interesting methods which could be static files (Not connected to a Lightning node directly) could be useful...
This adds support for Redis Sentinel. With the new Redis client, this is possible without introducing new dependencies. Fixes #2885.