Skip to content

Commit

Permalink
Merge pull request #470 from Cognigy/feature/securehub-upload
Browse files Browse the repository at this point in the history
First publication. Last action: Added German Localization to Fields and descriptors
  • Loading branch information
alexteusz authored Feb 26, 2024
2 parents a3846b6 + 2b5855b commit 673b319
Show file tree
Hide file tree
Showing 10 changed files with 819 additions and 0 deletions.
37 changes: 37 additions & 0 deletions extensions/securehub-file-upload/README-DE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
## Auf SecureHub hochladen

Dieses benutzerdefinierte Modul ermöglicht es uns, Dateien auf ein Speicherkonto eines Drittanbieters hochzuladen, wodurch das ``securehub-file-upload``-Webchat-[Plugin](https://github.com/Cognigy/WebchatPlugins/tree/master/plugins/file) ausgelöst wird -hochladen).

**WICHTIG (CORS):**

Beim Ausführen dieser benutzerdefinierten Knoten könnte eine Fehlermeldung angezeigt werden, die besagt, dass der *origin https://webchat-demo.cognigy.ai durch die CORS-Richtlinie* blockiert wurde. Um dies zu beheben, muss die **CORS-Konfiguration** angepasst werden – Sie müssen zulassen, dass der Webchat Dateien am richtigen Ort speichert.

## Auf Securehub-Speicher hochladen

Um das benutzerdefinierte Modul korrekt nutzen zu können, sind einige Elemente erforderlich.

* Ordnernamen

Dies ist der Name des Ordners, in den die Dateien hochgeladen werden.

* Base URL

Die Base URL für die SecureHub-Umgebung. Normalerweise *securehub.yourcompanyname.com* oder ein ähnliches Muster. "https://" usw. sind nicht erforderlich.

* SecureHub Verbindung

Für die Verbindung benötigen wir Ihren Benutzernamen und Ihr Passwort.

## Zusätzliche Einstellungen

* Nicht auhorisierte Zertifikate ablehnen

Wird automatisch auf „false“ gesetzt. Lassen Sie „false“, wenn Sie Zertifikatsfehler von SecureHub erhalten.

* Ablauf des Links festlegen

Soll der Standard-Linkablauf verwendet werden oder möchten Sie ein benutzerdefiniertes Datum verwenden?

* Linkablauf (in Tagen)

In wie vielen Tagen ab dem aktuellen Tag sollte der Link ablaufen?
37 changes: 37 additions & 0 deletions extensions/securehub-file-upload/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
## Upload To SecureHub

This Custom Module will allow us to upload files to a third party storage account triggering the ``securehub-file-upload`` Webchat [plugin](https://github.com/Cognigy/WebchatPlugins/tree/master/plugins/file-upload).

**IMPORTANT (CORS):**

One could get an error message while executing these Custom Nodes where it says that the *origin https://webchat-demo.cognigy.ai has been blocked by CORS policy*. In order to fix this, the **CORS Configuration** needs to be adjusted -- you need to allow the webchat to store files in the correct location.

## Upload To Securehub Storage

In order to use the custom module correctly, some items are needed.

* Folder Name

This is the name given to the folder where the files will be uploaded.

* Base URL

The base URL for the SecureHub environment. Usually *securehub.yourcompanyname.com* or a similar pattern. "https://" etc. are not required.

* Connection

In the connection we will need your username and password.

## Additional Options

* Reject Unauthorized Certificates

Automatically set to false. Leave as false if you receive certificate errors from SecureHub.

* Define Link Expiration

Should the standard link expiration be used or would you like to use a custom date.

* Link Expiration (in Days)

In how many days from the current day should the link expire?
Binary file added extensions/securehub-file-upload/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 673b319

Please sign in to comment.