This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 88160a215b2 Add note about proxy configuration when using Camel JBang
in doc
88160a215b2 is described below
commit 88160a215b29afa7b88158c27f014a73889c1679
Author: Aurélien Pupier <[email protected]>
AuthorDate: Thu Aug 29 08:56:46 2024 +0200
Add note about proxy configuration when using Camel JBang in doc
Signed-off-by: Aurélien Pupier <[email protected]>
---
docs/user-manual/modules/ROOT/pages/camel-jbang.adoc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
index ae615141024..8eb6c405b0f 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-jbang.adoc
@@ -26,6 +26,8 @@ jbang app install camel@apache/camel
This will install Apache Camel as the `camel` command within JBang, meaning
that you can run Camel from the command line
by just executing `camel` (see more next).
+Note: It requires an access to internet, in case of the use of a proxy, please
ensure that the proxy is configured for your system. If Camel JBang is not
working with your current configuration, please look to
https://www.jbang.dev/documentation/guide/latest/configuration.html#proxy-configuration[Proxy
configuration in JBang documentation].
+
== Container Image
There is also a container image available in
https://hub.docker.com/r/apache/camel-jbang/[Dockerhub]