WeirdGoesPro

joined 2 years ago
[–] WeirdGoesPro@lemmy.dbzer0.com 4 points 16 hours ago

I heard that plenty in East Texas too.

[–] WeirdGoesPro@lemmy.dbzer0.com 9 points 16 hours ago (2 children)

You are wrong about 50% of us.

I saw "send Trump rushing" and I really hoped it was followed by "to the ~~hospital morgue~~ bowels of hell"

I no longer work with them. Everyone’s biology is different—you should see a hair loss doctor and get their advice for your own scalp.

Sodie pop woman from my 600 pound life

There are some people who only drink sodie pop.

[–] WeirdGoesPro@lemmy.dbzer0.com 3 points 2 days ago (1 children)

Musk just spent 250 million to buy an entire presidential election. Is there any history of someone spending a whole billion on one?

I was about to say—we lost the panhandle, and nobody realistically knows what lives there anyway.

[–] WeirdGoesPro@lemmy.dbzer0.com 8 points 2 days ago (4 children)

10 million seems low only because there are realistic things that can cost more than that. Nothing an individual could buy costs a billion. That’s the heinous part of billionaires in my opinion—it is just numbers on a screen for them to measure their dicks with. No realistic change of lifestyle is happening after the first billion, yet they continue to inhale dollars out of greed and habit.

[–] WeirdGoesPro@lemmy.dbzer0.com 3 points 2 days ago (2 children)

There are a lot of prescription treatments for balding these days that seem to work. I have never personally used them, but I know people who have, and they seemed to stop going bald.

Jack Dougherty will be the worst soldier.

[–] WeirdGoesPro@lemmy.dbzer0.com 2 points 3 days ago (1 children)

So you want to sleep with your fiancée? I feel like I’m missing something. That is pretty normal.

 

I’m trying to set up a streaming server on a VPS. I’m using OBS Studio and MistServer in a Debian docker container with noVNC access to control it.

MistServer is supposed to be able to detect a stream on the local network and then create a custom RTMP key so that it can be passed to OBS studio and then streamed to multiple platforms simultaneously.

I was thinking that I could use Tailscale to create a virtual network, and that should connect the camera to MistServer. If I do that, could I just use the Tailscale IP as the RTMP IP address and then have it treat the camera as if it is on a local network?

Essentially:

Camera wired to iPad > Tailscale > MistServer > OBS Studio > Multiple Streaming Platforms

Is there some better way to do this that I’m totally missing?

Thanks for any help you can provide.

Edit: to clarify, I’m talking about a livestream of my own live content that I create, not a Plex stream of media or anything.

 

cross-posted from: https://lemmy.dbzer0.com/post/19035305

[Promoting] Gluetun: The Little VPN Client That Could

My journey with docker started with a bunch of ill fated attempts to get an OpenVPN/qBittorrent container running. The thing ended up being broken and never worked right, and it put me off of VPN integration for another year or so.

Then recently I found Gluetun…and holy fucking cow. This thing is the answer to every VPN need I could possibly think of. I have set it up with 3 different providers now, and it has been more simple and reliable than the clients made by the VPN providers themselves every time.

If you combine the power of Gluetun with the power of Portainer, then you can even easily edit settings for your existing containers and hook them up to a VPN connection in seconds (or disconnect them). Just delete the forwarded ports in the original container, select the Gluetun container as the network connection, and then forward the same ports in Gluetun. Presto, you now have a perfectly functioning container connected to a VPN with a killswitch.

So if any of y’all on the high seas have considered getting more serious about your privacy, don’t do what I did and waste a bunch of time on a broken container. Use Gluetun. Love Gluetun. Gluetun is the answer.

 

My journey with docker started with a bunch of ill fated attempts to get an OpenVPN/qBittorrent container running. The thing ended up being broken and never worked right, and it put me off of VPN integration for another year or so.

Then recently I found Gluetun…and holy fucking cow. This thing is the answer to every VPN need I could possibly think of. I have set it up with 3 different providers now, and it has been more simple and reliable than the clients made by the VPN providers themselves every time.

If you combine the power of Gluetun with the power of Portainer, then you can even easily edit settings for your existing containers and hook them up to a VPN connection in seconds (or disconnect them). Just delete the forwarded ports in the original container, select the Gluetun container as the network connection, and then forward the same ports in Gluetun. Presto, you now have a perfectly functioning container connected to a VPN with a killswitch.

So if any of y’all on the high seas have considered getting more serious about your privacy, don’t do what I did and waste a bunch of time on a broken container. Use Gluetun. Love Gluetun. Gluetun is the answer.

 

I’m hoping to find some kind of statistical display for my media library that I can show on my website. I found Medialytics, which is a little rough, but essentially what I’m looking for, but it isn’t secure enough for public display because the Plex token is included in the script for the page.

Does anybody know of a good statistics display for a large media library that would have a publicly displayable page similar to uptime-kuma?

 

I have found several docker containers that allow you to run a BOINC server as a container, but I haven’t seen any that give you access to the BOINC screensaver. My ideal would be if the screensaver itself was shown on a dedicated port so it could be used easily as a display without any controls popping up.

Sadly, I have no idea how to make this or how to get a custom container made. I guess I’m just throwing this idea out to the universe in hope that it happens someday.

 

I'm not affiliated with DBZer0 beyond being an active member, but today I decided it was time to do my part and donate. We all benefit from this place. We all have a haven to share our knowledge and shitposts. If you're reading this, I'm talking to you. Socialism begins at home.

We are seeing IP hawks do more and more to shut down our piracy sites, streaming sites, and even the places we come to just talk about these things. Our safe spaces are made possible by a handful of generous people who spend their money, time, and brainpower to create places where we can come together. They don't have to stand alone. We can have their backs.

You can donate to DBZer0 at the following link, or by clicking the pirate themed coffee mug in the sidebar: https://ko-fi.com/db0

My donation has given me a sense of pride and community. I'll be doing this every month until the wheels fall off. I know some of you will see this and hear the call--now's the time. We owe it to each other.

"We must hang together or surely we shall hang separately." - Benjamin Franklin

 

I’m using tessypowder/backblaze-personal-wine, and I need to reinstall it due to some drive changes. I have tried docker rm [container ID], but when I add the container again, it seems to be stuck with the old wine settings. I have also tried adding it with a new name so it would theoretically be a totally new container, but that also seemed to inherit the broken wine settings.

I noticed that when I first install a container, there is a long ID string that seems to represent the container along with all the dependencies, but when I use docker ps, it only shows me a shorter string that seems to represent Backblaze alone. Should I be using rm with the longer string to remove wine too? If so, how can I get the terminal to display the full ID again so I can accomplish a full removal?

tl;dr How can I do a full removal of a docker container an all sub-programs (such as wine) that were installed along with it?

 

I have a home server with tech illiterate users (Tailscale/VPN won’t be a solution for them), and I’ve been setting up a little blog to keep them updated about content and status. I had an idea of setting up a server status page that displayed the running state of various docker containers so they could easily see if services are running or not.

The dashboards I’ve seen have been geared towards administrators, but I’m looking for something simple, with no control buttons, that is just for display. I was thinking that there might be a dashboard out there with the ability to export the displays as a webpage widget or something along those lines.

I have a VPS I can use just for the online display, so I’m not worried about the networking per se. Needs to run on Debian.

Thanks for any help you can provide!

 

I’ve been trying out Kavita as an ebook software, and I really like it so far, with one exception. Accounts are all local to the app, and there is no ability handle user accounts through their site, similar to how Plex does it. This means that every time I screw up and have to set up again over the years, my users will have to get new invites and make new accounts. When I mess up Plex and have to reinstall, I can just add new permissions for the users already linked to my account, which makes it easy to transition everyone to a new server with minimal impact to my viewers.

Before I fully commit to Kavita, is there any program out there for ebooks that has accounts managed through a central server rather than my local one?

 

My self-hosting experience is primarily with Plex and qBittorrent, but I'm trying to get a digital library set up that will be available remotely. I've been reading about some options, but I'm not sure about what is best to use or how to deploy it.

What is the best way to make Kavita available to remote users safely from a home server?

view more: next ›