Skip to content

Commit 0bc1c60

Browse files
committed
DOC-3135: Remove License key notes from docs about Image proxy service using Docker
1 parent 639b5fd commit 0bc1c60

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

modules/ROOT/pages/individual-image-proxy-container.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
= Deploy the {productname} Image Proxy service server-side component using Docker (individually licensed)
1+
= Deploy the {productname} Image Proxy service server-side component using Docker
22
:navtitle: Image Proxy service
3-
:description: How-to deploy the {productname} Image Proxy service server-side component using Docker (individually licensed).
3+
:description: How-to deploy the {productname} Image Proxy service server-side component using Docker.
44
:shbundledockerfiles: false
55
:pluginname: Image Editing
66

modules/ROOT/partials/docker/image-proxy-service/image-proxy-service-installation.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
== Installation
33

44
[NOTE]
5-
A valid xref:license-key.adoc[License Key] is **required** in order to install {pluginname} On-Premises.
6-
link:https://www.tiny.cloud/contact/[Contact us] for a trial xref:license-key.adoc[License Key].
5+
Valid credentials (username and password) are **required** in order to retrieve On-Premises services images from our Docker Registry.
6+
link:https://www.tiny.cloud/contact/[Contact us] to request credentials.
77

88
=== Retrieve Docker Image
99

@@ -156,7 +156,7 @@ To check the service is running use:
156156
+
157157
[source, sh]
158158
----
159-
curl <http://localhost:19040/version>
159+
curl http://localhost:19040/version
160160
----
161161

162162
+
@@ -168,8 +168,8 @@ To confirm that a request is being sent to the Image Proxy service, use:
168168
+
169169
[source, sh]
170170
----
171-
curl --location '<http://localhost:19040/2/image?url=https%3A%2F%2Fraw.githubusercontent.com%2Fsrikomm%2FBMP-EDITING%2Frefs%2Fheads%2Fmaster%2Fsrc%2FInputs%2Ffish.bmp>' \\
172-
--header 'Origin: <http://good.com>'
171+
curl --location 'http://localhost:19040/2/image?url=https%3A%2F%2Fraw.githubusercontent.com%2Fsrikomm%2FBMP-EDITING%2Frefs%2Fheads%2Fmaster%2Fsrc%2FInputs%2Ffish.bmp' \\
172+
--header 'Origin: http://good.com'
173173
----
174174

175175
+
@@ -178,8 +178,8 @@ Finally, to verify if a request is unauthorized and originates from an incorrect
178178
+
179179
[source, sh]
180180
----
181-
curl --location '<http://localhost:19040/2/image?url=https%3A%2F%2Fraw.githubusercontent.com%2Fsrikomm%2FBMP-EDITING%2Frefs%2Fheads%2Fmaster%2Fsrc%2FInputs%2Ffish.bmp>' \\
182-
--header 'Origin: <http://bad.com>'
181+
curl --location 'http://localhost:19040/2/image?url=https%3A%2F%2Fraw.githubusercontent.com%2Fsrikomm%2FBMP-EDITING%2Frefs%2Fheads%2Fmaster%2Fsrc%2FInputs%2Ffish.bmp' \\
182+
--header 'Origin: http://bad.com'
183183
----
184184

185185
+

modules/ROOT/partials/docker/image-proxy-service/image-proxy-service-overview.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33

44
The On-Premises version of link:https://www.tiny.cloud/docs/tinymce/latest/editimage/[{pluginname}] is an application that can be installed and run on the customer’s in-house servers and computing infrastructure, including a private cloud.
55

6-
A valid xref:license-key.adoc[License Key] is required in order to install {pluginname} Proxy Service On-Premises. link:https://www.tiny.cloud/contact/[Contact Tiny Support] to request a trial xref:license-key.adoc[License Key].
7-
86
The only requirement to run this service On-Premises is a container runtime or orchestration tool e.g. Docker, Kubernetes, Podman.
97

10-
Once your subscription is enabled for the service, an access token will be provided to access the {companyname} Cloud Docker registry and pull the Docker image.
8+
Once your subscription is enabled for the service, an username and a password will be provided to access the {companyname} Cloud Docker registry and pull the Docker image.
119

1210
include::partial$misc/admon-dont-push-docker-images.adoc[]

0 commit comments

Comments
 (0)