From a4a1f1b40ad9bee1b187472ac71fb6b1ab147a18 Mon Sep 17 00:00:00 2001 From: Arnab Chakraborty <11457760+Rocky43007@users.noreply.github.com> Date: Thu, 28 Mar 2024 00:52:36 -0400 Subject: [PATCH] Add Warning for SD Docker Container (#2256) * Update setup.mdx * Update items.ts * Update items.ts --- apps/landing/src/app/roadmap/items.ts | 5 +++++ docs/product/getting-started/setup.mdx | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/apps/landing/src/app/roadmap/items.ts b/apps/landing/src/app/roadmap/items.ts index 537b349852a7..f65adfda637c 100644 --- a/apps/landing/src/app/roadmap/items.ts +++ b/apps/landing/src/app/roadmap/items.ts @@ -170,6 +170,11 @@ export const items = [ description: 'Automatically save versions of files when they change, with a timeline view and the ability to restore.' }, + { + title: 'Local Server Protection', + description: + 'Protect local instances of Spacedrive\'s server from other clients on your network.' + }, { when: '0.5 Beta', subtext: 'June 2024', diff --git a/docs/product/getting-started/setup.mdx b/docs/product/getting-started/setup.mdx index 3404a20c9a76..b96e117d328c 100644 --- a/docs/product/getting-started/setup.mdx +++ b/docs/product/getting-started/setup.mdx @@ -34,6 +34,10 @@ You can run Spacedrive in a Docker container using the following command. type="note" text="For the best performance of the docker container, we recommend to run on Linux (linux/amd64). The container is not yet optimized for other platforms." /> + ```bash docker run -d --name spacedrive -p 8080:8080 -v /var/spacedrive:/var/spacedrive ghcr.io/spacedriveapp/spacedrive/server