From 72bfb5ca4a0b40eb8a31b06776766dcd6d83f25b Mon Sep 17 00:00:00 2001 From: Daniel Kroufek Date: Sat, 3 Jun 2023 16:33:38 +0200 Subject: [PATCH 1/4] Add DaneeCloud to File Transfer - Object Storage & File Servers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c119a77..cdb48ef8 100644 --- a/README.md +++ b/README.md @@ -932,6 +932,7 @@ Network distributed filesystems. [Object storage](https://en.wikipedia.org/wiki/Object_storage) is a computer data storage that manages data as objects, as opposed to other storage architectures like file systems which manages data as a file hierarchy, and block storage which manages data as blocks within sectors and tracks. +- [DaneeCloud](https://docs.daneeskripter.dev/daneecloud/) - DaneeCloud is just like custom cloud service with user managment, file managment, video and audio player, roles (admin, user, ...), email verification, recaptcha, sharing files & more!. ([Demo](https://cloud.daneeskripter.dev), [Source Code](https://github.com/DaneeSkripter/DaneeCloud)) `GPL-3.0` `Nodejs/JavaScript/EJS` - [GarageHQ](https://garagehq.deuxfleurs.fr/) - An open-source geo-distributed storage service you can self-host to fulfill many needs - S3 compatible. ([Source Code](https://git.deuxfleurs.fr/Deuxfleurs/garage)) `AGPL-3.0` `Rust` - [Minio](https://min.io/) - Minio is an open source object storage server compatible with Amazon S3 APIs. ([Source Code](https://github.com/minio/minio)) `AGPL-3.0` `Go` - [SeaweedFS](https://github.com/chrislusf/seaweedfs) - SeaweedFS is an open source distributed file system supporting WebDAV, S3 API, FUSE mount, HDFS, etc, optimized for lots of small files, and easy to add capacity. `Apache-2.0` `Go` From 7aa55a260828d1948cffd7a320273652a4876fea Mon Sep 17 00:00:00 2001 From: Daniel Kroufek Date: Thu, 8 Jun 2023 19:07:24 +0200 Subject: [PATCH 2/4] some corrections --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d17934ed..95d88903 100644 --- a/README.md +++ b/README.md @@ -932,7 +932,7 @@ Network distributed filesystems. [Object storage](https://en.wikipedia.org/wiki/Object_storage) is a computer data storage that manages data as objects, as opposed to other storage architectures like file systems which manages data as a file hierarchy, and block storage which manages data as blocks within sectors and tracks. -- [DaneeCloud](https://docs.daneeskripter.dev/daneecloud/) - DaneeCloud is just like custom cloud service with user managment, file managment, video and audio player, roles (admin, user, ...), email verification, recaptcha, sharing files & more!. ([Demo](https://cloud.daneeskripter.dev), [Source Code](https://github.com/DaneeSkripter/DaneeCloud)) `GPL-3.0` `Nodejs/JavaScript/EJS` +- [DaneeCloud](https://docs.daneeskripter.dev/daneecloud/) - DaneeCloud is just like custom cloud service with user management, file management, video and audio player, roles (admin, user, ...), email verification, recaptcha, sharing files & more!. ([Demo](https://cloud.daneeskripter.dev), [Source Code](https://github.com/DaneeSkripter/DaneeCloud)) `GPL-3.0` `Nodejs/JavaScript/EJS` - [GarageHQ](https://garagehq.deuxfleurs.fr/) - An open-source geo-distributed storage service you can self-host to fulfill many needs - S3 compatible. ([Source Code](https://git.deuxfleurs.fr/Deuxfleurs/garage)) `AGPL-3.0` `Rust` - [Minio](https://min.io/) - Minio is an open source object storage server compatible with Amazon S3 APIs. ([Source Code](https://github.com/minio/minio)) `AGPL-3.0` `Go` - [SeaweedFS](https://github.com/chrislusf/seaweedfs) - SeaweedFS is an open source distributed file system supporting WebDAV, S3 API, FUSE mount, HDFS, etc, optimized for lots of small files, and easy to add capacity. `Apache-2.0` `Go` From 3b8932e0ddc3b95d775677f31544f6f118f82e9b Mon Sep 17 00:00:00 2001 From: Daniel Kroufek Date: Sun, 18 Jun 2023 11:39:25 +0200 Subject: [PATCH 3/4] better description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95d88903..ad83ff07 100644 --- a/README.md +++ b/README.md @@ -932,7 +932,7 @@ Network distributed filesystems. [Object storage](https://en.wikipedia.org/wiki/Object_storage) is a computer data storage that manages data as objects, as opposed to other storage architectures like file systems which manages data as a file hierarchy, and block storage which manages data as blocks within sectors and tracks. -- [DaneeCloud](https://docs.daneeskripter.dev/daneecloud/) - DaneeCloud is just like custom cloud service with user management, file management, video and audio player, roles (admin, user, ...), email verification, recaptcha, sharing files & more!. ([Demo](https://cloud.daneeskripter.dev), [Source Code](https://github.com/DaneeSkripter/DaneeCloud)) `GPL-3.0` `Nodejs/JavaScript/EJS` +- [DaneeCloud](https://docs.daneeskripter.dev/daneecloud/) - DaneeCloud is web application, that works like storage hosting. It includes user management, file management, video and audio player, roles (admin, user, ...), email authentication, recaptcha, file sharing and other features. ([Demo](https://cloud.daneeskripter.dev), [Source Code](https://github.com/DaneeSkripter/DaneeCloud)) `GPL-3.0` `Nodejs/JavaScript/EJS` - [GarageHQ](https://garagehq.deuxfleurs.fr/) - An open-source geo-distributed storage service you can self-host to fulfill many needs - S3 compatible. ([Source Code](https://git.deuxfleurs.fr/Deuxfleurs/garage)) `AGPL-3.0` `Rust` - [Minio](https://min.io/) - Minio is an open source object storage server compatible with Amazon S3 APIs. ([Source Code](https://github.com/minio/minio)) `AGPL-3.0` `Go` - [SeaweedFS](https://github.com/chrislusf/seaweedfs) - SeaweedFS is an open source distributed file system supporting WebDAV, S3 API, FUSE mount, HDFS, etc, optimized for lots of small files, and easy to add capacity. `Apache-2.0` `Go` From 99cccf65a04f66322ba099bc5343043800b2c4d9 Mon Sep 17 00:00:00 2001 From: Daniel Kroufek Date: Tue, 25 Jul 2023 18:17:11 +0200 Subject: [PATCH 4/4] remove DaneeCloud from free --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 35e2d99c..9dcb9e70 100644 --- a/README.md +++ b/README.md @@ -932,7 +932,6 @@ Network distributed filesystems. [Object storage](https://en.wikipedia.org/wiki/Object_storage) is a computer data storage that manages data as objects, as opposed to other storage architectures like file systems which manages data as a file hierarchy, and block storage which manages data as blocks within sectors and tracks. -- [DaneeCloud](https://docs.daneeskripter.dev/daneecloud/) - DaneeCloud is web application, that works like storage hosting. It includes user management, file management, video and audio player, roles (admin, user, ...), email authentication, recaptcha, file sharing and other features. ([Demo](https://cloud.daneeskripter.dev), [Source Code](https://github.com/DaneeSkripter/DaneeCloud)) `GPL-3.0` `Nodejs/JavaScript/EJS` - [GarageHQ](https://garagehq.deuxfleurs.fr/) - An open-source geo-distributed storage service you can self-host to fulfill many needs - S3 compatible. ([Source Code](https://git.deuxfleurs.fr/Deuxfleurs/garage)) `AGPL-3.0` `Rust` - [Minio](https://min.io/) - Minio is an open source object storage server compatible with Amazon S3 APIs. ([Source Code](https://github.com/minio/minio)) `AGPL-3.0` `Go` - [SeaweedFS](https://github.com/seaweedfs/seaweedfs) - SeaweedFS is an open source distributed file system supporting WebDAV, S3 API, FUSE mount, HDFS, etc, optimized for lots of small files, and easy to add capacity. `Apache-2.0` `Go`