🎉 Release of add-on Cloudflared 4.0.2
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
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
|
|
||||||
[addon-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/tree/v4.0.1
|
[addon-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/tree/v4.0.2
|
||||||
[addon-doc-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/blob/v4.0.1/README.md
|
[addon-doc-cloudflared]: https://github.com/brenner-tobias/addon-cloudflared/blob/v4.0.2/README.md
|
||||||
[cloudflared-issue]: https://github.com/brenner-tobias/addon-cloudflared/issues
|
[cloudflared-issue]: https://github.com/brenner-tobias/addon-cloudflared/issues
|
||||||
[cloudflared-version-shield]: https://img.shields.io/badge/version-v4.0.1-blue.svg
|
[cloudflared-version-shield]: https://img.shields.io/badge/version-v4.0.2-blue.svg
|
||||||
[cloudflared-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.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-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[cloudflared-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[cloudflared-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
|||||||
@@ -7,3 +7,7 @@
|
|||||||
|
|
||||||
- Bump docker/setup-buildx-action from 2.2.0 to 2.2.1 @dependabot (#226)
|
- Bump docker/setup-buildx-action from 2.2.0 to 2.2.1 @dependabot (#226)
|
||||||
- ℹ️ Update Cloudflared to version 2022.10.2 @github-actions (#227)
|
- ℹ️ Update Cloudflared to version 2022.10.2 @github-actions (#227)
|
||||||
|
|
||||||
|
## 📚 Documentation
|
||||||
|
|
||||||
|
- Fix list of options in docs @AlecRust (#229)
|
||||||
|
|||||||
+7
-6
@@ -45,8 +45,8 @@ empty and set `additional_hosts` as [shown below](#configuration).
|
|||||||
authenticate with Cloudflare**.
|
authenticate with Cloudflare**.
|
||||||
You need to copy a URL from the logs and visit it to authenticate.
|
You need to copy a URL from the logs and visit it to authenticate.
|
||||||
|
|
||||||
A tunnel will now have been created and show up in your Cloudflare Teams
|
A tunnel should now be listed in your Cloudflare Teams dashboard.
|
||||||
dashboard. Please review the additional configuration options listed below.
|
Please review the additional configuration options below.
|
||||||
|
|
||||||
### Remote tunnel add-on setup (advanced setups only)
|
### Remote tunnel add-on setup (advanced setups only)
|
||||||
|
|
||||||
@@ -62,16 +62,17 @@ Trust Dashboard and provide the token to the add-on.
|
|||||||
1. Start the "Cloudflared" add-on, check the logs to see whether everything went
|
1. Start the "Cloudflared" add-on, check the logs to see whether everything went
|
||||||
as expected.
|
as expected.
|
||||||
|
|
||||||
The tunnel you created should now be associated with the Cloudflared add-on.
|
Your tunnel should now be associated with the Cloudflared add-on. Any
|
||||||
The configuration options listed below are ignored when using a remote tunnel.
|
configuration changes should be made in the Cloudflare Teams dashboard.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
**These configuration options only apply to the local tunnel setup**. More
|
**These configuration options only apply to the local tunnel setup**. More
|
||||||
advanced configurations can be achieved using the remote tunnel setup.
|
advanced config can be achieved using the remote tunnel setup.
|
||||||
|
|
||||||
- [`tunnel_name`](#option-tunnel_name)
|
- [`external_hostname`](#option-external_hostname)
|
||||||
- [`additional_hosts`](#option-additional_hosts)
|
- [`additional_hosts`](#option-additional_hosts)
|
||||||
|
- [`tunnel_name`](#option-tunnel_name)
|
||||||
- [`catch_all_service`](#option-catch_all_service)
|
- [`catch_all_service`](#option-catch_all_service)
|
||||||
- [`nginx_proxy_manager`](#option-nginx_proxy_manager)
|
- [`nginx_proxy_manager`](#option-nginx_proxy_manager)
|
||||||
- [`log_level`](#option-log_level)
|
- [`log_level`](#option-log_level)
|
||||||
|
|||||||
@@ -32,4 +32,4 @@ schema:
|
|||||||
tunnel_token: str?
|
tunnel_token: str?
|
||||||
slug: cloudflared
|
slug: cloudflared
|
||||||
url: https://github.com/brenner-tobias/addon-cloudflared/
|
url: https://github.com/brenner-tobias/addon-cloudflared/
|
||||||
version: 4.0.1
|
version: 4.0.2
|
||||||
|
|||||||
Reference in New Issue
Block a user