Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)OI
Oisteink @lemmy.world
Posts 0
Comments 140
can I funnel more than one service at a time using tailscale?
  • 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

  • can I funnel more than one service at a time using tailscale?
  • 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 has 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 do this way. Some services might have “url/path” option in config for this purpose. In that case you enter the url you want to use for your service and it will behave.

  • Printing on Linux
  • Printing is a bitch no matter the platform and its usually the producers of the printers that fail. Everyone wants to make their own standard or interpret any standard in their own way. Duplex settings? Sometimes easy to find, and sometimes called something else and put in a weird spot of the interface.

    Basic printing to usb is fine on Linux. My pi zero hooked to a brother laser has been providing wifi printing for me for the last 5 years. Installed cups and connected the usb and it was rocking