everywall/ladder

Justin@lemmy.world to Selfhosted@lemmy.world – 162 points –
GitHub - everywall/ladder: Selfhosted alternative to 12ft.io. and 1ft.io bypass paywalls with a proxy ladder and remove CORS headers from any URL
github.com

Anyone else using this to bypass those pesky paywalls? It’s working great for me using the docker container.

13

It says this is inspired by 13ft Ladder, which is also self hosted. What's the difference between the two?

I too would like to know the difference between the two.

13ft Ladder is twice as expensive as this solution.

As someone that's never used any of those services, what's the difference between this and bypass paywalls clean?

Thanks for posting. I just deployed to my container host in AWS ECS and it's working well in my testing. Very easy deployment with docker.

Terrible choice of name, ladder is the name of a popular programming language for industrial automation, googling it would be a nightmare

My first thought was " Who has a PLC in their home?".

Why would you want to remove CORS headers? Won't that break a bunch of things?

It would open things up.

No CORS headers means your browser can't request the content if it's on a different domain. That doesn't seem useful to me? Maybe I'm missing something.