forked from ecamp/ecamp3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We use eCamp v3 for our instance, and ecamp3 for the source code repository, but never eCamp3
- Loading branch information
1 parent
4af9a1e
commit e030f57
Showing
19 changed files
with
32 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Deploying to a Kubernetes Cluster | ||
|
||
eCamp3 comes with a native integration with [Kubernetes](https://kubernetes.io/) and the [Helm](https://helm.sh/) | ||
eCamp v3 comes with a native integration with [Kubernetes](https://kubernetes.io/) and the [Helm](https://helm.sh/) | ||
package manager. | ||
|
||
[Learn how to deploy in the API platform documentation](https://api-platform.com/docs/deployment/kubernetes/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
name: ecamp-core | ||
runtime: nodejs | ||
description: The aws setup for ecamp3 | ||
description: The aws setup for eCamp v3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,7 @@ SENTRY_ENVIRONMENT="local" | |
|
||
FRONTEND_BASE_URL="http://localhost:3000" | ||
MAIL_FROM_EMAIL="[email protected]" | ||
MAIL_FROM_NAME="eCamp3" | ||
MAIL_FROM_NAME="eCamp v3" | ||
|
||
###> google/recaptcha ### | ||
# To use Google Recaptcha, you must register a site on Recaptcha's admin panel: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Willkommen bei eCamp3 | ||
Willkommen bei eCamp v3 | ||
|
||
Hallo {{ name | raw }}, | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Welcome to eCamp3 | ||
Welcome to eCamp v3 | ||
|
||
We have just now received your registration for eCamp. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"inviteToCamp": { | ||
"subject": "[eCamp3] Du wurdest ins Lager \"{campName}\" eingeladen" | ||
"subject": "[eCamp v3] Du wurdest ins Lager \"{campName}\" eingeladen" | ||
}, | ||
"userActivation": { | ||
"subject": "Willkommen bei eCamp3" | ||
"subject": "Willkommen bei eCamp v3" | ||
}, | ||
"passwordReset": { | ||
"subject": "[eCamp3] Passwort zurücksetzen" | ||
"subject": "[eCamp v3] Passwort zurücksetzen" | ||
}, | ||
"emailVerification": { | ||
"subject": "[eCamp3] E-Mail-Adresse verifizieren" | ||
"subject": "[eCamp v3] E-Mail-Adresse verifizieren" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"inviteToCamp": { | ||
"subject": "[eCamp3] You were invited to collaborate in camp \"{campName}\"" | ||
"subject": "[eCamp v3] You were invited to collaborate in camp \"{campName}\"" | ||
}, | ||
"userActivation": { | ||
"subject": "Welcome to eCamp3" | ||
"subject": "Welcome to eCamp v3" | ||
}, | ||
"passwordReset": { | ||
"subject": "[eCamp3] Password reset" | ||
"subject": "[eCamp v3] Password reset" | ||
}, | ||
"emailVerification": { | ||
"subject": "[eCamp3] Verify email address" | ||
"subject": "[eCamp v3] Verify email address" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters