Migrate paperless database to kubernetes
This commit is contained in:
parent
964f76af14
commit
c56a17fc4f
7 changed files with 232 additions and 169 deletions
|
@ -43,13 +43,6 @@ let
|
|||
password = "\${NEXTCLOUD_DATABASE_PASSWORD}";
|
||||
format = "tar";
|
||||
}
|
||||
{
|
||||
name = "paperless";
|
||||
hostname = "lewis.dmz";
|
||||
username = "paperless";
|
||||
password = "\${PAPERLESS_DATABASE_PASSWORD}";
|
||||
format = "tar";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -69,7 +69,6 @@ in
|
|||
|
||||
authentication = ''
|
||||
host nextcloud nextcloud all md5
|
||||
host paperless paperless all md5
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Reference in a new issue