Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerize and create deploy button for Vercel support #17

Open
andrerfneves opened this issue Aug 27, 2021 · 4 comments
Open

Dockerize and create deploy button for Vercel support #17

andrerfneves opened this issue Aug 27, 2021 · 4 comments

Comments

@andrerfneves
Copy link
Contributor

Would be a great idea to make this a 2 step solution. You click the deploy button on the readme and it will spin up an instance of satdress for you given certain criteria (aka domain). Something for the future, but putting there so we don't forget. Could be Herkou as well!

https://vercel.com/docs/more/deploy-button

@whiteyhat
Copy link

@andrerfneves this would be indeed greatz

@fiatjaf
Copy link
Collaborator

fiatjaf commented Aug 30, 2021

We can't do it on Vercel because Vercel only runs Nodejs stuff, right?

Heroku should work though, and there are probably other Heroku competitors these days.

@futurepaul
Copy link

Vercel can do "serveless" routes in go: https://vercel.com/docs/serverless-functions/supported-languages#go

I don't think satdress would work out of the box because it uses a database and Vercel functions need to be stateless. But I'm investigating if it's possible to repurpose the logic from satdress into a git repo that would be deploy-button-able on Vercel.

@futurepaul
Copy link

Here's a proof of concept https://github.com/futurepaul/addressless of what I'm talking about. just does invoices rn.

Big drawback I'm just realizing is no Tor support... so that pretty much removes everyone who wants to use this with a home node. :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants