Skip to content

Commit ee2d2b0

Browse files
authored
Merge branch 'master' into add-note-for-precompiled-user-older-node-js-version
2 parents ab722b0 + 0edebf6 commit ee2d2b0

15 files changed

+29
-16
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
2424
pip install -r requirements/base.txt
2525
- name: Check markdown format
2626
run: mdformat docs/
27-
- uses: parkerbxyz/suggest-changes@v1
27+
- uses: parkerbxyz/suggest-changes@v2
2828
with:
2929
event: 'REQUEST_CHANGES'

docs/best-practices/security/how-to-scan-your-hypernode-for-malware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ On the first working day after the detection, our customer will receive a e-mail
2323

2424
The output of the daily scan we perform, is written to `/var/log/mwscan.log`. If the scanner hits on a file, please review the file. In most of the cases, the malware has been uploaded by a unsecure downloader folder or Magmi plugin. Try to find how the file has been uploaded. Replace the file with the originating file distributed by the developer or when it is not used, remove the file.
2525

26-
If you find web shells, malicious files, and/or injected PHP code that are not yet recognised by `mwscan`, please report them by filing an issues on [the Github repository](https://github.com/gwillem/magento-malware-scanner)of this containing the files as described in the [contribution documentation](https://github.com/gwillem/magento-malware-scanner/blob/master/CONTRIBUTING.md)
26+
If you find web shells, malicious files, and/or injected PHP code that are not yet recognised by `mwscan`, please report them by filing an issues on [the Github repository](https://github.com/gwillem/magento-malware-scanner) of this containing the files as described in the [contribution documentation](https://github.com/gwillem/magento-malware-scanner/blob/master/CONTRIBUTING.md)
2727

2828
## Scan Your Files for Known Web Shells and Malware Manually
2929

docs/best-practices/testing/how-to-check-if-everything-works.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use the steps below to test everything in your shop.
1818

1919
**NB:** When browsing your preview shop, double check that you don’t end up on your production shop by following a hardcoded link.
2020

21-
A bigger checklist is available [on the Github account](https://gist.github.com/peterjaap/10016278)of one of our well appreciated technical partners Peter Jaap (Elgentos).
21+
A bigger checklist is available [on the Github account](https://gist.github.com/peterjaap/10016278) of one of our well appreciated technical partners Peter Jaap (Elgentos).
2222

2323
- Test all storefronts *(use the storefront view in MageReport Premium (only for Magento 1.x versions)).*
2424
- Test front pages, categories and product pages.
@@ -51,7 +51,7 @@ grep -Ri memcache /data/web/public/app/etc
5151
- Test for images, css, js and mixed content warnings.
5252
- Test if all static content is loaded: View the console in your browser to check if there are javascript errors or 404 errors on stylesheets and js files.
5353
- Test if [the Magento API is accessible when used](../../ecommerce-applications/magento-2/how-to-enable-the-magento-2-api.md).
54-
- Test if the sitemap is accessible for [Magento 1](../../ecommerce-applications/magento-1/how-to-create-a-sitemap-xml-for-magento-1-x.md)or [Magento 2](../../ecommerce-applications/magento-2/how-to-create-a-sitemap-xml-for-magento-2-x.md).
54+
- Test if the sitemap is accessible for [Magento 1](../../ecommerce-applications/magento-1/how-to-create-a-sitemap-xml-for-magento-1-x.md) or [Magento 2](../../ecommerce-applications/magento-2/how-to-create-a-sitemap-xml-for-magento-2-x.md).
5555
- Test if [you can easily download the robots.txt file](../../ecommerce-applications/magento-1/how-to-create-a-robots-txt-for-your-magento-1-shop.md) (Or for [Magento 2](../../ecommerce-applications/magento-2/how-to-create-a-robots-txt-for-magento-2-x.md)).
5656
- Test product and price import and export routines.
5757
- Test product push mechanisms for search engines.

docs/best-practices/usage/how-to-install-wordpress-next-to-your-magento-installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,6 @@ After installing and configuring Nginx, you can visit your WordPress at `/blog/`
103103

104104
## Multisite
105105

106-
It is possible to set up a multisite environment in WordPress. To do this, refer to the [original WordPress documentation about creating multisites](https://codex.wordpress.org/Create_A_Network)and the article [about configuring WordPress on Nginx](https://wordpress.org/support/article/nginx/).
106+
It is possible to set up a multisite environment in WordPress. To do this, refer to the [original WordPress documentation about creating multisites](https://codex.wordpress.org/Create_A_Network) and the article [about configuring WordPress on Nginx](https://wordpress.org/support/article/nginx/).
107107

108108
*Please note that it won’t work in all cases due to the fact that certain Nginx configurations cannot be changed. At the moment we are still looking into a solution that will work for everyone.*

docs/ecommerce-applications/magento-1/how-to-set-up-a-staging-environment-for-magento-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ magerun --root-dir=/data/web/staging config:set web/secure/base_url https://$SHO
9191
magerun --root-dir=/data/web/staging cache:flush
9292
```
9393

94-
If you have many storefronts, that all should be changed it's easier to use [our script](https://gist.github.com/hn-support/faf03c5898f5553b7fd9f4059709aef4)to change the base URL's of your staging environment.
94+
If you have many storefronts, that all should be changed it's easier to use [our script](https://gist.github.com/hn-support/faf03c5898f5553b7fd9f4059709aef4) to change the base URL's of your staging environment.
9595

9696
To use this script:
9797

docs/hypernode-platform/dns/how-to-manage-your-dns-settings-for-hypernode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Syncing a domain to your Hypernode will immediately change the domain's DNS reco
5757

5858
#### The steps:
5959

60-
1. [Log in to your Control Panel](https://my.hypernode.com/)with your customer email and password and select "domains."
60+
1. [Log in to your Control Panel](https://my.hypernode.com/) with your customer email and password and select "domains."
6161
1. Here you will find a list of your domain names.
6262
1. Click on your domain name.
6363
1. In your next view, you can **link**\* the domain to your Hypernode.

docs/hypernode-platform/email/how-to-set-up-your-dns-for-outgoing-email.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To check if your DNS records have been configured correctly, please check our on
3636
- The second and third records are needed for automatic DKIM signing and DMARC
3737
- The fourth record is the SPF record. Please make sure you include spf.***example***.hypernode.io in your DNS's SPF record.
3838

39-
Please check our [DNS validato](https://my.hypernode.com/dns/check/)r to confirm email can be sent successfully.
39+
Please check our [DNS validator](https://my.hypernode.com/dns/check/) to confirm email can be sent successfully.
4040

4141
## Additional audit options
4242

docs/hypernode-platform/email/how-to-set-up-your-dns-for-using-office365.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ When you want to use Office365 and your domain is registered with Hypernode or h
1717

1818
## Validation Record
1919

20-
When you add your domain to Office365 they wil provide you with a verification string that you need to add to the DNS for your domain, the string will look something like this \*MS=ms#########.\*You need to add this at a TXT record. To do so login to your [Service Panel](https://my.hypernode.com/)and follow the next steps:
20+
When you add your domain to Office365 they wil provide you with a verification string that you need to add to the DNS for your domain, the string will look something like this \*MS=ms#########.\*You need to add this at a TXT record. To do so login to your [Service Panel](https://my.hypernode.com/) and follow the next steps:
2121

2222
1. Log in to the Service Panel (my.hypernode.com).
2323
1. Select the domain from the domain overview.

docs/hypernode-platform/object-storage/managing-objects.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,15 @@ If you run the `show` command after the sync operation has finished, you’ll se
5454
app@abcdef-example-magweb-cmbl:~$ hypernode-object-storage objects show 1234
5555
Process 1234 does not exist anymore
5656
```
57+
58+
## Empty up an Object Storage
59+
60+
To remove all objects from an Object Storage, use the `rm` subcommand with the `--recursive` flag. This will delete every object within the specified Object Storage. For example:
61+
62+
```console
63+
app@abcdef-example-magweb-cmbl:~$ hypernode-object-storage objects rm s3://main --recursive
64+
delete: s3://main/file1.txt
65+
delete: s3://main/file2.txt
66+
```
67+
68+
Be careful when using `--recursive`, as this action is irreversible and will permanently remove all data from the Object Storage.

docs/hypernode-platform/tools/how-to-configure-automatic-logfile-rotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The `hypernode-auto-logrotate` command comes with a sensible out-of-the-box conf
7575
}
7676
```
7777

78-
The [logrotate main page](https://linux.die.net/man/8/logrotate)contains instructions on how to customize this.
78+
The [logrotate main page](https://linux.die.net/man/8/logrotate) contains instructions on how to customize this.
7979

8080
## Keeping the configuration up to date
8181

0 commit comments

Comments
 (0)