Aleksey Lobanov

Results 3 comments of Aleksey Lobanov

Hello. Another Traefik user here. I just installed my first instance of rathole and it works with Docker auto-discovery, docker-compose and noise without problems. I have two machines: 1. Server...

> Did you try to forward 2714 port with Traefik too? No. I believe it may be something like anti-pattern for most cases. - We don't need HTTPS for rathole,...

Works for me ``` def stop_playback_by_id(playback_id): try: playback = ari_client.playbacks.get(playbackId=playback_id) except requests.exceptions.HTTPError: logging.info(u"PlaybackID {} not found".format(playback_id)) return False playback.stop() return True ```