Oisteink
@Oisteink@lemmy.world
- Comment on Whats the best website to get Electronic components for small projects in Europe/Germany? 5 months ago:
Overcharge depends on how you value time and accuracy. I like de.rs-online.com/web/ and www.digikey.de/en as i prefer brand over price. Too many months wasted waiting for stuff like this from aliexpress only to get a counterfeit/ buggy thing.
- Comment on Is there any privacy-friendly way to use Facebook on iOS? 5 months ago:
You manage to sound somewhat clueless in 3 words! Congratulations
- Comment on can I funnel more than one service at a time using tailscale? 5 months ago:
Perhaps you can rewrite but that would have to include both ways + html source.
Best bet is serve at what path it prefers or can be configured to
- Comment on can I funnel more than one service at a time using tailscale? 5 months ago:
I like caddy for flexibility and ease with handle_parh. I believe there was some example on the tailscale website for a tcp caddy proxy.
Some sites cant be rewritten and have to be served on their expected path. Like some http file will refer to a css or something with absolute path.
Also you can get chatgpt or similar help you and ask it to explain whats being done and why. Just be stern and let it know what you’re using for software + versions. They know a lot of old shit too these LLMs
- Comment on can I funnel more than one service at a time using tailscale? 5 months ago:
It can be done but I’d advice to rather set up a reverse proxy and funnel that. Then set up your reverse proxy accordingly.
Issue with the funnel is that its reverse proxy is a bit limited in rewriting. So if your service gas a native url of 127.0.0.1:8000/service1 then you serve it under /service1 If you have several services that expects to be served at root you might find it difficult to.