You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ docker run docker.hypernode.com/byteinternet/hypernode-buster-docker:latest
@@ -66,6 +72,7 @@ $ # Note the IP address, it should be 172.17.0.2 (otherwise refer to deploy.php)
66
72
Next make sure your `~/.ssh/yourdeploykey` equivalent can log in to the Docker host (172.17.0.2) as the app user. You can add it to the `/data/web/.ssh/authorized_keys` file on in the instance manually.
67
73
68
74
Then deploy to your local Hypernode Docker:
75
+
69
76
```
70
77
docker run --rm -it --env SSH_PRIVATE_KEY="$(cat ~/.ssh/yourdeploykey | base64)" -v ${PWD}:/build quay.io/hypernode/deploy:latest hypernode-deploy build -vvv # First build the artifact
71
78
docker run --rm -it --env SSH_PRIVATE_KEY="$(cat ~/.ssh/yourdeploykey | base64)" -v ${PWD}:/build quay.io/hypernode/deploy:latest hypernode-deploy deploy docker -vvv # Then perform the deploy
The docs are also packaged as a debian package named `hndocsnext` so that on a Hypernode you can run `man hypernode` (or `hypernode-manual`) and page through a `manpage` version of the Hypernode docs. To build that debian package on a Debian machine you can run these commands:
Copy file name to clipboardExpand all lines: docs/about-hypernode/billing/how-to-choose-and-order-a-hypernode-plan.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,6 @@ DigitalOcean and Amazon both have data centers all over the world.
68
68
69
69
You can order a Hypernode plan via our [order page](https://www.hypernode.com/magento-cloud-hosting/#plans). The Control Panel is our default panel, which means all new Hypernode plans and trials will be booted in the Control Panel.
70
70
71
-
**Please note:** if you are a Service Panel user (i.e. you use the Dutch panel), please order your new plans directly via [this page in the Service Panel](https://service.byte.nl/planinfo/order-selection/). This is to prevent plans from being booted in the wrong system.
72
-
73
71
## Tips For Ordering a Hypernode
74
72
75
73
- Choose a logical name. IE: If your site is example.com, order example.hypernode.com
Copy file name to clipboardExpand all lines: docs/about-hypernode/security-policies/security-hall-of-fame.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ We would like to thank the following individuals and/or organizations, who have
29
29
|[Pethuraj M](https://www.pethuraj.com/)| 1 July 2020 | Reported a flaw in our password reset flow |
30
30
|[Miguel Santareno](https://www.linkedin.com/in/miguelsantareno/)| 14 May 2020 | Reported information leakage from marketing sites. |
31
31
|[Gaurav Kumar](https://www.facebook.com/drago4344) and [Shivam Dattana](https://www.facebook.com/profile.php?id=100010397858328) / [Team Bugmania](https://www.openbugbounty.org/researchers/bugmania/)| 28 September 2019 | Reported a Cross site scripting (XSS) on magereport.com. |
32
-
|[Mike de Landgraaf](https://www.linkedin.com/in/mdelandgraaf/) / [MDL Online](https://mdlonline.com/)| 21 March 2019 | Reported a misconfiguration that allowed user impersonation on Hypernode hosted webshops. |
32
+
|[Mike de Landgraaf](https://www.linkedin.com/in/mdelandgraaf/) / MDL Online| 21 March 2019 | Reported a misconfiguration that allowed user impersonation on Hypernode hosted webshops. |
33
33
|[Maksym Bendeberia](https://www.linkedin.com/in/jogspokoen/) / [WebSafety Ninja](https://websafety.ninja/)| 12 March 2019 | Reported information leakage from an internal deployment server. |
34
34
|[Jan Piet van Dijk](https://www.linkedin.com/in/janpietvandijk/) / [Interwijs B.V.](https://www.interwijs.nl/)| 28 August 2018 | Reported a privilege escalation on Hypernode, leading to a local root exploit. |
35
35
|[Wijnand Wieskamp](https://www.linkedin.com/in/wijnand-wieskamp-8a784313/) / [Crystalsoft B.V.](https://www.crystalsoft.nl/)| 1 June 2018 | Reported a misconfiguration that allowed a Hypernode’s preconfigured security settings to be bypassed. |
0 commit comments