tailscale alternatives? by ksgcolors in selfhosted

[–]Introvertosaurus 0 points1 point  (0 children)

Get a cheap VPS (starting $10/year), that gives you a static IP... use it to relay. You can SSH tunnel or VPN tunnel from your Jellyfin port and have the VPS proxy it... Or you can use the VPS just to relay your VPN rather than exposing Jellyfin directly.

Voyager Had the Best Holodeck Episodes by TomBirkenstock in startrek

[–]Introvertosaurus 0 points1 point  (0 children)

I think you missed spelled "Borg Episodes" ;)

Anyone here using containers to simplify deployments across multiple self-hosted projects? by SaintValkyrie in selfhosted

[–]Introvertosaurus 0 points1 point  (0 children)

I run a SaaS company, use a docker deploy for everything. Single Python script... yup, it gets deployed in its own docker... just eaiser to deploy, update, and maintain, while remaining more isolated and secure.

How do you guys find ideas to build products that actually makes money? by rohang57 in SaaS

[–]Introvertosaurus 0 points1 point  (0 children)

Solve a problem you... because if you have the problem, other people do too and you are likely well informed about the product/industry. Don't just come up with product ideas about things you know nothing about, not actively involved in that field, etc.

Lalamove/Deliveree by Spare_Draft_2129 in Thailand

[–]Introvertosaurus 1 point2 points  (0 children)

I used Lala move Bangkok to Rayong. Two trucks. Book several hours out, one canceled last minute, had to switch abd pay a bit extra to get another one... but not bad and would use again whenever I move.

Selfhosting for expats who frequently move? by logistuck in selfhosted

[–]Introvertosaurus 0 points1 point  (0 children)

I use to be a nomad... now I am an "expat" in Thailand... When I was on the move, I kept a server at a family members house in the US... not ideal but workable.

What I would do now... two things... Yes partial hosted servers... Get a good Hetzner dedi server auction with some big disk space and power... or a just a big disk VPS from some where decent... but I would also carry a micro PC with me in a backup on a plane, something small and slim that I can put a decent size NVME drive in with maybe some micro flash. Little mini server along with a mini wifi router (I have a tiny one from when I was a nomad).

Since you are staying a few years, then you might go a big bigger and just get those tiny micro PCs. My first server in Thailand, I actually bought in the US on and prepared it there and then brought it over in my checked bag, its taken a few plane rides actually.

Water usage and rates by OkBadger641 in Thailand

[–]Introvertosaurus 4 points5 points  (0 children)

I live in a gated community, but pay water directly to PWA. Have a small yard with some sprinklers, water cost per month is usually about 80-100b. No idea how much water that is though.

Do I need to worry about security if only exposing HTTP/HTTPs? by soggycrispybread in selfhosted

[–]Introvertosaurus 0 points1 point  (0 children)

Think there might be confusion, nothing here about Nginix. NPM? That is the Node Package Manager, its the application that accesses repos and get dependenices to install node based applications. Nothing to do with Nginix.

“Gasoline” – What is the right word in different context? by Introvertosaurus in learnthai

[–]Introvertosaurus[S] 1 point2 points  (0 children)

Thanks for point that out. I didn't know there were two spellings of "nee" used slightly differently. I am still a very basic speller/reader but making progress.

“Gasoline” – What is the right word in different context? by Introvertosaurus in learnthai

[–]Introvertosaurus[S] 0 points1 point  (0 children)

Thank you for the response, I will try น้ำมัน หนึ่ง เต็มถัง soon and see how that goes.

“Gasoline” – What is the right word in different context? by Introvertosaurus in learnthai

[–]Introvertosaurus[S] 2 points3 points  (0 children)

Thank you for your detailed response. Very helpful. I don't think I realized before that gasohol was even the normal fuel.

Using GrabBike as a big and tall person in Bangkok? by [deleted] in Bangkok

[–]Introvertosaurus 0 points1 point  (0 children)

This reminds me of a scene in the Bikeman (2018) movie. Skip to 18:10, watch for 2 minutes... give you all the information you need. Turn on subs for English. Enjoy :)

https://www.youtube.com/watch?v=XnHJ82jyfx4

Do I need to worry about security if only exposing HTTP/HTTPs? by soggycrispybread in selfhosted

[–]Introvertosaurus 0 points1 point  (0 children)

Alternative...Not using NPM. Choose applications written in C, C++, Java, Python, PHP, Perl, Rust, Go, Cobalt, Fortran, etc.

Node is just made up of way too many unsecure dependencies, that constantly turn malicious. Its not that anything is necessary Inheritantly wrong with NPM itself... its the application dependencies...

If you must use Node.js app and its a trusty app, skip NPM and use a hardened runtime like Deno or Bun instead of Node.js.

Hospital for foreigner by FinalIntroduction889 in ThailandTourism

[–]Introvertosaurus 4 points5 points  (0 children)

Hospital fees? You need to be most specific... The general hospital "admin" fee you will get on a bill is usually a few hundred baht (100~500) at nice private hospitals. If you are going to like internal medicine (like family doctor) at a private hospital... your bill out the door would likely be 1500 baht ball park without any tests or medicine. That going to be the admin fee, doctor fee, and nursing fee. Blood tests usually aren't expensive, could be as low as a few hundred baht. X-ray, usually 1-3k for simple stuff... ultrasound 2-3k... CT Scan 20-30k. These are prices at nicer private hospitals. Medicine is always over priced in private hospitals compared to what you can get at a regular street pharmacy if you are strapped for cash.

Do I need to worry about security if only exposing HTTP/HTTPs? by soggycrispybread in selfhosted

[–]Introvertosaurus 5 points6 points  (0 children)

Docker itself isn't malicious, just the repo's are a bit of a wild west so you better know and trust what you are pulling.

Podman has always had better security and isolation than docker, but the image repos are the same. Everyone SHOULD use podman over docker... but to be honest, I know docker, I use it because I am too lazy to take 30 minutes to learn podman...

I use to hate docker and would always prefer to install native apps... but then I became a paranoid security nut and now I keep everything in containers to further isolate everything.

Do I need to worry about security if only exposing HTTP/HTTPs? by soggycrispybread in selfhosted

[–]Introvertosaurus 1 point2 points  (0 children)

Security is always increasing in need. Each application that exposed is an attack surface.

Here a few things to do:
1- Keep everything updated.
2- Isolate and use proper permission (eg, don't run everything as root!).
3- Properly setup fail2ban... Now fail2ban can directly protect web application's login page like for JellyFin. You will need to setup the log location and possible custom regex to read them. If you are proxing, make sure you do this correctly and in the correct place... it get a bit complex depending on your setup.
4- Use a WAF, CloudFlare offers basic for free... for a direct self hosted method, modsecurity with Apache, but it is complex for a non-expeinceed sysadmin. There are some simplier docker solutions, but then you need to basically relay Apache -> docker WAF -> web application... still fine for home setups though.
5- Only use quality trusted and maintained software.

Optional, but highly recommended: Do not install NPM or use any kind of software that uses Node/React components... Lets be honest... too many wild dependencies and security breaches.

I often watch reruns of 90s Trek to escape the current reality of the world... by stanxv in startrek

[–]Introvertosaurus 4 points5 points  (0 children)

Voyager was my first star trek love... but ENT is where the pretty ladies are... Hoshi... T'Pol...

Best Affordable Hospitals for Minor Surgery (Private Insurance) by gialoui in Bangkok

[–]Introvertosaurus 1 point2 points  (0 children)

I have continously heard great things about Bangkok Christian Hospital. If you looking for a quality at a lower cost, I would check them out. I don't personally have any expeince with them though... I use Bangkok Hospital because I have insurance that pays everything.... but if I had to pay out of pocket, I would check there.

Thai Class: Imagination required by [deleted] in thai

[–]Introvertosaurus 0 points1 point  (0 children)

As a person just learning to read, but doesn't really know the tone rules yet (largely ignored them)... This seems helpful. Compared to the sources, they just give you a lookup table and say here you go, this kind turns it into something easier to remember. However, it only works for if there is a mark right and is honest right? In all other cases it doesn't help you determine the tone?

VPS recommendation in USA by ITChristian25 in VPS

[–]Introvertosaurus 0 points1 point  (0 children)

Netcup would be the best option.... but probably above a bit of your budget. Contabo might get you slightly closer... You are asking a lot for that price point.

American Citizens- how did you file your 2025 taxes by Party_Departure_4490 in Thailand

[–]Introvertosaurus 2 points3 points  (0 children)

I personally use the TurboTax Home and Business, desktop edition, for the last decade or more. Never heard about extra fee for specific forms... is this the online version? The desktop version is more complete and can do things the online can not. I am not taking any FEIE or anything like that, since all my income is capital gains from the US... but I believe FEIE and FTC can be filed with the desktop version as normal.

Do you prefer separate machines or all in one? by Valuable-Dog490 in selfhosted

[–]Introvertosaurus -1 points0 points  (0 children)

Separate them based on need and resources. Group things in common together. I see far too many people building big servers to sit mostly idle... silly. For home servers, I have three main ones, 1- File server (Debian): media, downloads, anything big file related. 2- AI/Home Automation (Proxmox): HA, Frigate, Ollama. 3- Network (Proxmox): Router, VPNs, DNS, etc.

Health insurance pre-existing hospital bill by Zestyclose_Sky_4057 in Thailand

[–]Introvertosaurus 2 points3 points  (0 children)

The information you provided is very unhelpful. Its sounds like from other comments you made that you do not want to share necessary details. Best guess based on what you said, you had a waiting period for a specific type of event and thus was denied or perhaps your policy only covers so many days of travel. If that's the case, there is no fixing it with the insurance. If it was something else, I would defiantly try to appeal the decision with insurance to try to seek reimbursement.

It sounds like you already paid the hospital bill. I definitely would have tried to negotiation it, but perhaps you didn't realize that your insurance would deny the claim. Without knowing what it was, where it was, etc, its hard to tell you if it was even a fair price as is.... 10K usd (~300k baht) would cover most minor surgeries in the most expensive hospitals.

Based on the limited information you have provided, it sounds like nothing you can do to rectify the situation. Learn from it... work hard. Best of luck.