Commit Graph

6 Commits

Author SHA1 Message Date
Ronald Loyko d533ed428d
fix(penpot): adjust SMTP settings (#944)
Co-authored-by: Ronald Loyko <info@nordia.io>
2023-06-02 17:38:50 -07:00
Ewan Jones 0bbe341526
#942 - Penpot - adding environment variables to frontend (#943)
* #942 - Penpot - adding environment variables to frontend

Fixes #942 

Nginx config can no longer be updated with custom `sed` commands in docker image as it is created by penpot image upon startup. 

However environmen variables are now supported to configure the backend and exporter URI so update to those instead.

* penpot.yml - adding back frontend image

* penpot - update versions and simplify

Updating Penpot, PostgreSQL and Redis versions and ensuring frontend/backend/exporter all use the same version

* penpot - updating label for simplified variable
2023-06-02 11:18:42 -07:00
Ronald Loyko 9f0994d722
feat: update Penpot (#728)
Co-authored-by: Ronald Loyko <ooo@ronald.ooo>
2022-09-25 14:51:16 -07:00
Zottelchen 7d428acb09
Remove smtp_user regex validation from Penpot (#434)
The regex validation breaks certain email delivery services, as they don't simply use mail addresses.

AFAIK, there is no limitation on SMTP usernames, when it comes to authentication.
2021-05-19 00:49:30 -04:00
Stephen Davis 3be7ec633b
Corrected for spelling and RegEx validation (#417)
This template contained several misspellings of "SMTP" and--I'm not entirely sure what the exact cause of this was, as I could not repeat the errors on templates with similar formatting--the RegEx rules would persistently fail for the SMTP boolean settings. I tested across several browsers and encountered the same problem. After wrapping the default values with ' ' they stopped failing the RegEx check. This pull request should be paired with another with similar changes in the GH Pages template.
2021-05-04 08:39:26 -04:00
kgnfth ff17418bf1
Add Penpot app. Closes #359 (#398) 2021-04-21 08:24:05 -04:00