selfhosted

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

jadelord, in 13 Feet Ladder

Seems like this can be done in the browser using a user agent switcher.

KLISHDFSDF, in 13 Feet Ladder
@KLISHDFSDF@lemmy.ml avatar

If you’re on Firefox on desktop/laptop, check out Bypass Paywall [0]. It was removed from the firefox add-on store due to a DMCA claim [1], but can be manually installed (and auto updates) from gitlab. The dev even provides instructions on how to add custom filters to uBlock Origin [2], so you don’t have to add another extension but still get some benefit.

[0] gitlab.com/…/bypass-paywalls-firefox-clean

[1] winaero.com/mozilla-has-silently-removed-the-bypa…

[2] gitlab.com/…/bypass-paywalls-clean-filters

hdnsmbt,

Your correct indexing is highly appreciated!

desmosthenes,
@desmosthenes@lemmy.world avatar

took the words right out my mouth

AtariDump,

It must have been while he was kissing you.

ASeriesOfPoorChoices,

also, bypass paywalls clean on notfirefox, like Chrome, or Kiwi (android).

ssdfsdf3488sd,

That’s the dude who was butt hurt about something this dude did: github.com/iamadamdev/bypass-paywalls-chrome

and so forked it and arguably does a better job, lol.

Qwaffle_waffle, in 13 Feet Ladder

Where are the metric versions? I want my 3 meter ladder.

MacNCheezus,
@MacNCheezus@lemmy.today avatar

Clone the repo and make it yourself.

spechter,

Most often I use it, it’s too avoid metrics.

muntedcrocodile, in Streaming local Webcam in a Linux machine, and acessing it when on vacations - which protocol to choose?
@muntedcrocodile@lemmy.world avatar

Cant u do it with vlc directly?

shadowintheday2,

I don’t think VLC alone could handle auth/permissions/encryption

muntedcrocodile,
@muntedcrocodile@lemmy.world avatar

Ur right in that case i suggest just set up a vpn to ur home lan and have it stream to lan

SeeJayEmm, (edited ) in 13 Feet Ladder
@SeeJayEmm@lemmy.procrastinati.org avatar

I’ve been happy with github.com/everywall/ladder

tootbrute,

I use this, too! It's great but doesn't always work.

appel, in 13 Feet Ladder

If you’re on Android and use Firefox, you can use the Disable JavaScript extension to disable JS on sites with paywalls, like NYtimes. While not perfect, it works remarkably well.

Also works great on Desktop.

mypasswordis1234, in Planning build: Power efficient headless steam machine, and later upgrade for AI tasks
@mypasswordis1234@lemmy.world avatar

You can probsbly ignore the idle power consomuption and enable Wake On LAN and turn it on and of over the network. Is that a solution for you?

Still,
@Still@programming.dev avatar

one of those pi kvms or the like could turn on any system even if it doesn’t support wake on lan

Mantis8497,

With all the helpful comments shared in this thread, I’m starting to realize that this approach is likely the only viable solution.

Previously when doing my research, I was naive enough that when people said “…30W at idle”, it was specifically for their GPU, and not for their whole system. So now things makes a lot more sense.

Feliberto, in Streaming local Webcam in a Linux machine, and acessing it when on vacations - which protocol to choose?

I’m using Frigate with a Google Coral connected to Home Assistant, it’d send an image and a short video to a Telegram group with my wife whenever it detects a person.

I’m using OpenIPC firmware flashed on a chinese Goke camera and works great. It connects to Frigate using RTMP.

lemming741, in Planning build: Power efficient headless steam machine, and later upgrade for AI tasks

Not much you can select for with desktop parts. Maybe get dual Ethernet now so you don’t want to add a card later. And more disks, more power so one bigger drive is better than two smaller…

Might be better to suspend it, and wake on lan when you want to play.

thanksforallthefish, in 13 Feet Ladder

1ft.io also seems to work and by the branding seems unrelated to 12ft

cyclohexane, (edited )

There’s 4ft.io too. Oh nvm looks like it’s gone.

BearOfaTime, in Streaming local Webcam in a Linux machine, and acessing it when on vacations - which protocol to choose?

Setup Tailscale on your machine at home and on your Android device. It’ll provide a virtual encrypted network between your devices.

Not sure what video performance across it will be like, I’m sure there’s a bit of overhead.

beeng,

Just use wire guard, which is the backbone of tailscale.

Tailscale could rug pull one day or start charging.

Sounds like OP could handle wire guard setup.

fab, in Am I in over my head? Need some encouragement!
@fab@discuss.tchncs.de avatar

Linux is fun! Of course it’s doable. At first you’ll have a hard time and need to look up everything at ddg or whatever. But you’ll learn a lot. Go in small steps. One thing at a time. And envision the feeling you’ll get when you succeed!

vegetaaaaaaa, (edited ) in Streaming local Webcam in a Linux machine, and acessing it when on vacations - which protocol to choose?
@vegetaaaaaaa@lemmy.world avatar

I recently set up a personal Owncast instance on my home server, it should do what you’re looking for. I use OBS Studio to stream random stuff to friends, if your webcam can send RTMP streams it should be able to stream to Owncast without OBS in the middle - else, you just need to set up OBS to capture from the camera and stream to Owncast over RTMP.

the communication itself should be encrypted

I suggest having the camera/OBS and Owncast on the same local network as RTMP is unencrypted and could possibly be intercepted between the source and the Owncast server, so make sure it happens over a reasonably “trusted” network. From there, my reverse proxy (apache) serves the owncast instance to the Internet over HTTPS (using let’s encrypt or self-signed certs), so it is encrypted between the server and clients. You can watch the stream from any web browser, or use another player such as VLC pointing to the correct stream address [1]

it seems that I might need to self-host a VPN to achieve this

Owncast itself offers no authentication mechanism to watch the stream, so if you expose this to the internet directly and don’t want it public, you’d have to implement authentication at the reverse proxy level (HTTP Basic auth), or as you said you may set up a VPN server (I use wireguard) on the same machine as the Owncast instance and only expose the instance to the VPN network range (with the VPN providing the authentication layer). If you go for a VPN between your phone and owncast server, there’s also no real need to setup HTTPS at the reverseproxy level (as the VPN already provides encryption)

Of course you should also forward the correct ports (VPN or HTTPS) from your home/ISP router to the server on your LAN.

There are also dedicated video surveillance solutions.

aniki,

I second RTMP. I used to use it to send video all over the internet back in the covid days.

equidamoid, (edited ) in Streaming local Webcam in a Linux machine, and acessing it when on vacations - which protocol to choose?

I’d go for HLS due to its simplicity: just files over http(s). VPN or not - depends on your network. If your machine is accessible from the internet, just putting the files into a webserver subdirectory with a long random path and using https will be secure enough for the usecase. Can be done with an ffmpeg oneliner.

The downside of HLS is the lag (practically – 10s or more, maybe 5 if you squeeze it hard). It is in no way realtime. Webrtc does it better (and other things too), but it is also a bigger pain to set up and forward.

Also, just in case, test that the webcam works fine if left active 24/7. I had (a cheapo) one that required a powercycle after a week or so…

zzzz, in Anyone tried this 4x 10gbe + 5x 2.5gbe router?

Can a device like this act as my router?

FutileRecipe,

It’s just hardware. Almost any device can act as your router if you put the proper OS and/or software on it.

zzzz,

Fair enough.

Lem453,

That’s pretty much exactly what this device is supposed to do. But just to be clear, any computer with a NIC (ethernet port) can be a router.

Do make a useful router for your home, you need a Intel or AMD CPU (x86) and 2 NICs.

This device is specifically designed for someone who wants to setup 10gbe networking.

You also need software.

OPNsense is a great example of software like this. Many home labbers use something like OPNsense installed on a device such as this for their router.

zzzz,

Thank you for the detailed response! I’m going to give it a try! This will be a step up from OpenWRT on a cheap router, I’ll bet!

  • All
  • Subscribed
  • Moderated
  • Favorites
  • selfhosted@lemmy.world
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #