diff options
author | EuAndreh <eu@euandre.org> | 2020-09-23 14:50:45 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-09-23 14:50:45 -0300 |
commit | 755af4c6997ac417bdb1d0f11dda4bd9f5f1c696 (patch) | |
tree | a93566dbd5d50c06831db677101099b4d07420cd /TODOs.org | |
parent | Enable autoUpgrade with reboots (diff) | |
download | server-755af4c6997ac417bdb1d0f11dda4bd9f5f1c696.tar.gz server-755af4c6997ac417bdb1d0f11dda4bd9f5f1c696.tar.xz |
Use SQLite instead of PostgreSQL: simplify operations and backup
Diffstat (limited to 'TODOs.org')
-rw-r--r-- | TODOs.org | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,4 +1,11 @@ * Tasks - v4 +** TODO Symlink stateful directories to inside =/data/= +- State "TODO" from [2020-09-23 mer. 14:45] + +Repositories to be kept across instances: +- /var/lib/acme/ +- /var/lib/matrix-synapse/ +- /var/lib/nextcloud/ ** DONE "Migration": use =euandreh_nextcloud_= prefix to database table CLOSED: [2020-09-22 mar. 18:55] ** DONE cgit: show README in about section @@ -23,7 +30,9 @@ CLOSED: [2020-09-22 mar. 18:56] ** DOING cron: borg, PostgreSQL backup and NixOS update and collect gargabe ** DOING snapshot with swap: nixos-rebuild switch takes too much memory Adding swap memory maybe be a lot slower, but allows me to stay inside the 512MB memory server plan -** TODO Configure PostgreSQL permissions correctly +** DONE Configure PostgreSQL permissions correctly +CLOSED: [2020-09-23 mer. 14:44] +- State "DONE" from "TODO" [2020-09-23 mer. 14:44] Or even better: switch to SQLite. ** 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)]] @@ -33,7 +42,9 @@ Or even better: switch to SQLite. *** DONE Move secrets outside the Nix store CLOSED: [2020-09-06 dim. 11:35] - State "DONE" from [2020-09-06 dim. 11:35] -*** TODO Properly configure PostgreSQL +*** DONE Properly configure PostgreSQL +CLOSED: [2020-09-23 mer. 14:45] +- State "DONE" from "TODO" [2020-09-23 mer. 14:45] *** TODO Separate lighttpd user ownership from =$GIT_ROOT=? ** DOING Add volume And put in to fstab |