Skip to content

Commit 3d5d678

Browse files
authored
Merge pull request #4 from Ocelot-Social-Community/3-release-version-less
chore(other) release version-less
2 parents fdc2e52 + a930f11 commit 3d5d678

File tree

6 files changed

+7
-2
lines changed

6 files changed

+7
-2
lines changed

.env.enc

-1 Bytes
Binary file not shown.

branding/constants/links.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const DONATE = defaultPageParamsPages.DONATE.overwrite({
2323
// if defined it's dominating
2424
externalLink: {
2525
// we use 'ocelot-social.herokuapp.com' at the moment, because redirections of 'ocelot.social' subpages are not working correctly
26-
url: 'https://ocelot-social.herokuapp.com/donations',
26+
url: 'https://busfaktor.org/en/spenden',
2727
target: '_blank',
2828
},
2929

@@ -41,7 +41,7 @@ const IMPRINT = defaultPageParamsPages.IMPRINT.overwrite({
4141
// if defined it's dominating
4242
externalLink: {
4343
// we use 'ocelot-social.herokuapp.com' at the moment, because redirections of 'ocelot.social' subpages are not working correctly
44-
url: 'https://ocelot-social.herokuapp.com/imprint',
44+
url: 'http://ocelot.social/en/impressum',
4545
target: '_blank',
4646
},
4747

kubeconfig.yaml.enc

3 Bytes
Binary file not shown.

kubernetes/dns.values.yaml.enc

1 Byte
Binary file not shown.

kubernetes/values.yaml.enc

2 Bytes
Binary file not shown.

kubernetes/values.yaml.template

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ BACKEND:
2929
# SMTP_PORT: "465"
3030
# SMTP_IGNORE_TLS: 'true'
3131
# SMTP_SECURE: 'true' # true for 465, false for other ports
32+
# optional
33+
SMTP_DKIM_DOMAINNAME: ocelot.social
34+
SMTP_DKIM_KEYSELECTOR: 2017
35+
# all newlines in one line with "\\n". multi line doesn't work with Helm
36+
SMTP_DKIM_PRIVATKEY: "-----BEGIN RSA PRIVATE KEY-----\\n<private.key>\\n-----END RSA PRIVATE KEY-----\\n"
3237

3338
# most likely you don't need to change this
3439
MIN_READY_SECONDS: "15"

0 commit comments

Comments
 (0)