Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running server in Proxy Mode - useful for desktops #268

Open
joepio opened this issue Dec 31, 2021 · 1 comment
Open

Running server in Proxy Mode - useful for desktops #268

joepio opened this issue Dec 31, 2021 · 1 comment

Comments

@joepio
Copy link
Member

joepio commented Dec 31, 2021

The Atomic-server desktop distribution is actually often not that useful to run as a real server, since you're likely to turn off your desktop:

  • Goes offline when desktop is offline, so sharing data with others is not a great option
  • It's often hard to set up port forwarding / ddns stuff

However, it can still be useful to run it locally, mostly as a proxy:

  • Best possible performance (0ms responses on my laptop)
  • Back-up when other things are offline. True data ownership!
  • Host the GUI on a desktop (better UX than in a browser)

This does, however, open up some questions:

@joepio
Copy link
Member Author

joepio commented Nov 4, 2024

Related: #998

Syncing Atomic-server with another instance would work better if we use identifiers that are local-first, or at least scoped to a drive.

Idea

  • Atomic-Desktop asks for one or more drives to sync with
  • User provides their secret / authentication
  • The entire state of that Drive (including all its children and files) are replicated
  • Perhaps this is done through content addressing (iroh / ipfs Atomic-Server + Content Addressing (like IPFS) #66 ), like having one shared iroh document.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant