top | item 41365811 (no title) lfkdev | 1 year ago What you are actually searching for is called ansible discuss order hn newest dewey|1 year ago That's pretty much the opposite of what I'm searching for. Getting a static site running with https on Dokku on a fresh server is done in under 2 minutes if you type quickly.1) Run curl command to install Dokku2) Set up domain to point to my server3) Run 3 Dokku commands (https://news.ycombinator.com/item?id=41358578)4) Add remote git url to my repository5) Git push to that remote6) Done unknown|1 year ago [deleted] lfkdev|1 year ago 1) Install Ansible2) Create a playbook which pulls from your GIT, sets the DNS and installs Caddy (or apache+certbot or whatever) (~5min)3) Run AnsibleYou now don't need docker, can change to any other cheaper hoster any time you want and you don't have the limitations of "serverless" services load replies (1) hk__2|1 year ago That’s orthogonal; you can use Ansible with Dokku. Sammi|1 year ago I downvoted because you didn't qualify your statement.
dewey|1 year ago That's pretty much the opposite of what I'm searching for. Getting a static site running with https on Dokku on a fresh server is done in under 2 minutes if you type quickly.1) Run curl command to install Dokku2) Set up domain to point to my server3) Run 3 Dokku commands (https://news.ycombinator.com/item?id=41358578)4) Add remote git url to my repository5) Git push to that remote6) Done unknown|1 year ago [deleted] lfkdev|1 year ago 1) Install Ansible2) Create a playbook which pulls from your GIT, sets the DNS and installs Caddy (or apache+certbot or whatever) (~5min)3) Run AnsibleYou now don't need docker, can change to any other cheaper hoster any time you want and you don't have the limitations of "serverless" services load replies (1)
lfkdev|1 year ago 1) Install Ansible2) Create a playbook which pulls from your GIT, sets the DNS and installs Caddy (or apache+certbot or whatever) (~5min)3) Run AnsibleYou now don't need docker, can change to any other cheaper hoster any time you want and you don't have the limitations of "serverless" services load replies (1)
dewey|1 year ago
1) Run curl command to install Dokku
2) Set up domain to point to my server
3) Run 3 Dokku commands (https://news.ycombinator.com/item?id=41358578)
4) Add remote git url to my repository
5) Git push to that remote
6) Done
unknown|1 year ago
[deleted]
lfkdev|1 year ago
2) Create a playbook which pulls from your GIT, sets the DNS and installs Caddy (or apache+certbot or whatever) (~5min)
3) Run Ansible
You now don't need docker, can change to any other cheaper hoster any time you want and you don't have the limitations of "serverless" services
hk__2|1 year ago
Sammi|1 year ago