flexjoly
Verified User
Hi,
I hope this is not a silly question. I did a lot of searching before asking
We have an own plugin with several bash-scripts to automate things. Like yum update, install/restart postgres, init new datebase, making git-repo on new user etc.
But some things I cannot get to work, like:
- directly (not via taskqueue) restart DA with (or is this very wrong to do?):
- Install certificate for the hostname
- manage the ticket-system settings, like setting the email-address (I cannot find this mail-address inside directadmin.conf)
Is it possible to:
- set the reverse ip via bash script?
- set the hostname (after first install) via bash script?
I know it is possible to change the install script with your own settings. But we host our servers with pre-installed centos and directadmin image. This works very smoothly, but it is not possible to use your own settings.
I hope someone can help me on here.
Much thanks in advance,
flexJoly
I hope this is not a silly question. I did a lot of searching before asking

We have an own plugin with several bash-scripts to automate things. Like yum update, install/restart postgres, init new datebase, making git-repo on new user etc.
But some things I cannot get to work, like:
- directly (not via taskqueue) restart DA with (or is this very wrong to do?):
Code:
systemclt restart directadmin
Code:
cd /usr/local/directadmin/scripts && ./letsencrypt.sh request_single ${SERVER_NAME} 4096
Is it possible to:
- set the reverse ip via bash script?
- set the hostname (after first install) via bash script?
I know it is possible to change the install script with your own settings. But we host our servers with pre-installed centos and directadmin image. This works very smoothly, but it is not possible to use your own settings.
I hope someone can help me on here.
Much thanks in advance,
flexJoly