feat: support and feedback modal with third party support (#13056)

This commit is contained in:
Zack Pollard 2024-10-01 11:15:31 +01:00 committed by GitHub
parent ecb5cb00eb
commit 3eccff4306
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 274 additions and 8 deletions

View file

@ -415,6 +415,10 @@ export const getBuildMetadata = () => ({
sourceRef: process.env.IMMICH_SOURCE_REF,
sourceCommit: process.env.IMMICH_SOURCE_COMMIT,
sourceUrl: process.env.IMMICH_SOURCE_URL,
thirdPartySourceUrl: process.env.IMMICH_THIRD_PARTY_SOURCE_URL,
thirdPartyBugFeatureUrl: process.env.IMMICH_THIRD_PARTY_BUG_FEATURE_URL,
thirdPartyDocumentationUrl: process.env.IMMICH_THIRD_PARTY_DOCUMENTATION_URL,
thirdPartySupportUrl: process.env.IMMICH_THIRD_PARTY_SUPPORT_URL,
});
const clientLicensePublicKeyProd =