ComBin
ComBin
This feature is very important for me too, looking forward to it very much.
@peterhaneve, this good feature but: 1. This works strange. 2. This no way if you have 20+ characters. Also you can not sort Overview.
@Wodin73, thank for this tip. This is the way out but this inconvenient and not obvious to most users.
For my case need sorting by name. Any other criteria also good. I thought a little and think search by name also solve for my problem.
Post with fixed script here: https://www.mobileread.com/forums/showpost.php?p=4053527&postcount=488
Hello @abhinavsingh! No, i don't use TLS interception cause i don't need decrypt my TLS traffic on proxy, also i use Let's Encrypt cert (cause I don't want to drag...
Yep this is simple. Full command looks like: `docker create --name proxy -p 8486:8899 -v /etc/letsencrypt/:/ssl/ --rm abhinavsingh/proxy.py:latest --basic-auth 'user:password' --hostname 0.0.0.0 --cert-file /ssl/live/mydomainname/fullchain.pem --key-file /ssl/live/mydomainname/privkey.pem --log-level CRITICAL` If without...
For me works like this: ```INI failregex = ^\s+\d\s\s+[A-Z_]+_DENIED/407 .*$ ^\s+\d\s\s+[A-Z_]+_DENIED/403 .*$ ^\s+\d\s\s+NONE/405 .*$ ignoreregex = ^\s+\d\s\s+[A-Z_]+_DENIED/407.*\s-\sHIER_NONE.*$ ``` Any way, this is the only available way to get it works...
Looks like it can be implemented like notifications API https://opensearch.org/docs/latest/observing-your-data/notifications/api/#create-channel-configuration via specify as monitor_id in POST request. It is important for me because i now do some automantin for monitors...