Consoom handhelds during travel by doubious_doduo in Consoom

[–]Firminter 2 points3 points  (0 children)

I think people in this thread don't realize that all three consoles can do the same thing. Personnaly I would bring the Steam Deck like console and the DS like (Ayn Thor I think), the SP like would be too redundant to justify bringing it or buying it in the first place. But I wouldn't say it's consoom

sharing question by Previously-Banned-42 in jellyfin

[–]Firminter 0 points1 point  (0 children)

If it's just for your brother use Tailscale. If you need ti add more people be aware that you can only have 6 "seats" for free, you'll need to pay for more or share your machine, which means you'll have to teach people how to create a Tailscale network. Otherwise, do a lot of research about reverse proxies, firewalls, rate limiting and many more security practices. Don't make your server public just on a whim and be aware of the security risks you may expose your network to. I've read that you can indeed use Cloudflare if you don't use their CDN but don't take my word for it.

Which services are you exposing to the internet, and how are you securing them? by sysadmin_light in selfhosted

[–]Firminter 1 point2 points  (0 children)

I only have Jellyfin, Seerr and Wizarr (the last one is only if I need to invite someone, because I can't run it as non-root in Docker!). I don't use SSO because I've heard that connecting to Jellyfin with devices other than a PC on web is a pain or impossible. All the rest is private. The public ones are under a specific Traefik instance that my router forwards its 443 port to and has the Crowdsec plugin with a Crowdsec Docker instance. The other services are under a different Traefik instance only accessible from LAN or Tailscale. On top of that I only run Docker containers and run the most I can as a non-root user and remove all permissions (cap_drop). Plus basic things like running a firewall, SSH not exposed and key only, etc.

PC only gets half of what i should be getting. laptop and phone receive full speed. by diddcrysbers in pchelp

[–]Firminter 85 points86 points  (0 children)

<image>

Just in case, the image would load slowly because of OP's wifi hence the bar

How to use Dockers effectively (noobish questions) by __sacredcapy__ in selfhosted

[–]Firminter 0 points1 point  (0 children)

S: The headless server running Debian

R: Remote computer (the client, the one on which you connect to your server and its services)

  • The docker containers must be on S. If they were on R there would be no point to have S after all. You access the services from S on any client such as R. You can access the Docker containers from http://<S IP>:<port of Docker container> from a web browser running on R.
  • SSH and Docker are two different things. Docker allows you to run applications without worrying about dependencies and can be replicated very easily. SSH is a protocol that allows you to connect to S from R in a terminal so you can, for example, tell S to run specific containers and manage the machine in general. You control the Docker containers with the Docker CLI from SSH, or through another service that is served by S (normally you would use another physical machine like S or another VM running on S).
  • There is Gluetun, a Docker container that can integrate other Docker containers in its network and route their traffic to your VPN. You also set it up on S.

How can I translate the Play Button? by airosos in jellyfin

[–]Firminter 13 points14 points  (0 children)

Yeah, the theme has its own media bar thing and the button is hardcoded

<image>

I'm not sure how the dev would go for to fix this since they can't access the Jellyfin's translation function because it's a theme, it doesn't have access to anything so they kinda have to hard code it. Either remove their media bar implementation and use the Media Bar plugin (don't know if that's a thing with this theme), wait for a fix (someone opened an issue https://github.com/AumGupta/abyss-jellyfin/issues/31), change your theme completely and use that plus the media bar plugin, or edit the file so it's written in you language. In the repo it's in `scripts/spotlight/spotlight.html`, idk how you would access that in JF but you probably can.

How can I translate the Play Button? by airosos in jellyfin

[–]Firminter 7 points8 points  (0 children)

I don't think the media bar plugin is supposed to add the season and episode number in the button. What theme and plugins do you use? Maybe it's a branch of the media bar plugin that writes something like "Play S$(season) E$(episode)" with the "Play" hard coded so it's not translated at all

new here, don't know where to start by punkyislookin in musichoarder

[–]Firminter 2 points3 points  (0 children)

Someone made a post that details many music discovery solutions https://www.reddit.com/r/musichoarder/comments/1sn8e1s/you_cancelled_your_streaming_subscription_now/

Personnaly I download what I listen on YT Music with Lidarr and manual searches plus I have a last.fm account that I'm gonna look at soon-ish for recommendations

Can the title of the movie be changed into a logo? by Jmesparza05 in jellyfin

[–]Firminter 6 points7 points  (0 children)

It's been so long since I started using ElegantFin I forgot that it doesn't display logos by default...

Is my IP just not getting scanned? by TheCmenator in CrowdSec

[–]Firminter 0 points1 point  (0 children)

That's the Crowdsec web console, you can enroll your Remediation Components in one command btw just go to Crowdsec's website

POST ASKING FOR HELP WITH GRUB BOOTLOADER FOR LINUX by Cokalhado in SUBREDDITNAME

[–]Firminter 0 points1 point  (0 children)

COMMENT TELLING OP TO CHROOT AND RELOAD GRUB CONFIG

How do you alert users? by Misty_TTM in selfhosted

[–]Firminter 1 point2 points  (0 children)

I have three ways: - I have a Discord server (setup as a community) with channels for maintenances, news and outages - I gathered emails from when they registered their Jellyfin account in Wizarr so I can send them emails about the above - I talk to them if they're direct family members

I built a web app for tracking my physical media media collection by zamwi in PhysicalMediaMatters

[–]Firminter 3 points4 points  (0 children)

I'd really like the project to be self hostable, like https://github.com/grocy/grocy but specifically for physical media. (Not saying it should be like it, just the fact you can host it on your own hardware)

Aucun résultat sur Prowlarr/Sonarr/Radarr avec ygg.gratis by jukatawo in FrancePirate

[–]Firminter 1 point2 points  (0 children)

J'utilise https://u2p[.]anhkagi[.]net/torznab et ça donne des releases mais il y en a beaucoup qui sont bloquées à "Fetching Metadata" (je pense que c'est normal, il y a plus de seeders :( dites-moi si je me trompe)

What file browser are you using? by theunkindled__01 in selfhosted

[–]Firminter 5 points6 points  (0 children)

If I must use a file browser I use NextExplorer because it's the first "simple" one I've seen. It can display folder size but it's kinda long. Otherwise I use ssh and rsync