egabosh

Results 21 comments of egabosh

Yes, there are no pictures in that page, thats right. But thats not my point. If you play the podcast with the AntennaPod-App you will see what I mean. The...

Here a screenshot for comparison how it shows up in the Nextcloud-News app: ![Screenshot_20220202-140307_News](https://user-images.githubusercontent.com/56364235/152159306-10d4c630-650c-41ac-81c7-de51205cea9f.png)

@David-Development I downloaded the m4a file and looked with ffmpeg/ffprobe in it. I can see only chapters but no pictures but anyway it is possible to access proprietary m4a files...

Maybe you can use a reverse proxy like traefik or hold it binded to localhost or a secure/trusted network?

Moin, ``` RemoteIPHeader X-Forwarded-For RemoteIPInternalProxy 10.0.0.0/8 RemoteIPInternalProxy 172.16.0.0/12 RemoteIPInternalProxy 192.168.0.0/16 ``` in remoteip.conf works for me with a Traefik ReverseProxy But what about ipv6 addresses? There again only the local...

@isdnfan thanks for the quick reply but unfortunately it did not help

OK, found a solution for ipv6. In the /etc/docker/daemon.json must be set among others "ip6tables": true. Here is an example: ``` { "ipv6": true, "fixed-cidr-v6": "fdab::/64", "experimental": true, "ip6tables": true...

Don't understand the CCXT code completely but looks like posSide is evaluated only if it is set to "Merged" in "python/ccxt/async_support/phemex.py"

In Phemex WebUI "Contract History -> Trade History" it is called "Direction": ![ksnip_20240517-111035](https://github.com/ccxt/ccxt/assets/56364235/12c8897c-b961-40e9-98a9-0a6f4e2255bf)