From 508d77f39cf77f71bbd01d43d2a5f5878396345e Mon Sep 17 00:00:00 2001 From: szaimen Date: Thu, 21 Apr 2022 15:11:58 +0200 Subject: [PATCH] add domain change documentation Signed-off-by: szaimen --- admin_manual/configuration_server/domain_change.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 admin_manual/configuration_server/domain_change.rst diff --git a/admin_manual/configuration_server/domain_change.rst b/admin_manual/configuration_server/domain_change.rst new file mode 100644 index 000000000..c51a33030 --- /dev/null +++ b/admin_manual/configuration_server/domain_change.rst @@ -0,0 +1,8 @@ +===================== +Domain Change +===================== + +Changing the domain after the first setup is currently not supported by Nextcloud. That is mainly because Nextcloud's apps don't support changing the domain after they are set up. + +.. note:: + This documentation will get updated with steps what needs to be done if you want to change the domain as soon as this feature is available.