diff --git a/documentation/src/pages/install/index.tsx b/documentation/src/pages/install/index.tsx index 9f303918..558b4aa2 100644 --- a/documentation/src/pages/install/index.tsx +++ b/documentation/src/pages/install/index.tsx @@ -23,7 +23,7 @@ const Install: React.FC = () => { "enable-ftp": { value: false, description: "Install FTP (experimental)." }, "enable-mail": { value: false, description: "Install Mail (experimental)." }, "post-install": { value: "", description: "Specify the post install script path." }, - "screenshots": { value: "local", description: "Set the screenshots API URL.", options: ["local", "remote"] }, // select + "screenshots": { value: "remote", description: "Set the screenshots API URL.", options: ["local", "remote"] }, // select "debug": { value: false, description: "Display debug information during installation." }, "repair": { value: false, description: "Retry and overwrite everything." }, }); @@ -83,8 +83,8 @@ const Install: React.FC = () => {

Installation

Connect to your server as root via SSH and run the following command:

-
-
{generateInstallCommand()}
+
+
{generateInstallCommand()}