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

HTTP File server extension #3353

Open
5 tasks done
P0bo opened this issue Jun 19, 2024 · 6 comments
Open
5 tasks done

HTTP File server extension #3353

P0bo opened this issue Jun 19, 2024 · 6 comments
Labels
Source request Someone wants a source to be added

Comments

@P0bo
Copy link

P0bo commented Jun 19, 2024

Source name

Htttp

Source link

http://127.0.0.1:8080/Aniyomi/localanime

Source language

MULTI

Other details

Screenshot_2024-06-19-15-08-59-92_4d38fce200f96aeac5e860e739312e76
Screenshot_2024-06-19-15-10-07-11_4d38fce200f96aeac5e860e739312e76
Please include episodes.json ,cover and details.json support

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
  • I have written a title with source name.
  • I have checked that the extension does not already exist on the website extensions list or the app.
  • I have checked that the extension does not already exist by searching the GitHub repository and verified it does not appear in the code base.
  • I will fill out all of the requested information in this form.
@P0bo P0bo added the Source request Someone wants a source to be added label Jun 19, 2024
@Secozzi
Copy link
Contributor

Secozzi commented Jun 19, 2024

Http is just a protocol, it saying nothing about what you actually want to be added as an extension

@P0bo
Copy link
Author

P0bo commented Jun 19, 2024

Its like webdav and ftp but it uses http protocol for accessing the files remotely .
I have a android based file server for my local network and I use Roundsync to serve my remote storage files and SSD files connected files to the device to be able to acces from other devices.

@P0bo
Copy link
Author

P0bo commented Jun 19, 2024

Round sync can also serve the file using webDAV or ftp but in my case its significantly slower compared to http . It maybe because of my old router but I'm not sure

@Buxuna
Copy link

Buxuna commented Jun 19, 2024

Nextcloud also offers remote access using http but I use WebDAV , a couple of my friends use http / https because wavdav is slower for them .

@hollowshiroyuki
Copy link
Contributor

Round sync can also serve the file using webDAV or ftp but in my case its significantly slower compared to http . It maybe because of my old router but I'm not sure

WebDAV is actually an extension of HTTP, it's the same protocol. However WebDAV basically provides a uniform way of browsing and managing files and directories over HTTP, instead of needing us to create parsers for every web file server http UI like Caddy, Apache and such.

@Buxuna

This comment was marked as off-topic.

@Buxuna Buxuna mentioned this issue Jun 19, 2024
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Source request Someone wants a source to be added
Projects
None yet
Development

No branches or pull requests

4 participants