🎉 Release of add-on Cloudflared 2.0.1
This commit is contained in:
@@ -86,10 +86,10 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
|
||||
[addon-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/tree/v2.0.0
|
||||
[addon-doc-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/blob/v2.0.0/README.md
|
||||
[addon-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/tree/v2.0.1
|
||||
[addon-doc-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/blob/v2.0.1/README.md
|
||||
[cloudflared-issue]: https://github.com/brenner-tobias/addon-cloudflared/issues
|
||||
[cloudflared-version-shield]: https://img.shields.io/badge/version-v2.0.0-blue.svg
|
||||
[cloudflared-version-shield]: https://img.shields.io/badge/version-v2.0.1-blue.svg
|
||||
[cloudflared-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[cloudflared-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[cloudflared-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
||||
@@ -1,17 +1,10 @@
|
||||
## What’s changed
|
||||
## 📚 Documentation
|
||||
|
||||
## 🚨 New functionality
|
||||
We now support the use of remotely set up tunnels with this add-on.
|
||||
Take a look at the [documentation](https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/tunnel-guide/#set-up-a-tunnel-remotely-dashboard-setup) to see if the new feature is for you and if you want to migrate your tunnel to the new functionality. The current set up process (local managed tunnel) is still fully supported by this add-on. **The update has no effect on existing configurations.**
|
||||
|
||||
## 🚀 Enhancements
|
||||
|
||||
- Add remote managed tunnel functionality: The new function allows to use remote managed Cloudflare tunnel with this add-on. @elcajon (#95)
|
||||
- Add Troubleshooting for 400: Bad Request error @elcajon (#105)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ℹ️ Update Cloudflared to version 2022.5.1 @github-actions (#96)
|
||||
- Bump docker/login-action from 1.14.1 to 2.0.0 @dependabot (#92)
|
||||
- Bump docker/setup-buildx-action from 1.7.0 to 2.0.0 @dependabot (#91)
|
||||
- Bump docker/build-push-action from 2.10.0 to 3.0.0 @dependabot (#90)
|
||||
- Bump docker/setup-qemu-action from 1.2.0 to 2.0.0 @dependabot (#89)
|
||||
- ⬆️ Update yq to 4.14.1-r2 @elcajon (#103)
|
||||
- ℹ️ Update Cloudflared to version 2022.5.3 @github-actions (#102)
|
||||
- ⬆️ Update base image to 11.1.2 @elcajon (#104)
|
||||
|
||||
@@ -398,6 +398,14 @@ http:
|
||||
If you need assistance changing the config, please follow the
|
||||
[Advanced Configuration Tutorial][advancedconfiguration].
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### 400: Bad Request error
|
||||
|
||||
Make sure to add the [trusted proxy setting](#configurationyaml) correctly.
|
||||
Make sure to copy and paste the code snippet without adapting anything.
|
||||
There is no need to adapt IP ranges as the add-on is working as proxy.
|
||||
|
||||
## Domain Name and Cloudlfare Set-Up
|
||||
|
||||
To use this plugin, you need a domain name that is using Cloudflare for its
|
||||
|
||||
@@ -42,4 +42,4 @@ schema:
|
||||
- str?
|
||||
slug: cloudflared
|
||||
url: https://github.com/brenner-tobias/addon-cloudflared/
|
||||
version: 2.0.0
|
||||
version: 2.0.1
|
||||
|
||||
Reference in New Issue
Block a user