From 2ca6e6ee5f828fbaf3d714fe00af4934cfe8cd3c Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sun, 22 Sep 2024 22:08:35 +0200 Subject: [PATCH] docs: change stand-alone installation command --- docs/docs/setup/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/setup/installation.md b/docs/docs/setup/installation.md index 4fc1717f..4752e875 100644 --- a/docs/docs/setup/installation.md +++ b/docs/docs/setup/installation.md @@ -37,7 +37,7 @@ cd ../frontend npm install npm run build API_URL=http://localhost:8080 # Set the URL of the backend, default: http://localhost:8080 -pm2 start --name="pingvin-share-frontend" .next/standalone/server.js +pm2 start npm --name "pingvin-share-frontend" -- run start ``` **Uploading Large Files**: By default, Pingvin Share uses a built-in reverse proxy to reduce the installation steps. However, this reverse proxy is not optimized for uploading large files. If you wish to upload larger files, you can either use the Docker installation or set up your own reverse proxy. An example configuration for Caddy can be found in `./reverse-proxy/Caddyfile`.