Yonatan Romero
Yonatan Romero
After running a month the docker fails because its has not enough space on hard disk ``` docker[1001]: 2016/03/07 11:48:22| Loaded Icons. docker[1001]: 2016/03/07 11:48:22| HTCP Disabled. docker[1001]: 2016/03/07 11:48:22|...
**Describe the bug** Our tunnels were impacted by a [regression](https://github.com/cloudflare/cloudflared/issues/688). However we set the `no-autoupdate` option to true to prevent this type of bugs **To Reproduce** 1. Configure `"no-autoupdate": true`...
Run the cloudflared service with `cloudflared` user * Create user `cloudflared` if it does not exist in `cloudflared service install` * Remove user `cloudflared` in `cloudflared service uninstall` * Add...
Hi team, Today I realized that the latest tag has a wrong name. The latest version is **v6.1.1** but the tag is named as **v6.6.1**  I...
Used when a valid value can be a _falsy_ value like `0`, ``""`` or `False` Equivalent to `first(iterable, key=lambda x: x is not None)` but less verbose Inspired in COALESCE...