-
Notifications
You must be signed in to change notification settings - Fork 4
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
missing guide / section on Public pods feature #51
Comments
DRAFT How do I create a pod?To create a pod, you have several options:
How do I store files and folders in my pod?To store files and folders in your pod:
How do I create a shared pod reference?To create a shared pod reference, you can simply share the unique pod reference for your pod with others. Anyone who has this pod reference can access your pod and its contents. In FDA press "Share pod" How do I import a shared pod into my FairOS?To import a shared pod into your FairOS, you can use the FairOS CLI to add the pod reference to your list of pods. Once you have done that, you will be able to access the shared pod and its contents from your own device. How do I share a pod as a public pod?In FDA go to Pod->Receive/Import and paste reference. To share a pod as a public pod, you can simply publish the pod reference on a public website or other online platform. Anyone who has the pod reference will be able to access the pod and its contents through the FairOS web interface, using the URL https://fairos-server-url/public/share_pod_reference. Serving web pages from your podFairOS will serve index.html from pod if it is accessed from http through public endpoint. Simply add the file to the root directory of your pod, and FairOS will automatically serve it to any browser that accesses the pod through the web interface. This means that you can create Single Page Applications (SPAs) using frameworks like React, and host them on FairOS. FairOS is a file system build on top of Swarm decentralized cloud storage system that allows users to create pods, store files and folders in them, and share those pods with others. Each pod has a unique pod reference that can be used to access it from anywhere. FairOS also allows users to serve index.html files and host static single page applications (SPA). |
A intro section and guide on public pods feature and hosting a website using public pods would be helpful.
The text was updated successfully, but these errors were encountered: