From 965a7e98a4879fe228a0d0309a2ab9cd25eb03da Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 30 May 2024 11:26:13 +0200 Subject: [PATCH] Update 0.1.9.md --- documentation/docs/changelog/0.1.9.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/documentation/docs/changelog/0.1.9.md b/documentation/docs/changelog/0.1.9.md index 0e46a396..b9392160 100644 --- a/documentation/docs/changelog/0.1.9.md +++ b/documentation/docs/changelog/0.1.9.md @@ -26,6 +26,7 @@ Not yet released. ### 💅 Polish +- [Install script now accepts `--hostname=` flag](#hostname-flag). - [Custom SSH Welcome message](#ssh-welcome) - `www.` is now automatically added as alias for new domains. - `opencli user-add` `opencli user-change_plan` and `opencli plan-create` scripts now use plan name instead of plan id. @@ -209,3 +210,15 @@ and set the data to be used: "disk_limit_for_storage_file": 20 } + + +### hostname flag + +[Install script](https://openpanel.co/docs/admin/intro/#installation) now accepts `--hostname=` flag to set the provided hostname on the server and set it for accessing both OpenPanel and OpenAdmin interfaces. The hostname must be a [Fully qualified domain name](https://en.wikipedia.org/wiki/Fully_qualified_domain_name). + +Example: +```bash +bash <(curl -sSL https://get.openpanel.co/) --hostname=server.openpanel.site +``` + +