-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#1746] Fixed domain URL replacements in the installer.
- Loading branch information
1 parent
df49e80
commit 28ecd03
Showing
12 changed files
with
60 additions
and
89 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 |
---|---|---|
|
@@ -39,7 +39,7 @@ aliases: | |
#;< SCAFFOLD_DEV | ||
- &renovatebot_git_author 'Renovate Self Hosted <[email protected]>' | ||
#;> SCAFFOLD_DEV | ||
##### - &renovatebot_git_author 'RenovateBot Self Hosted <renovatebot@your-site-url.example>' | ||
##### - &renovatebot_git_author 'RenovateBot Self Hosted <renovatebot@your-site-domain.example>' | ||
# The schedule to run RenovateBot on. Defaults to running twice a day. | ||
- &renovatebot_schedule "5 11,23 * * *" | ||
#;> RENOVATEBOT | ||
|
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 |
---|---|---|
|
@@ -47,7 +47,7 @@ DRUPAL_THEME=your_site_theme | |
# | ||
# If using Shield, the HTTP authentication credentials will be automatically | ||
# added to the origin URL. | ||
DRUPAL_STAGE_FILE_PROXY_ORIGIN=https://www.your-site-url.example/ | ||
DRUPAL_STAGE_FILE_PROXY_ORIGIN=https://www.your-site-domain.example/ | ||
|
||
# Shield message. | ||
DRUPAL_SHIELD_PRINT="Restricted access." | ||
|
@@ -99,7 +99,7 @@ VORTEX_PROVISION_SANITIZE_DB_SKIP=0 | |
# | ||
# Applied if database sanitization is enabled. | ||
# @see https://vortex.drevops.com/workflows/build#sanitization | ||
VORTEX_PROVISION_SANITIZE_DB_EMAIL="user_%uid@your-site-url.example" | ||
VORTEX_PROVISION_SANITIZE_DB_EMAIL="user_%uid@your-site-domain.example" | ||
|
||
# Put the site into a maintenance mode during site provisioning. | ||
VORTEX_PROVISION_USE_MAINTENANCE_MODE=1 | ||
|
@@ -222,14 +222,14 @@ VORTEX_DEPLOY_TYPES=artifact | |
VORTEX_NOTIFY_CHANNELS=email | ||
|
||
# Email to send notifications from. | ||
VORTEX_NOTIFY_EMAIL_FROM="webmaster@your-site-url.example" | ||
VORTEX_NOTIFY_EMAIL_FROM="webmaster@your-site-domain.example" | ||
|
||
# Email address(es) to send notifications to. | ||
# | ||
# Multiple names can be specified as a comma-separated list of email addresses | ||
# with optional names in the format "email|name". | ||
# Example: "[email protected]|Jane Doe, [email protected]|John Doe" | ||
VORTEX_NOTIFY_EMAIL_RECIPIENTS="webmaster@your-site-url.example" | ||
VORTEX_NOTIFY_EMAIL_RECIPIENTS="webmaster@your-site-domain.example" | ||
#;> NOTIFICATIONS | ||
|
||
#;< DEMO | ||
|
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 |
---|---|---|
|
@@ -88,7 +88,7 @@ Defined in: `docker-compose.yml`, `scripts/vortex/info.sh` | |
|
||
Drupal admin email. May need to be reset if database was sanitized. | ||
|
||
Default value: `webmaster@your-site-url.example` | ||
Default value: `webmaster@your-site-domain.example` | ||
|
||
Defined in: `.env` | ||
|
||
|
@@ -172,7 +172,7 @@ Defined in: `.env` | |
|
||
Drupal site email.<br/>Used only when installing from profile. | ||
|
||
Default value: `webmaster@your-site-url.example` | ||
Default value: `webmaster@your-site-domain.example` | ||
|
||
Defined in: `.env`, `scripts/vortex/provision.sh` | ||
|
||
|
@@ -190,7 +190,7 @@ Stage file proxy origin. | |
|
||
If using Shield, the HTTP authentication credentials will be automatically<br/>added to the origin URL. | ||
|
||
Default value: `https://www.your-site-url.example/` | ||
Default value: `https://www.your-site-domain.example/` | ||
|
||
Defined in: `.env` | ||
|
||
|
@@ -274,7 +274,7 @@ Defined in: `CI config` | |
|
||
Commit author for self-hosted Renovate bot. | ||
|
||
Default value: `'Renovate Self Hosted <renovatebot@your-site-url.example>'` | ||
Default value: `'Renovate Self Hosted <renovatebot@your-site-domain.example>'` | ||
|
||
Defined in: `CI config` | ||
|
||
|
@@ -1242,7 +1242,7 @@ Defined in: `scripts/vortex/notify-email.sh` | |
|
||
Email to send notifications from. | ||
|
||
Default value: `webmaster@your-site-url.example` | ||
Default value: `webmaster@your-site-domain.example` | ||
|
||
Defined in: `.env`, `scripts/vortex/notify-email.sh` | ||
|
||
|
@@ -1260,7 +1260,7 @@ Email address(es) to send notifications to. | |
|
||
Multiple names can be specified as a comma-separated list of email addresses<br/>with optional names in the format "email|name".<br/>Example: "[email protected]|Jane Doe, [email protected]|John Doe" | ||
|
||
Default value: `webmaster@your-site-url.example` | ||
Default value: `webmaster@your-site-domain.example` | ||
|
||
Defined in: `.env`, `scripts/vortex/notify-email.sh` | ||
|
||
|
@@ -1580,7 +1580,7 @@ Sanitization email pattern. | |
|
||
Applied if database sanitization is enabled.<br/>@see https://vortex.drevops.com/workflows/build#sanitization | ||
|
||
Default value: `user_%uid@your-site-url.example` | ||
Default value: `user_%uid@your-site-domain.example` | ||
|
||
Defined in: `.env`, `scripts/vortex/provision-sanitize-db.sh` | ||
|
||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
$TARGET_ENV_REMAP.your-site-url.example | ||
$TARGET_ENV_REMAP.your-site-domain.example |
28ecd03
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 Deployed on https://678d5f1e45e7ae9cd23cff2a--vortex-docs.netlify.app