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

ipfs-and-webdav-fixes1 #10

Merged

Conversation

parajbs-dev
Copy link

ipfs-and-webdav-fixes1

changelog:
- add webdav.dart
- add ipfs.dart
Changelog:
- create a init for ipfs.dart
- create a init for webdav
Changelog:
- new init fixes in ipfs and webdav
@parajbs
Copy link

parajbs commented Apr 16, 2023

Hello @redsolver,

I have finished "webdav" and "ifps" storage module.
With both modules I tried to make "init" relatively flexible, so that some providers for Webdav storage are supported and with "ipfs" it works with "ipfs mfs".

I installed both modules in "create.dart" so that they can be tested immediately.

If there are problems when testing new WebDAV storage, we have to change it again.

I was able to test webdav:

  • HiDrive.de webdav = OK
  • Netcup.de WebHosting4000 webdav = OK
  • Hetzner Storage Share (NX11 / NX21 / NX31) webdav = OK
  • Hetzner Storage Box (BX11 / BX21 / BX31 / BX41) webdav = testing
  • Telekom MagentaCloud webdav = testing
  • Qnap NAS webdav = OK
  • Synology NAS webdav = OK
  • Nextcloud webdav = OK
  • Nginx webdav = OK
  • Apache2 webdav = OK
  • NodeJS webdav server = OK
  • go webdav server = OK
  • pcloud.com webdav = not tested
  • icedrive.net webdav = not tested
  • box.com webdav = not tested
  • mega.io webdav = not tested
  • dropbox.com webdav = not tested

I could test ipfs:

  • upload via local ipfs node api = OK
  • upload via external ipfs node api = OK
  • upload via ipfs api in the public network = OK
  • upload via ipfs api in the private network = OK
  • upload ipfs api via vpn network = OK
  • retrieve data via public ipfs gateway = OK
  • retrieve data via private ipfs gateway = OK

@redsolver redsolver merged commit e51638f into s5-dev:integration-more-store1 Apr 19, 2023
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

Successfully merging this pull request may close these issues.

3 participants