mempool: add module

This commit is contained in:
Erik Arvstedt
2023-08-06 21:07:51 +02:00
parent f0bf94cc5a
commit 1de259485b
13 changed files with 435 additions and 7 deletions

View File

@@ -149,6 +149,12 @@ in {
liquidd = mkInfo "";
joinmarket-ob-watcher = mkInfo "";
rtl = mkInfo "";
mempool = mkInfo "";
mempool-frontend = name: cfg: mkInfoLong {
inherit name cfg;
systemdServiceName = "nginx";
extraCode = "";
};
# Only add sshd when it has an onion service
sshd = name: cfg: mkIfOnionPort "sshd" (onionPort: ''
add_service("sshd", """info["onion_address"] = get_onion_address("sshd", ${onionPort})""")