• 1 Post
  • 70 Comments
Joined 2 years ago
cake
Cake day: July 5th, 2023

help-circle
  • Well I guess I don’t have a particular or consistent system but I can find what I need pretty quickly. I have a few tab groups for stuff like youtube, bandcamp which helps a lot, and I use Simple Tab Groups in firefox which has been amazing (but I’ve only been using one group/window so this is kind of defunct now), but otherwise there are areas of tabs which are related and they are roughly in chronological order. I will manually move tabs so there are areas of certain topics. I know I can scroll all the way to the right for old tabs, and then left of that a specific topic I was learning about at that time, then left of that something roughly related by topic or time, and so on until all the way to the left is the most recent tabs (and then a bunch of pinned tabs that I use very often). It’s like a map of time and topic, and not just a bunch of random tabs like you might imagine.








  • It probably is functionally not too different. I have the bookmark bar open but I mostly have all the sites I regularly go to there. Additionally, I have thousands of bookmarks from many years so wading through them for something I briefly saw and was interested in last week but can’t remember enough detail on to find isn’t very fun or easy. And where do I look for it? One bookmark could be categorised in many ways so I also have to remember where I saved it. Tags are good but I have too many for that to be very useful or quick.

    I do use grouping as well, and I really like it, but this just causes me to have even more tabs because there is less pressure to trim down the endless list since I can hide them.






  • Yes, the mullvad integration is essentially what I am trying to achieve because I cannot run both vpn and tailscale as they conflict. Unfortunately I need mullvad on other devices and have spare device slots I can use so it makes no sense to pay another $5 on top.

    I was hoping that requests to the jellyfin port would get returned back through tailscale directly and anything else goes on to gluetun. The subnet option sounds like this would be the solution but I could be misunderstanding many things here.



  • Is jellyfin going through mullvad? Jellyfin and tailscale are using host. This is part of a larger docker compose where I do have things running through gluetun.

    Since your Tailscale is host network mounted, you’ll be able to expose your Docker network subnets over Tailscale then access Jellyfin. This is done via the TS_SUBNETS env variable. Docker will use a 172.16.0.0/12 subnet.

    Thanks that sounds like what I’m after. So this means that I could access jellyfin on the 172.x.x.x address but anything else goes to the exit node (and then the vpn)?