this post was submitted on 07 Dec 2023
151 points (99.3% liked)

Selfhosted

39194 readers
399 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

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

top 12 comments
sorted by: hot top controversial new old
[–] TheButtonJustSpins@infosec.pub 15 points 9 months ago (2 children)

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

[–] BarrierWithAshes@kbin.social 18 points 9 months ago

Well Ladder is written in Go. 13ft is written in Python.

[–] Froyn@kbin.social 1 points 9 months ago

13ft Ladder is twice as expensive as this solution.

[–] daftwerder@lemm.ee 8 points 9 months ago

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

[–] krellor@kbin.social 6 points 9 months ago

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.

[–] Damage@feddit.it 5 points 9 months ago (1 children)

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

[–] Omega_Jimes@lemmy.ca 3 points 9 months ago

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

[–] dan@upvote.au 4 points 9 months ago (1 children)

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

[–] TheButtonJustSpins@infosec.pub 1 points 9 months ago (1 children)
[–] dan@upvote.au 3 points 9 months ago (1 children)

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.

[–] TheButtonJustSpins@infosec.pub 2 points 9 months ago

Oh, I assumed you could replace them. If it's just remove, you're 100% right.