Skip to content

Commit

Permalink
Add Warning for SD Docker Container (#2256)
Browse files Browse the repository at this point in the history
* Update setup.mdx

* Update items.ts

* Update items.ts
  • Loading branch information
Rocky43007 committed Mar 28, 2024
1 parent 2f5271e commit a4a1f1b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/landing/src/app/roadmap/items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 4 additions & 0 deletions docs/product/getting-started/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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."
/>
<Notice
type="warning"
text="Currently, Spacedrive's Docker Server does not support authentication methods. Use at your own risk as your data will not be protected from other devices (or users) on your network. The feature is under active development and you can check when it will launch on the [roadmap](/roadmap)."
/>

```bash
docker run -d --name spacedrive -p 8080:8080 -v /var/spacedrive:/var/spacedrive ghcr.io/spacedriveapp/spacedrive/server
Expand Down

0 comments on commit a4a1f1b

Please sign in to comment.