aboutsummaryrefslogtreecommitdiff
path: root/TODOs.org
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-28 23:18:16 -0300
committerEuAndreh <eu@euandre.org>2019-05-28 23:18:16 -0300
commitc0c0aa98d88c2a62792ed7b4f9b150774b66d07e (patch)
tree9e5181e7363d94cb8fd8c12cbeb15464c3a68db7 /TODOs.org
parentSplit $VPS_COMMIT_SHA variable declaration for exporting (diff)
downloadtoph-c0c0aa98d88c2a62792ed7b4f9b150774b66d07e.tar.gz
toph-c0c0aa98d88c2a62792ed7b4f9b150774b66d07e.tar.xz
Use Floating IP on Droplet
Diffstat (limited to 'TODOs.org')
-rw-r--r--TODOs.org8
1 files changed, 7 insertions, 1 deletions
diff --git a/TODOs.org b/TODOs.org
index 2b50fab..c7a3bdc 100644
--- a/TODOs.org
+++ b/TODOs.org
@@ -25,8 +25,8 @@ CLOSED: [2019-05-26 Sun 19:42]
Put it in an environment variable?
Done by appending to content of =~/.ssh/config=.
+**** DOING Use DigitalOcean's Floating IP in front of the droplet
**** DOING Automate deployment with Terraform and deployment scripts
-**** NEXT Use DigitalOcean's Floating IP in front of the droplet
**** DONE Backup data during deployments
CLOSED: [2019-05-28 Tue 00:48]
Is this approach feasible? Will it make the deployment take too much longer? What are the alternatives?
@@ -120,6 +120,12 @@ I'm already covered by using Git Annex for almost everything.
** WAITING =matrix.euandreh.org=: Matrix Synapse server
I'm not using IRC a lot right now. Wait for me to interact more with mailing lists and gauge the need of IRC.
* Questions
+** TODO How to dynamically handle Floating IPs?
+Right now the current Floating IP defined in =.envrc= was created manually in DigitalOcean's web UI and copied from it to the environment variable.
+
+If everything was teared down, I couldn't recreate everything from source, because the Floating IP would be different.
+
+The ultimate goal would be to upsert a Floating IP address? If no Floating IP address exists, create one. If one already exists (I don't how to get a reference to it), use it.
** TODO Critiques of Docker?
What does NixOps, DisNix and Dysnomia are trying to accomplish that overlap with Docker?