-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- simple-resource-wrapper-1.0.6
- simple-resource-wrapper-1.0.5
- simple-resource-wrapper-1.0.3
- simple-resource-wrapper-1.0.2
- simple-resource-wrapper-1.0.0
- signing-service-example-0.2.5
- signing-service-example-0.2.4
- signing-service-example-0.2.3
- signing-service-example-0.2.2
- signing-service-example-0.2.1
- signing-service-example-0.2.0
- signing-service-example-0.1.2
- document-engine-3.3.3
- document-engine-3.3.2
- document-engine-3.3.1
- document-engine-3.2.12
- document-engine-3.2.11
- document-engine-3.2.10
- document-engine-3.2.9
- document-engine-3.2.8
- document-engine-3.2.7
- document-engine-3.2.6
- document-engine-3.2.5
- document-engine-3.2.4
- document-engine-3.2.3
- document-engine-3.2.2
- document-engine-3.2.1
- document-engine-3.2.0
- document-engine-3.1.2
- document-engine-3.1.1
- document-engine-3.1.0
- document-engine-3.0.6
- document-engine-3.0.5
- document-engine-3.0.4
- document-engine-2.9.3
- document-engine-2.9.2
- document-engine-2.9.1
- document-engine-2.9.0
- document-engine-2.8.1
- document-engine-2.8.0
- document-engine-2.7.4
- document-engine-2.7.3
- document-engine-2.7.2
- document-engine-2.7.1
- document-engine-2.6.3
- document-engine-2.6.2
- document-engine-2.5.1
- document-engine-2.5.0
- document-engine-2.4.3
- document-engine-2.3.1
- document-engine-2.3.0
- document-engine-2.2.1
- document-engine-2.2.0
- document-engine-2.1.11
- document-engine-2.1.9
- document-engine-2.1.8
- document-engine-2.1.6
- document-engine-2.1.5
- document-engine-2.0.3
- document-engine-2.0.2
- document-engine-2.0.1
- document-engine-2.0.0
- document-engine-1.1.7
- document-engine-1.1.4
- document-engine-1.1.3
- document-engine-1.1.2
- document-engine-1.1.0
- document-engine-1.0.3
- document-engine-1.0.2
- document-engine-1.0.1
- document-engine-1.0.0
- document-engine-0.1.10
- document-engine-0.1.8
- document-engine-0.1.7
- document-engine-0.1.6
- document-engine-0.1.5
- document-engine-0.1.4
- document-engine-0.1.3
- document-engine-0.1.2
- document-engine-0.1.1
- document-engine-0.1.0
PSPDFKit
authored and
PSPDFKit
committed
Jun 27, 2024
0 parents
commit f0f57c5
Showing
97 changed files
with
3,589 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Simple workflow for deploying static content to GitHub Pages | ||
name: Deploy static content to Pages | ||
|
||
on: | ||
# Runs on pushes targeting the default branch | ||
push: | ||
branches: ["master"] | ||
|
||
# Allows you to run this workflow manually from the Actions tab | ||
workflow_dispatch: | ||
|
||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages | ||
permissions: | ||
contents: read | ||
pages: write | ||
id-token: write | ||
|
||
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. | ||
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. | ||
concurrency: | ||
group: "pages" | ||
cancel-in-progress: false | ||
|
||
jobs: | ||
# Single deploy job since we're just deploying | ||
deploy: | ||
environment: | ||
name: github-pages | ||
url: ${{ steps.deployment.outputs.page_url }} | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
- name: Setup Pages | ||
uses: actions/configure-pages@v3 | ||
- name: Upload artifact | ||
uses: actions/upload-pages-artifact@v2 | ||
with: | ||
path: 'repository/' | ||
- name: Deploy to GitHub Pages | ||
id: deployment | ||
uses: actions/deploy-pages@v2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.DS_Store | ||
|
||
*.Secret.yaml | ||
*.yaml.swp | ||
Chart.lock | ||
|
||
#*.tgz | ||
#index.yaml | ||
charts/*/charts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
The PSPDFKit Sample applications are licensed with a modified BSD | ||
license. In plain language: you're allowed to do whatever you wish | ||
with the code, modify, redistribute, embed in your products (free or | ||
commercial), but you must include copyright, terms of usage and | ||
disclaimer as stated in the license. | ||
|
||
You will require a commercial PSPDFKit License to run these examples | ||
in non-demo mode. Please refer to sales@pspdfkit.com for details. | ||
|
||
Copyright © 2018-present PSPDFKit GmbH. | ||
All rights reserved. | ||
|
||
Redistribution and use in source or binary forms, | ||
with or without modification, are permitted provided | ||
that the following conditions are met: | ||
|
||
- Redistributions of source code must retain the above copyright | ||
notice, this list of conditions and the following disclaimer. | ||
|
||
- Redistributions in binary form must reproduce the above copyright | ||
notice, this list of conditions and the following disclaimer in the | ||
documentation and/or other materials provided with the | ||
distribution. | ||
|
||
- Redistributions of PSPDFKit Samples must include attribution to | ||
PSPDFKit, either in documentation or other appropriate media. | ||
|
||
- Neither the name of the PSPDFKit, PSPDFKit GmbH, nor its developers | ||
may be used to endorse or promote products derived from | ||
this software without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | ||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | ||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | ||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | ||
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | ||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# PSPDFKit Helm Charts | ||
|
||
## Using this repository | ||
|
||
``` | ||
helm repo add pspdfkit https://pspdfkit.github.io/helm-charts | ||
helm repo update | ||
``` | ||
|
||
## Installing PDPDFKit tools | ||
|
||
### Document Engine | ||
|
||
``` | ||
helm upgrade --install --debug --dry-run \ | ||
pspdfkit/document-engine \ | ||
-n pspdfkit-services \ | ||
-f ./document-engine-values.yaml | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
!templates/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*.orig | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
apiVersion: v2 | ||
name: document-engine | ||
description: PSPDFKit Document Engine | ||
icon: data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwMCIgaGVpZ2h0PSIxMDAwIiB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMzQyLjU2NyA2NTguNjEyTDMyOS40OTYgNjY1LjkxNUwzMzguNzk5IDY1NC4yODZDMzk5LjMxIDU3OS44NDIgNDMzLjAyNiA0ODcuMjExIDQzNC41MjggMzkxLjI4OEw0MzQuNzYgMzc2LjMxTDQ0MC4xMSAzOTAuMjY1QzQ3NC40MDUgNDc5LjkzMiA1MzcuODc4IDU1NS40NDggNjIwLjMxIDYwNC42NTRMNjMzLjE0OCA2MTIuMzI5TDYxOC4zNTYgNjA5Ljk1N0M1MjMuNTcxIDU5NC43NTYgNDI2LjQyOCA2MTEuODk0IDM0Mi41NjcgNjU4LjYxMloiIGZpbGw9IiMxOTBEOTQiLz4KPHBhdGggZD0iTTU1NC41MTkgNTU2LjM2N0M0NzMuMzk2IDQ0Mi4wMzMgNDg3LjMwNCAzNzYuODY1IDUwOS44NjQgMjg5Ljc4OEM1MzYuNjExIDE4Ni41MjQgNDczLjM1IDg0LjA1MDUgMzYyLjU5NyAxMTQuNDI1QzMxMy41MjMgMTI3LjkxNCAyOTYuMTczIDE2MS4zMTIgMjkwLjAzMyAxODQuNzU2QzI1OS45ODQgMjk3Ljc4OSA0MzguMjMxIDQ2Ni4xNzQgNTU0LjUxOSA1NTYuMzY3WiIgZmlsbD0iIzVFNUNFQiIvPgo8cGF0aCBkPSJNMjE3LjEwMyA2NDQuMTg2QzExNC4zMDQgNjcyLjY1NCA1Ny4xODM1IDc3OC43NTUgMTM4Ljg2NSA4NTkuNDEzQzE3NS4wNTMgODk1LjEzNyAyMTIuNjM4IDg5My40NjIgMjM2LjAzNSA4ODcuMzIyQzM0OC45MjggODU2Ljc2MiA0MDUuNjMgNjE4LjE4NCA0MjUuNjMyIDQ3Mi40MDVDMzY3LjE2MiA1OTkuNjI1IDMwMy45OTQgNjIwLjE4NCAyMTcuMTAzIDY0NC4xODZaIiBmaWxsPSIjNUU1Q0VCIi8+CjxwYXRoIGQ9Ik04NzEuNDggNTgyLjY1MUM3ODguNTQzIDUwMC4xNzkgNTUzLjU5NCA1NzAuMzI0IDQxNy4zNSA2MjUuOTFDNTU2Ljg5NiA2MTIuODM5IDYwNi4zODkgNjU3LjQ0OCA2NzAuNTMzIDcyMC41MjJDNzQ2LjU4NiA3OTUuMzE5IDg2Ni45NjggNzkxLjczNyA4OTYuMDQgNjgwLjY1OUM5MDguNjkyIDYzMS40NDUgODg4LjQ1OCA1OTkuNzIyIDg3MS40OCA1ODIuNjUxWiIgZmlsbD0iIzVFNUNFQiIvPgo8L3N2Zz4K | ||
type: application | ||
version: 2.7.1 | ||
appVersion: "1.3.0" | ||
|
||
dependencies: | ||
- name: postgresql | ||
version: 15.5.9 | ||
repository: https://charts.bitnami.com/bitnami | ||
condition: postgresql.enabled |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
The PSPDFKit Sample applications are licensed with a modified BSD | ||
license. In plain language: you're allowed to do whatever you wish | ||
with the code, modify, redistribute, embed in your products (free or | ||
commercial), but you must include copyright, terms of usage and | ||
disclaimer as stated in the license. | ||
|
||
You will require a commercial PSPDFKit License to run these examples | ||
in non-demo mode. Please refer to sales@pspdfkit.com for details. | ||
|
||
Copyright © 2018-present PSPDFKit GmbH. | ||
All rights reserved. | ||
|
||
Redistribution and use in source or binary forms, | ||
with or without modification, are permitted provided | ||
that the following conditions are met: | ||
|
||
- Redistributions of source code must retain the above copyright | ||
notice, this list of conditions and the following disclaimer. | ||
|
||
- Redistributions in binary form must reproduce the above copyright | ||
notice, this list of conditions and the following disclaimer in the | ||
documentation and/or other materials provided with the | ||
distribution. | ||
|
||
- Redistributions of PSPDFKit Samples must include attribution to | ||
PSPDFKit, either in documentation or other appropriate media. | ||
|
||
- Neither the name of the PSPDFKit, PSPDFKit GmbH, nor its developers | ||
may be used to endorse or promote products derived from | ||
this software without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | ||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | ||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | ||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | ||
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | ||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
# Document Engine Helm chart | ||
|
||
- [Document Engine Helm chart](#document-engine-helm-chart) | ||
- [Upgrade](#upgrade) | ||
- [To 2.7.0](#to-270) | ||
- [To 2.6.2](#to-262) | ||
- [To 2.6.0](#to-260) | ||
- [To 2.4.0](#to-240) | ||
- [To 2.3.0](#to-230) | ||
- [To 2.2.0](#to-220) | ||
- [To 2.1.0](#to-210) | ||
- [To 2.0.0](#to-200) | ||
- [License](#license) | ||
- [Support, Issues and License Questions](#support-issues-and-license-questions) | ||
|
||
[More on Document Engine](https://pspdfkit.com/cloud/document-engine/) | ||
|
||
## Upgrade | ||
|
||
### To 2.7.0 | ||
|
||
* Document Engine 1.3.0 | ||
|
||
### To 2.6.2 | ||
|
||
* Added `deploymentAnnotations` (courtesy of @k11h-de). | ||
* Added `pspdfkit.storage.cleanupJob.podAnnotations`. | ||
* Updated StatsD Prometheus exporter image tag. | ||
|
||
### To 2.6.0 | ||
|
||
* Added ServiceMonitor for Prometheus Operator (setting `metrics.serviceMonitor.enabled` to `true` should work in most cases). | ||
* Added PrometheusRule for Prometheus Operator. | ||
|
||
### To 2.4.0 | ||
|
||
* Added support for NetworkPolicy. | ||
|
||
### To 2.3.0 | ||
|
||
* Added a possibility to override backend in Ingress resources, in order to enable special configurations (e.g. AWS Load Balancer Controller). | ||
|
||
### To 2.2.0 | ||
|
||
* Added `pspdfkit.trustConfigMaps`, a map of ConfigMap references for trust certificates | ||
* Added `pspdfkit.downloaderTrustFileName` for remote file downloader certificates file from `pspdfkit.trustConfigMaps` | ||
* Added `pspdfkit.storage.postgres.tls.verify` (defaults to `true`) to enable PostgreSQL TLS certificate validation | ||
* Added `pspdfkit.storage.postgres.tls.trustFileName` to specify the trust certificates file from `pspdfkit.trustConfigMaps` for PostgreSQL connection | ||
|
||
### To 2.1.0 | ||
|
||
* Value `dashboardIngress` replaced by `extraIngresses` map to accommodate to more complex endpoint scenarios. | ||
|
||
### To 2.0.0 | ||
|
||
* No more `createSecret` values, condition for creating secret by the chart are moved into definition of the corresponding external secret names. | ||
* Storage parameters are now expected to fully reside in `Secret` resources | ||
* `pspdfkit.storage.postgres.auth`, `pspdfkit.storage.s3.auth`, `pspdfkit.storage.redis.auth` maps were all merged into the corresponding `pspdfkit.storage` higher level maps | ||
* Redis secret is now expected to contain (if existsis) all Redis parameters, not only the password | ||
|
||
## License | ||
|
||
This software is licensed under a [modified BSD license](LICENSE). | ||
|
||
## Support, Issues and License Questions | ||
|
||
PSPDFKit offers support via https://pspdfkit.com/support/request/ | ||
|
||
Are you [evaluating our SDK](https://pspdfkit.com/try/)? That's great, we're happy to help out! To make sure this is fast, please use a work email and have someone from your company fill out our sales form: https://pspdfkit.com/sales/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
1. Get the application URL by running these commands: | ||
{{- if .Values.ingress.enabled }} | ||
{{- range $host := .Values.ingress.hosts }} | ||
{{- range .paths }} | ||
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}{{ .path }} | ||
{{- end }} | ||
{{- end }} | ||
{{- else if contains "NodePort" .Values.service.type }} | ||
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "document-engine.fullname" . }}) | ||
export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}") | ||
echo http://$NODE_IP:$NODE_PORT | ||
{{- else if contains "LoadBalancer" .Values.service.type }} | ||
NOTE: It may take a few minutes for the LoadBalancer IP to be available. | ||
You can watch the status of by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "document-engine.fullname" . }}' | ||
export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "document-engine.fullname" . }} --template "{{"{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}"}}") | ||
echo http://$SERVICE_IP:{{ .Values.service.port }} | ||
{{- else if contains "ClusterIP" .Values.service.type }} | ||
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "document-engine.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}") | ||
export CONTAINER_PORT=$(kubectl get pod --namespace {{ .Release.Namespace }} $POD_NAME -o jsonpath="{.spec.containers[0].ports[0].containerPort}") | ||
echo "Visit http://127.0.0.1:8080 to use your application" | ||
kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:$CONTAINER_PORT | ||
{{- end }} |
Oops, something went wrong.