Migrate paperless database to kubernetes

This commit is contained in:
Pim Kunis 2024-05-25 17:35:00 +02:00
parent 964f76af14
commit c56a17fc4f
7 changed files with 232 additions and 169 deletions

View file

@ -43,13 +43,6 @@ let
password = "\${NEXTCLOUD_DATABASE_PASSWORD}";
format = "tar";
}
{
name = "paperless";
hostname = "lewis.dmz";
username = "paperless";
password = "\${PAPERLESS_DATABASE_PASSWORD}";
format = "tar";
}
];
};
};

View file

@ -69,7 +69,6 @@ in
authentication = ''
host nextcloud nextcloud all md5
host paperless paperless all md5
'';
};
};