diff --git a/.env.enc b/.env.enc index 528421d..5886112 100644 Binary files a/.env.enc and b/.env.enc differ diff --git a/.gitignore b/.gitignore index f780ba0..f3f3780 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.DS_Store *.yaml SECRET .env diff --git a/branding/constants/emails.js b/branding/constants/emails.js index 549b132..6e26a08 100644 --- a/branding/constants/emails.js +++ b/branding/constants/emails.js @@ -1,7 +1,7 @@ // this file is duplicated in `backend/src/config/` and `webapp/constants/` and replaced on rebranding by https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/tree/master/branding/constants/ export default { - SUPPORT_EMAIL: 'info@sender.fm', - MODERATION_EMAIL: 'info@sender.fm', + SUPPORT_EMAIL: 'support@senderfm.net', + MODERATION_EMAIL: 'support@senderfm.net', // ATTENTION: the following links have to be defined even for internal pages with full URLs as example like 'https://staging.ocelot.social/support', because they are used in e-mails! ORGANIZATION_LINK: 'https://sender.fm', SUPPORT_LINK: 'https://sender.fm/support', diff --git a/branding/constants/links.js b/branding/constants/links.js index 371cc7b..375d181 100644 --- a/branding/constants/links.js +++ b/branding/constants/links.js @@ -108,7 +108,7 @@ const SUPPORT = defaultPageParamsPages.SUPPORT.overwrite({ }) export default { - LANDING_PAGE: '/organization', // examples: '/login', '/registration', '/organization', or external 'https://ocelot.social' + LANDING_PAGE: '/login', // examples: '/login', '/registration', '/organization', or external 'https://ocelot.social' // you can find and store templates for 👇🏼 at https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/tree/master/branding/templates/ diff --git a/kubeconfig.yaml.enc b/kubeconfig.yaml.enc index 019923b..1ec5662 100644 Binary files a/kubeconfig.yaml.enc and b/kubeconfig.yaml.enc differ diff --git a/kubernetes/dns.values.yaml.enc b/kubernetes/dns.values.yaml.enc index 3a693cd..4edf27b 100644 Binary files a/kubernetes/dns.values.yaml.enc and b/kubernetes/dns.values.yaml.enc differ diff --git a/kubernetes/values.yaml.enc b/kubernetes/values.yaml.enc index 14cac0e..4c83c7d 100644 Binary files a/kubernetes/values.yaml.enc and b/kubernetes/values.yaml.enc differ