summaryrefslogtreecommitdiff
path: root/adonis/autopush
diff options
context:
space:
mode:
authortoufic ar <contact@toufy.me>2026-07-14 16:40:12 +0300
committertoufic ar <contact@toufy.me>2026-07-14 16:40:12 +0300
commit4cb345933ff810aed0e458abba62f7035e0f46e1 (patch)
tree45dd7475e13d7641d40f43677d468148fa4cd9e4 /adonis/autopush
parentcfc4d5e4f10f55c6ae3ab1124c94e8ca2dc5db1e (diff)
downloadservers-4cb345933ff810aed0e458abba62f7035e0f46e1.tar.gz
servers-4cb345933ff810aed0e458abba62f7035e0f46e1.zip
autopush: enable logs
Diffstat (limited to 'adonis/autopush')
-rw-r--r--adonis/autopush/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/adonis/autopush/default.nix b/adonis/autopush/default.nix
index a527be9..77574ce 100644
--- a/adonis/autopush/default.nix
+++ b/adonis/autopush/default.nix
@@ -26,7 +26,7 @@ in {
AUTOCONNECT__ENDPOINT_SCHEME = "https";
AUTOCONNECT__ENDPOINT_HOSTNAME = "updates.${domain}";
AUTOCONNECT__ENDPOINT_PORT = builtins.toString endpointPort;
- AUTOCONNECT__ROUTER_HOSTNAME = "127.0.0.1";
+ AUTOCONNECT__ROUTER_HOSTNAME = "localhost";
};
wantedBy = ["multi-user.target"];
serviceConfig = {
@@ -40,6 +40,7 @@ in {
AUTOEND__HOST = "127.0.0.1";
AUTOEND__PORT = builtins.toString port;
AUTOEND__ENDPOINT_URL = "https://updates.${domain}";
+ AUTOEND__HUMAN_LOGS = true;
};
wantedBy = ["multi-user.target"];
serviceConfig = {