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

Other options for cdn #42

Open
fawazahmed0 opened this issue Apr 4, 2022 · 4 comments
Open

Other options for cdn #42

fawazahmed0 opened this issue Apr 4, 2022 · 4 comments

Comments

@fawazahmed0
Copy link
Owner

fawazahmed0 commented Apr 4, 2022

npm support(max tar.gz package size 200mb):
jsdelivr (doesn't work if package size > 100mb)
unpkg.com (this works fine)
cdnjs (not great, they store package in their repo)

cloudflare pages (20k files,25mb/file size limit) (not great, 20k files limit)

@fawazahmed0 fawazahmed0 changed the title Other options Other options for cdn Apr 4, 2022
@fawazahmed0
Copy link
Owner Author

@fawazahmed0 fawazahmed0 transferred this issue from another repository Feb 29, 2024
@fawazahmed0 fawazahmed0 mentioned this issue Feb 29, 2024
10 tasks
@PatrickHuetter
Copy link

@fawazahmed0 You can just setup a domain on cloudflare, activate caching via DNS settings (they configure their own proxy hosts). After that you can go to page rules ( 5 rules are free ) and create a cache everything rule. After that you have fully cached everything without limits.

@fawazahmed0
Copy link
Owner Author

fawazahmed0 commented Mar 6, 2024

Thanks @PatrickHuetter, the fallback api uses cloudflare pages. Also I just want to avoid setting up a domain, because it will require renewal every year.

@fawazahmed0
Copy link
Owner Author

I have added date support in fallback api and also added support for YYYY-MM-DD format. please refer the readme

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

No branches or pull requests

2 participants