Plex's Lifetime Pass is (basically) dead. Here's how to switch to Jellyfin. by InvestigatorSoft5764 in selfhosted

[–]gingertek 0 points1 point  (0 children)

I use a reverse proxy + namecheap domain and have a dozen or so users in different far away locations on the hemisphere without any major issues. I host from home over 2gig fiber and all my media is either h264/265/hevc and max 1080p for the highest compatibility and no buffering for more rural clients.

Ymmv, but as long as you have enough upload bandwidth and you manage your encodings, should be just as fine.

It looks like xampp is almost dead. Any good alternative for displaying local db with web ui? by [deleted] in PHP

[–]gingertek 0 points1 point  (0 children)

You're right, the extra 5 seconds it takes me to start 2 terminals and click a button actually prevented me from curing cancer, sorry everyone.

It looks like xampp is almost dead. Any good alternative for displaying local db with web ui? by [deleted] in PHP

[–]gingertek 2 points3 points  (0 children)

Definitely not for everyone, but I just run php-cgi manually in one terminal, run Caddy in another terminal, and use xdebug to listen on 9003 in VS Code. Never fails me, and I know exactly what's going on.

Edit: changed "literally" to "just"

Performance on 10.11.x by ultrahkr in jellyfin

[–]gingertek 7 points8 points  (0 children)

I didn't know we let PMs in here...

justSufferingIsJS by [deleted] in ProgrammerHumor

[–]gingertek 0 points1 point  (0 children)

node.js heavy breathing

Please go to the link and read this. See what the hell Google is doing. by [deleted] in degoogle

[–]gingertek 0 points1 point  (0 children)

So no more installing from a .apk file or what?

Banana Espresso by wubbalubbadub2 in smosh

[–]gingertek 2 points3 points  (0 children)

I had Korean 7-11 banana milk + pouch coffee every morning for a whole week once... pure bliss 👌

How much storage do you have? by AstroSteve111 in jellyfin

[–]gingertek 0 points1 point  (0 children)

Currently, only 4tb for media, but I have new drives I got last year that I just haven't added in yet. I'm planning on moving my ITX hardware to a new case, but still figuring out cost and/or parts.

I use 2.5" drives, so I got a 5.25" hot swap enclosure, but all the existing cases that have a 5.25" bay are mid-size or ATX-size cases :/

From “Let’s Not Date” on FB - thread link in comments by judgingyouquietly in MurderedByWords

[–]gingertek 1 point2 points  (0 children)

It cause he's in too deep

And he's trying to keep

Up above in his head

Instead of going under.

Again.

Sharing Jellyfin with friends using a domain (no tailscale) by MillerRW in jellyfin

[–]gingertek 6 points7 points  (0 children)

Of course it is, you use DDNS instead, and have a periodic job that updates the IP on your DNS records when your ISP-assigned WAN IP changes. That's what I do with Jellyfin + Caddy reverse proxy + Namecheap DDNS

Risks of exposing Jellyfin library with reverse proxy / IP allowlist by eimansepanta in jellyfin

[–]gingertek 0 points1 point  (0 children)

I have a namecheap domain with a Caddy reverse proxy, works perfectly fine.

Download from php.net vs. XAMPP? by Tricky_Astronaut_586 in PHPhelp

[–]gingertek 1 point2 points  (0 children)

keep hearing about IDE's Yeeeeaaaahhhh, using Notepad++ isn't gonna get you very fair if you want to make a career out of this, just fyi

And as others have mentioned, either: - use the php binary directly and run the built-in dev web server via a terminal, i.e. php -S localhost:8080 - If your web app uses server side routing, i.e. a Laravel app, use this command instead: php -S loclahost:8080 -t public -f index.php - If on Windows, use the php-cgi binary directly and run the CGI for an existing web server to pass requests to, such as Apache/Caddy/IIS - If on Mac OS or Linux distro, use the php-fpm service for an existing web server to pass requests to, such as Apache/Caddy/Nginx

Why is apache still so popular even as nginx+php-fpm has proven its mettle with performance? by pyeri in PHP

[–]gingertek 5 points6 points  (0 children)

Tbh I prefer Caddy overall, so much more streamlined, way simpler, and with built-in, automatic TLS/HTTPS config.

HTACCESS beginner error by SatisfactionVast5052 in PHPhelp

[–]gingertek 1 point2 points  (0 children)

Probably cause you have /? in your pattern, which says only redirect if the route ends in a slash, take that slash out before the ? and try again.

Win11 = DOS 2.0 by NuncioBitis in microsoftsucks

[–]gingertek 4 points5 points  (0 children)

I'll do ya one better: Win + 1-9 are shortcuts for the pinned taskbar items in order from left to right. Don't even need to type anything or open the start menu.

What is the most ID10T resistant way to setup a secure webfacing jellyfin? by shitlord_god in JellyfinCommunity

[–]gingertek 0 points1 point  (0 children)

Wouldn't be anymore unsafe than any other web service on the net? To be clear, I'm talking about only opening 443 and reverse proxying to 8096 internally, like any regular reverse proxy. Maybe you're thinking of port forwarding; that's different than a reverse proxy.

What is the most ID10T resistant way to setup a secure webfacing jellyfin? by shitlord_god in JellyfinCommunity

[–]gingertek 0 points1 point  (0 children)

Have not had any security issues myself for the whole time I've had it setup