diff --git a/.github/assets/ipc-dashboard-add-a-contact.png b/.github/assets/ipc-dashboard-add-a-contact.png deleted file mode 100644 index e9313798..00000000 Binary files a/.github/assets/ipc-dashboard-add-a-contact.png and /dev/null differ diff --git a/.github/assets/ipc-dashboard-contacts.png b/.github/assets/ipc-dashboard-contacts.png deleted file mode 100644 index 2319b209..00000000 Binary files a/.github/assets/ipc-dashboard-contacts.png and /dev/null differ diff --git a/.github/assets/ipc-dashboard-files-shared.png b/.github/assets/ipc-dashboard-files-shared.png deleted file mode 100644 index 442fecd0..00000000 Binary files a/.github/assets/ipc-dashboard-files-shared.png and /dev/null differ diff --git a/.github/assets/ipc-dashboard-my-profile.png b/.github/assets/ipc-dashboard-my-profile.png deleted file mode 100644 index 771ca396..00000000 Binary files a/.github/assets/ipc-dashboard-my-profile.png and /dev/null differ diff --git a/.github/assets/ipc-dashboard-share-a-file.png b/.github/assets/ipc-dashboard-share-a-file.png deleted file mode 100644 index 89dce481..00000000 Binary files a/.github/assets/ipc-dashboard-share-a-file.png and /dev/null differ diff --git a/.github/assets/ipc-dashboard-update-a-contact.png b/.github/assets/ipc-dashboard-update-a-contact.png deleted file mode 100644 index 683ccf65..00000000 Binary files a/.github/assets/ipc-dashboard-update-a-contact.png and /dev/null differ diff --git a/.github/assets/ipc-dashboard-upload-a-file.png b/.github/assets/ipc-dashboard-upload-a-file.png deleted file mode 100644 index d063194f..00000000 Binary files a/.github/assets/ipc-dashboard-upload-a-file.png and /dev/null differ diff --git a/.github/assets/ipc-dashboard.png b/.github/assets/ipc-dashboard.png deleted file mode 100644 index 543daeff..00000000 Binary files a/.github/assets/ipc-dashboard.png and /dev/null differ diff --git a/.github/assets/ipc-download-a-file.png b/.github/assets/ipc-download-a-file.png deleted file mode 100644 index 827c28b1..00000000 Binary files a/.github/assets/ipc-download-a-file.png and /dev/null differ diff --git a/.github/assets/ipc-file-loading.png b/.github/assets/ipc-file-loading.png deleted file mode 100644 index 6c0341c0..00000000 Binary files a/.github/assets/ipc-file-loading.png and /dev/null differ diff --git a/.github/assets/ipc-graph.png b/.github/assets/ipc-graph.png deleted file mode 100644 index b27d0e4d..00000000 Binary files a/.github/assets/ipc-graph.png and /dev/null differ diff --git a/.github/assets/ipc-post-message-contacts.png b/.github/assets/ipc-post-message-contacts.png deleted file mode 100644 index 617d23c4..00000000 Binary files a/.github/assets/ipc-post-message-contacts.png and /dev/null differ diff --git a/.github/assets/ipc-post-message-files.png b/.github/assets/ipc-post-message-files.png deleted file mode 100644 index 15a05102..00000000 Binary files a/.github/assets/ipc-post-message-files.png and /dev/null differ diff --git a/.github/assets/ipc-post-message.png b/.github/assets/ipc-post-message.png deleted file mode 100644 index a5debaa1..00000000 Binary files a/.github/assets/ipc-post-message.png and /dev/null differ diff --git a/.github/assets/ipc-share-a-file.png b/.github/assets/ipc-share-a-file.png deleted file mode 100644 index 52dfa9dd..00000000 Binary files a/.github/assets/ipc-share-a-file.png and /dev/null differ diff --git a/.github/assets/ipc-storage.png b/.github/assets/ipc-storage.png new file mode 100644 index 00000000..d3b3e560 Binary files /dev/null and b/.github/assets/ipc-storage.png differ diff --git a/.github/assets/ipc-upload-a-file.png b/.github/assets/ipc-upload-a-file.png deleted file mode 100644 index b3cd817d..00000000 Binary files a/.github/assets/ipc-upload-a-file.png and /dev/null differ diff --git a/.github/assets/ipc-upload-a-program.png b/.github/assets/ipc-upload-a-program.png new file mode 100644 index 00000000..3bbf4f09 Binary files /dev/null and b/.github/assets/ipc-upload-a-program.png differ diff --git a/.github/assets/ipc.gif b/.github/assets/ipc.gif deleted file mode 100644 index 2acbf1c1..00000000 Binary files a/.github/assets/ipc.gif and /dev/null differ diff --git a/.github/assets/login.png b/.github/assets/login.png deleted file mode 100644 index e961d64f..00000000 Binary files a/.github/assets/login.png and /dev/null differ diff --git a/.github/assets/signup.png b/.github/assets/signup.png deleted file mode 100644 index 55f97e86..00000000 Binary files a/.github/assets/signup.png and /dev/null differ diff --git a/.github/assets/signupMnemonics.png b/.github/assets/signupMnemonics.png deleted file mode 100644 index c904a514..00000000 Binary files a/.github/assets/signupMnemonics.png and /dev/null differ diff --git a/README.md b/README.md index b8fbcae2..db814d64 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,17 @@ InterPlanetaryCloud (IPC) is a distributed cloud built on top of [Aleph](https://aleph.im/#/), the next generation network of distributed big data applications. +
Once files are uploaded on IPC, they are not immutable!
+ You can rename, modify the content or remove them as you want!
Files are great, but virtual folders are also available on IPC to let you organize your files the way you want :start_struck:
Files can be shared among contacts with viewer or editor permissions, allowing for collaboration on your drive 🚀
Using Aleph VMs, programs listening on port 8080
can be executed if their source code has a size under 1 MB.
+ Large files sould be attached in a secondary volume, which is not a feature implemented on our side... yet :wink:
+ The VMs support binary executables, shell scrips, NodeJS and Python ASGI programs.
+ For further information, here is the [official aleph documentation](https://github.com/aleph-im/aleph-vm/blob/main/tutorials/README.md).
Uploading programs compressed in an archive is great, but importing it directly from GitHub is way better 🚀
+ GitHub OAuth was implemented in IPC to import public and private repositories.
+ :warning: This feature is only available when running IPC locally as its using the filesystem to clone and zip the repository content