Skip to content

Hypernode features

96 results found

  1. Add domain name into "tal | pnl".

    I'd like to see the domain where traffic is coming from in the "tal | pnl" command.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Admin →
  2. support node 22

    I would like to have hypernode support the latest stable (lts) node version, 22 as of writing.

    https://nodejs.org/en/about/previous-releases

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
  3. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Admin →
  4. Alerts when emergency rescue is triggered

    Via email, text message, webhook, slack or any configurable channel

    5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Admin →
  5. Move MailHog to MailPit

    Since MailHog is not being updated any more, maybe it an idea to look into MailPit.
    The project was inspired by MailHog and works the same but with more features such as spam check.

    https://github.com/axllent/mailpit

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Admin →
  6. MySQL 8.4

    At the moment MySQL 8.0 is only supported in the 8.x versionrange. To match the Magento 2.4.8 requirements, please add MySQL 8.4 support.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
  7. Elasticsearch 8

    At the moment Elasticsearch 7 is only supported. To match the latest Magento requirements, please add Elasticsearch 8 support.

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Admin →
  8. Enable AVIF images in PHP

    AVIF is a modern image format, which generate smaller images. In most cases the generated images are smaller and parsed faster than WebP images.

    AVIF can be supported in PHP as part of the GD library, but PHP has to be compiled using the --with-avif option.

    5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  1 comment  ·  Admin →
  9. Varnish http headers setting

    It looks like Shopware's xkey implementation for Varnish (as mentioned here https://developer.shopware.com/docs/guides/hosting/infrastructure/reverse-http-cache.html) requires Varnish to have extra big response headers, at least in one case we experience. If not, we get a "Error 503 Backend fetch failed" message.

    The problem was fixed if we increased the header length from 8k to 16k as follows:

    varnish> param.set httpresphdr_len 16k
    200

    varnish> param.show httpresphdr_len
    200

    httpresphdr_len
    Value is: 16k [bytes]
    Default is: 8k
    Minimum is: 40b

    Maximum length of any HTTP backend response header we will allow. The limit is inclusive its continuation lines.

    This…

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
  10. Varnish 6.4 voor Magento 2.4.2

    System requirement voor Magento 2.4.2 is: Varnish 6.4.
    Zie ook: https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements.html

    Echter, ik zie in de hypernode-systemctl tool alleen mogelijkheid te kiezen voor 4.0.

    Als het kan kan: graag ook 6.4 mogelijk maken.

    12 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Admin →
  11. Update Varnish xkey module

    We would like to apply soft purge for our customer hosted on Hypernode, but installed version of the xkey module does not support purging by multiple tags. Newer version supports space separated tags in softpurge() call.

    Please upgrade the module.

    Original xkey feature request https://hypernode.uservoice.com/forums/242854-hypernode-features/suggestions/41166595-support-varnish-xkey-extension

    30 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  2 comments  ·  Admin →
  12. Support varnish xkey extension

    Varnish xkey extension provides with possibility of soft purge of varnish cache - so users do to experience cache flushing. This is a nice feature that requires only installation of xkey extension and some config adjustments in vcl.

    Can you include support of Varnish xkey extension?

    77 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  3 comments  ·  Admin →
  13. Allow installation of the NodeJS MagePack app

    At the moment we cannot install the Magesuite's MagePack Javascript bundling module (https://github.com/magesuite/magepack) on Hypernode because root access is required to install the NodeJS app.

    With Google's upcoming Core Web Vital update in May it would be great if we can apply Magepack as part of our toolset to improve the Pagespeed scores.

    13 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  1 comment  ·  Admin →
  14. Ability to use latest (managed) Magerun version

    Since https://changelog.hypernode.com/changelog/release-6828-pinning-magerun-2-to-3-2-0/, the n98-magerun2 version has been pinned to 3.2.0. There have been many releases ever since: https://github.com/netz98/n98-magerun2/releases.

    The pindown has been done to make sure n98-mageurn2 can be used on PHP 7.1/Magento 2.2 environments.

    I'd like to tell my Hypernode to use the latest n98-magerun2 version, using hypernode-systemctl. That way, we can have the latest version, while the tool does not break for all PHP 7.1/Magento 2.2 Hypernode environments.

    I know we can install the latest version ourselves in ~/.local/bin, but then we have to:
    1). Keep the tool up to date manually.
    2). Change all paths…

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
  15. Standardize RabbitMQ plugins so they do not get lost after system upgrades.

    Recently, we needed to contact the support team, as the Debian Buster Upgrade removed a RabbitMQ plugin (shovel plugin) from Hypernode. We needed to contact support team for a reinstallation of the plugin.

    It would be nice to standardize the RabbitMQ plugins on the Hypernode so they will not be removed in future system upgrades.

    9 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
  16. Upgrade ImageMagick to more recent version.

    Current version is 6.8.9-9 released in 2014, so quite outdated. A more current version like 6.9.10 or 6.9.11 would be more suitable and also fix a lot of small bugs.

    15 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
  17. Emergency Rescue - Elastic Search monitoring

    In some cases elastic search freezes and the user app isn't able to restart it via the hypernode-servicectl command. It'd be nice if there was some monitoring server wise that would restart ES if it became unresponsive.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  1 comment  ·  Admin →
  18. xDebug hypernode-docker documentation with PHPStorm

    Like the deprecated tutorial for Vagrant. Documentation on how to setup xDebug in the hypernode dockerbox and how to connect to it with PHPStorm would be helpful.

    12 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
  19. ElasticSearch version >=6.8.3

    Allow to select a specific version instead of just 6.x.
    Some Magento2 modules break due to the ES version, which is 6.6.1 by default now.

    9 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    completed  ·  0 comments  ·  Admin →
  20. PDF Rapport maken van de MageReport

    Zorgen dat het mogelijk wordt om een pdf rapport van de huidige situatie te maken. Met het doel om naar ontwikkelaars te sturen die normaal geen toegang hebben tot MageReport.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
← Previous 1 3 4 5
  • Don't see your idea?

Hypernode features

Categories

Feedback and Knowledge Base