This commit is contained in:
Charlotte 🦝 Delenk 2022-11-02 21:34:50 +01:00
parent c5f81545c8
commit 7402d3de9a
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -77,6 +77,7 @@ in
substituteInPlace $out/moa/worker.py --replace "Path(f'" "Path(f'/tmp/moa_"
substituteInPlace $out/app.py --replace "logHandler = logging.FileHandler('logs/app.log')" "import sys; logHandler = logging.StreamHandler(sys.stderr)"
substituteInPlace $out/moa/worker.py --replace "sqlite" "postgresql"
substituteInPlace $out/app.py --replace "app.run()" "app.run(host='::1')"
'';
meta = {
description = "Mastodon-Twitter crossposter";