Join the community today
Register Now

Install Can I install Centmin without PHP & MariaDB, Install NodeJS instead.

Discussion in 'Install & Upgrades or Pre-Install Questions' started by Simon Brown, Oct 27, 2025.

  1. Simon Brown

    Simon Brown Premium Member Premium Member

    60
    6
    8
    Feb 9, 2017
    Ratings:
    +18
    Local Time:
    10:30 AM
    1.11.9
    This is a preinstall question. I'm building a CMS in NodeJS which will have a Postgres database hosted on a dedicated database server. I want all the advanced security features and easy install and setup of vhosts Centmin offers, but I don't need things like PHP or MariaDB install in the new server when I spin it up.

    I would like NodeJS installed

    Can I set-up the /etc/centminmod/custom_config.inc before I install Centmin to pick the services I want/don't want installed? (I have search the forum but couldn't find an answer).

    If that is the case, what would people recommend is installed for a secure NodeJS set-up?


    Thanks in advance for any help.
     
  2. eva2000

    eva2000 Administrator Staff Member

    58,895
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    7:30 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    Best to just stop and disable services after installed
    Code (Text):
    systemctl stop php-fpm mariadb
    systemctl disable php-fpm mariadb
     
  3. duderuud

    duderuud Active Member

    318
    97
    28
    Dec 5, 2020
    The Netherlands
    Ratings:
    +215
    Local Time:
    11:30 AM
    1.29 x
    11.4
    That has a downside, you still get update cnotifications for the services you don't need/use (Nginx and PHP)
     
  4. eva2000

    eva2000 Administrator Staff Member

    58,895
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    7:30 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    comestic in nature as you can ignore them - I sometiems do :D