diff --git a/hawkbit-runtime/.sandbox/README.md b/hawkbit-runtime/.sandbox/README.md index d102bb3d0..f7b76c1c6 100644 --- a/hawkbit-runtime/.sandbox/README.md +++ b/hawkbit-runtime/.sandbox/README.md @@ -3,9 +3,9 @@ hawkBit Sandbox ## Try out the update server in our hawkBit sandbox -- try out Management UI https://hawkbit.eclipse.org (username: demo, passwd: demo) -- try out Management API https://hawkbit.eclipse.org/rest/v1/targets (don't forget basic auth header; username: demo, passwd: demo) -- try out DDI API https://hawkbit.eclipse.org/DEFAULT/controller/v1/MYTESTDEVICE +- try out Management UI https://hawkbit.eclipseprojects.io (username: demo, passwd: demo) +- try out Management API https://hawkbit.eclipseprojects.io/rest/v1/targets (don't forget basic auth header; username: demo, passwd: demo) +- try out DDI API https://hawkbit.eclipseprojects.io/DEFAULT/controller/v1/MYTESTDEVICE ## Sandbox Setup diff --git a/hawkbit-runtime/README.md b/hawkbit-runtime/README.md index 3793b6b41..73c57c0ce 100644 --- a/hawkbit-runtime/README.md +++ b/hawkbit-runtime/README.md @@ -4,7 +4,7 @@ hawkBit Runtime | Folder | Description | |--------------------------|----------------------------------------------------------------------------------------------------------------------------| -| `.sandbox/` | Content of the hawkBit sandbox installation running on [hawkbit.eclipse.org](https://hawkbit.eclipse.org/UI/). | +| `.sandbox/` | Content of the hawkBit sandbox installation running on [hawkbit.eclipseprojects.io](https://hawkbit.eclipseprojects.io/UI/). | | `docker/` | Docker related files, such es Dockerfiles, compose and stack files to quickly start up an hawkBit. | | `docker/docker_build/` | Docker images build related files, such es Dockerfiles and build shell scripts. | | `hawkbit-update-server/` | Spring-Boot application of hawkBit. Monolith containing all services. | diff --git a/hawkbit-runtime/hawkbit-update-server/src/main/resources/application-cloudsandbox.properties b/hawkbit-runtime/hawkbit-update-server/src/main/resources/application-cloudsandbox.properties index b526f6dad..f47d51f6d 100644 --- a/hawkbit-runtime/hawkbit-update-server/src/main/resources/application-cloudsandbox.properties +++ b/hawkbit-runtime/hawkbit-update-server/src/main/resources/application-cloudsandbox.properties @@ -18,12 +18,12 @@ spring.servlet.multipart.max-request-size=-1 hawkbit.artifact.url.protocols.download-http.rel=download-http hawkbit.artifact.url.protocols.download-http.protocol=https hawkbit.artifact.url.protocols.download-http.supports=DMF,DDI -hawkbit.artifact.url.protocols.download-http.hostname=hawkbit.eclipse.org +hawkbit.artifact.url.protocols.download-http.hostname=hawkbit.eclipseprojects.io hawkbit.artifact.url.protocols.download-http.ref={protocol}://{hostname}/{tenant}/controller/v1/{controllerId}/softwaremodules/{softwareModuleId}/artifacts/{artifactFileName} hawkbit.artifact.url.protocols.download-cdn-http.rel=download hawkbit.artifact.url.protocols.download-cdn-http.protocol=https hawkbit.artifact.url.protocols.download-cdn-http.supports=MGMT -hawkbit.artifact.url.protocols.download-cdn-http.hostname=hawkbit.eclipse.org +hawkbit.artifact.url.protocols.download-cdn-http.hostname=hawkbit.eclipseprojects.io hawkbit.artifact.url.protocols.download-cdn-http.ref={protocol}://{hostnameRequest}:{portRequest}/rest/v1/softwaremodules/{softwareModuleId}/artifacts/{artifactFileName} hawkbit.artifact.url.protocols.md5sum-http.rel=md5sum-http hawkbit.artifact.url.protocols.md5sum-http.protocol=${hawkbit.artifact.url.protocols.download-http.protocol}