aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-11 11:51:19 -0300
committerEuAndreh <eu@euandre.org>2019-06-11 11:51:19 -0300
commit6cf4cbb5b80e4337c412c4a80446e037a1c9ee1a (patch)
treedb5825651ac42d21f019c119503b9c049c175e18
parentComment sections of vps.tf (diff)
downloadserver-6cf4cbb5b80e4337c412c4a80446e037a1c9ee1a.tar.gz
server-6cf4cbb5b80e4337c412c4a80446e037a1c9ee1a.tar.xz
TODOs.org
-rw-r--r--TODOs.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODOs.org b/TODOs.org
index 7401145..63fb8c2 100644
--- a/TODOs.org
+++ b/TODOs.org
@@ -127,10 +127,13 @@ DNS registrar API are bad in general (from what I've seen). Using DigitalOcean's
*** DONE Have dynamic Floating IP (a.k.a. =$PINNED_IP=)
CLOSED: [2019-06-09 Sun 22:52]
Floating IP is dynamically attached to the DNS entry in DigitalOcean itself.
-** NEXT Create snapshots before destroying resources
+** CANCELLED Create snapshots before destroying resources
This way the previous good state can be reverted if the deployment fails or the backup can't be restored.
Can a TTL be added to the Droplet and the Volume's snapshots?
+
+Cancelled:
+One can't destroy a Droplet without destroying associated snapshots, even with selected =-target= flags given to =terraform destroy=.
** TODO Harden the server
*** TODO [#C] [[https://www.reddit.com/r/selfhosted/comments/bw8hqq/top_3_measures_to_secure_your_virtual_private/][Top 3 measures to secure your Virtual Private Server? (VPS)]]
*** TODO [#A] [[https://docs.nextcloud.com/server/stable/admin_manual/installation/harden_server.html][Nextcloud: Hardening and security guidance]]