The change_server_address.sh script performs the required actions to change the domain name or IP address of a Image Artist server. You can find this script in the nginx directory located within the Image Artist base installation directory.
View Available Options
To see all available parameters:
change_server_address.sh --help
Changing the domain name or IP address
The change_server_address.sh script should be executed when the Image Artist stack is deployed.
Typical usage examples:
change_server_address.sh --domain-name <NEW_DOMAIN_NAME>change_server_address.sh --ip-address <NEW_IP_ADDRESS>
Replace the placeholders (<NEW_DOMAIN_NAME>, etc.) as appropriate.
Final Step: Redeploy the Image Artist Stack
Refer to Image Artist: How do I redeploy/restart the container stack?
Important notes
-
change_server_address.shwas first introduced in Image Artist 1.1 Hotfix 2 - Image Artist is configured using domain name OR IP address, not both.
-
change_server_address.shoverwrites the TLS certificates with self-signed certificates. If externally-provided TLS certificates are required, they must be re-introduced using theconfigure_webserver.shscript. Refer to Image Artist: Introducing new TLS certificates
Comments
0 comments
Article is closed for comments.