Skip to content

Hypernode features

53 results found

  1. Allow Google PageSpeed Insights on development-nodes

    During development of a new project, we want to check how Google PageSpeed Insight perceives a yet to go-live environment. Due to the default http authentication the PageSpeed Insights scan cannot be completed. Whitelisting the useragent for Google Pagespeed from http authentication is, apparently, not possible.

    Currently we need to move the Hypernode into production mode before we can run the scan, but that's a bit cumbersome and makes the environment open to the public (while we're still in development phase).

    Ofcourse we can use Google Lightspeed, but this gives us mixed-results. Having the possibility to whitelist the Google PageSpeed…

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. add Node version 12 and 14 to hypernode-systemctl settings nodejs_version

    Add Node version 12 and 14 to hypernode-systemctl settings nodejs_version.
    At the moment it is possible to use version 8, 10, 16 and 18.

    Snowdog theme use version 12 or 14 for frontools.

    Now it breaks on deployment, because deployer use another node version then is set at the the .profile of the app user

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Support For Gitlab Runner

    We want to integrate CI/CD into Hypernode using Gitlab.
    With the possibility of installing a gitlab runner directly on the Hypernode we are able to run our integration tests and deploy directly on the Hypernode server with Shell execution

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. See used PHP version when using `hypernode-manage-vhosts --list` when alternate PHP versions is enabled

    See used PHP version when using hypernode-manage-vhosts --list for each vhost when alternate PHP versions is enabled

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Alerts when emergency rescue is triggered

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

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. MariaDB support

    MariaDB is a faster alternative to MySQL, especially since query caching was removed in MySQL 8

    For example, MySQL lacks the following features for optimizing performance:
    - optimizerswitch: "rowidfilter=off"
    - optimizerusecondition_selectivity: 1

    So it would make a lot of sense to migrate from MySQL to MariaDB for high-load projects and be up-to-date after MySQL 5.7 was deprecated

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Add support for Restic and Rclone on all Servers

    To create external backups that one can manage themself please install the following packages in the base;

    restic
    rclone

    With restic we create fast backups to our own repository so we always have a copy of the important data within reach so we don't have to wait long times for a restore from Hypernode.

    Also with Rclone it will be possible to backup things to more online services.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Add some more base packages for troubleshooting

    Please add support for the following packages for more in depth troubleshooting.

    • iftop
    • nload
    • iotop

    If someone has more packages they use for troubleshooting that are not part of the standard install please add a comment.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Garbage Collector

    Upon testing Blackfire tool, it was "recomended" to have the garbage collector disable (zend.enable_gc = off)

    It would be nice to have a feature to enable/disable this feature

    Regards

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Restart PM2 after Server Reboot

    Restart / resurrect PM2 properly after server Reboot. This should be done by default and not be dependant on a custom cronjob.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. 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…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Disable access to phpmyadmin by default

    When requesting a new Hypernode, phpmyadmin comes pre-installed and is directly accessible via example.hypernode.io/phpmyadmin/ without any whitelisting making it a target for bruteforcing.

    We do not use phpmyadmin, meaning that it requires us to disable access to phpmyadmin via nginx for each new hypernode we request. Something that is easily overseen.

    For us, ideal is to have its access blocked by default. Even better would be if we can toggle this in the Hypernode panel.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. 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…)
    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
1 3 Next →
  • Don't see your idea?

Hypernode features

Categories

Feedback and Knowledge Base