From 74312422c971f29da0dee6a3247af822f5c92a7e Mon Sep 17 00:00:00 2001 From: mwiegand Date: Tue, 6 Jul 2021 09:15:02 +0200 Subject: [PATCH] wip --- bundles/nextcloud/metadata.py | 1 + bundles/postgresql/metadata.py | 1 + nodes/home.server.py | 8 ++++++++ 3 files changed, 10 insertions(+) diff --git a/bundles/nextcloud/metadata.py b/bundles/nextcloud/metadata.py index c744591..d4bfe11 100644 --- a/bundles/nextcloud/metadata.py +++ b/bundles/nextcloud/metadata.py @@ -13,6 +13,7 @@ defaults = { 'php-cli': {}, 'php-cgi': {}, 'php-zip': {}, + 'php-pgsql': {}, }, }, 'archive': { diff --git a/bundles/postgresql/metadata.py b/bundles/postgresql/metadata.py index d5cbd0e..d41513a 100644 --- a/bundles/postgresql/metadata.py +++ b/bundles/postgresql/metadata.py @@ -28,6 +28,7 @@ if node.has_bundle('zfs'): 'datasets': { 'tank/postgresql': { 'mountpoint': '/var/lib/postgresql', +# 'recordsize': '16384', }, }, } diff --git a/nodes/home.server.py b/nodes/home.server.py index 6dac01b..375ad72 100644 --- a/nodes/home.server.py +++ b/nodes/home.server.py @@ -47,11 +47,19 @@ 'readonly_token': '!decrypt:encrypt$gAAAAABg3z1-0hnUdzsfivocxhJm58YnPLn96OUvnHiPaehdRhKd6TZBgEPc5YyR07t2-GEUfOvEwoie-O6QsVhWYxrwxNTBXux_iUSx7W6e-fLQA_3MgWf5G97q_3kx_wCgQ6V0iKRyxH988TpNSMACfS4WhCXdSes1CaMpic4VV3S3ox_gCrSHxO7yVXQkJDnOW0MixY5T', 'writeonly_token': '!decrypt:encrypt$gAAAAABg3z6fGrOy2tNdo03RoYAXmpJoJYkfhBfpblPh_wxYfqmdjtABaD7XyV9mSh9xl8oWQlTAtCk9KndVCDQy7BJ-ju7S3HCKJ0k244Y5YKxUnQtqt9fc9nnm8XD-NOJqLKyfy0QhL_I8dFT02pygoJeCUR5NkZcTKf6julb-iGXI6vWcQgolJTYrW643pHObd-Z-vIEl', }, + 'nextcloud': { + 'hostname': 'cloud.sublimity.de', + 'version': '21.0.1', + }, 'users': { 'root': { 'shell': '/usr/bin/zsh', }, }, + 'vm': { + 'cores': 2, + 'ram': 16192, + }, 'wireguard': { 'my_ip': '172.30.0.2/24', 'peers': {