Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pg-dotnet/PostGuard.Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="E4A.PostGuard" Version="0.4.0" />
<PackageReference Include="E4A.PostGuard" Version="0.4.1" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.8" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="10.0.8" />
<PackageReference Include="Microsoft.Extensions.Configuration.UserSecrets" Version="10.0.8" />
Expand Down
47 changes: 12 additions & 35 deletions pg-manual/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pg-manual/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"style-loader": "^4.0.0",
"url": "^0.11.4",
"web-streams-polyfill": "^4.3.0",
"webpack": "^5.106.2",
"webpack": "^5.107.0",
"webpack-cli": "^7.0.2",
"webpack-dev-server": "^5.2.4"
},
Expand Down
12 changes: 6 additions & 6 deletions pg-sveltekit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ A single-page app with two delivery modes:

Available variables (see `.env.example`):

| Variable | Description | Default |
| ---------------------- | ------------------------------------------ | ----------------------------------------------------------------------------- |
| `PUBLIC_PKG_URL` | PostGuard PKG server URL | `https://pkg.staging.postguard.eu` |
| `PUBLIC_CRYPTIFY_URL` | Cryptify file-sharing URL | `https://storage.staging.postguard.eu` |
| `PUBLIC_DOWNLOAD_URL` | PostGuard website used in `/download` URLs | `https://staging.postguard.eu` on staging Cryptify, else `https://postguard.eu` |
| `PUBLIC_APP_NAME` | App display name | `PostGuard for Business Example` |
| Variable | Description | Default |
| --------------------- | ------------------------------------------ | ------------------------------------------------------------------------------- |
| `PUBLIC_PKG_URL` | PostGuard PKG server URL | `https://pkg.staging.postguard.eu` |
| `PUBLIC_CRYPTIFY_URL` | Cryptify file-sharing URL | `https://storage.staging.postguard.eu` |
| `PUBLIC_DOWNLOAD_URL` | PostGuard website used in `/download` URLs | `https://staging.postguard.eu` on staging Cryptify, else `https://postguard.eu` |
| `PUBLIC_APP_NAME` | App display name | `PostGuard for Business Example` |

## Run

Expand Down
65 changes: 20 additions & 45 deletions pg-sveltekit/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pg-sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"eslint-plugin-svelte": "^3.17.1",
"globals": "^17.6.0",
"prettier": "^3.8.3",
"prettier-plugin-svelte": "^3.5.2",
"svelte": "^5.55.8",
"prettier-plugin-svelte": "^4.0.0",
"svelte": "^5.55.9",
"svelte-check": "^4.4.8",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.4",
Expand Down
4 changes: 2 additions & 2 deletions pg-sveltekit/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@
{#if IS_CRYPTIFY_STAGING}
<div class="info-box">
<p>
Open this link yourself to verify the decrypt flow end-to-end (the recipient won't get it
via email on staging):
Open this link yourself to verify the decrypt flow end-to-end (the recipient won't get
it via email on staging):
</p>
<code class="download-url">{DOWNLOAD_URL}/download?uuid={resultUuid}</code>
</div>
Expand Down