Compare commits

..

No commits in common. "f744273d7c6a0243bc490e45b4aa898144fd143f" and "ff3c5e28aa479f9fa6a7fbbc73525107273ff975" have entirely different histories.

2 changed files with 8 additions and 8 deletions

View File

@ -150,6 +150,11 @@ in {
targets = [ "agent:5001" "form:5001" "matter:5001" "purpose:5001" ]; targets = [ "agent:5001" "form:5001" "matter:5001" "purpose:5001" ];
}]; }];
} }
{
job_name = "exportarr";
static_configs =
[{ targets = [ "plato:9707" "plato:9708" "plato:9709" ]; }];
}
]; ];
}; };
}; };

View File

@ -11,18 +11,13 @@
"/ip6/::/tcp/4001" "/ip6/::/tcp/4001"
"/ip4/0.0.0.0/udp/4001/quic" "/ip4/0.0.0.0/udp/4001/quic"
"/ip6/::/udp/4001/quic" "/ip6/::/udp/4001/quic"
"/ip4/0.0.0.0/tcp/4002/ws"
"/ip6/::1/tcp/4002/ws"
]; ];
extraConfig = { extraConfig = {
Addresses = {
Announce = [ ];
NoAnnounce = [ ];
};
API = { HTTPHeaders = { Access-Control-Allow-Origin = [ "*" ]; }; }; API = { HTTPHeaders = { Access-Control-Allow-Origin = [ "*" ]; }; };
Discovery = { MDNS = { Enabled = true; }; }; Routing = { Type = "dhtclient"; };
Routing = { Type = "dht"; };
Peering = { Peers = [ ]; };
Swarm = { Swarm = {
AddrFilters = null;
ConnMgr = { ConnMgr = {
Type = "basic"; Type = "basic";
LowWater = 25; LowWater = 25;