Compare commits

...

2 Commits

Author SHA1 Message Date
f744273d7c
🔧 aristotle: tweak IPFS settings 2021-10-29 20:09:10 -04:00
7e6ee61c53
⚰️ plato: remove exportarr 2021-10-29 20:08:52 -04:00
2 changed files with 8 additions and 8 deletions

View File

@ -150,11 +150,6 @@ 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,13 +11,18 @@
"/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 = [ "*" ]; }; };
Routing = { Type = "dhtclient"; }; Discovery = { MDNS = { Enabled = true; }; };
Routing = { Type = "dht"; };
Peering = { Peers = [ ]; };
Swarm = { Swarm = {
AddrFilters = null;
ConnMgr = { ConnMgr = {
Type = "basic"; Type = "basic";
LowWater = 25; LowWater = 25;