If you want a richer login authelia + caddy is good.
If you want a richer login authelia + caddy is good.
Doesn’t really seem like the same motivation as what would suddenly lead to a 50% increase in adoption in the EU. I just don’t really see the cause and affect between apple prompting you and suddenly firefox uptick. I’m guessing most people who used to install it never realised just installing it didn’t make it the default (but they should’ve when they open any url).
Reading through the replies, I’m amazed anyone went through the effort to install Firefox but didn’t bother changing the default browser to it. Something in this story smells fishy.
after Apple started letting users choose their default browsers on iOS 17.4 in the EU last week.
Lol, srsly, why does anyone use apple devices willingly. Like for work I sorta get it if there’s no alternative but it really took government action to compell this extremely basic customisation.
You can port forward to another port without issue, then just route through to it from your server. Domain name lookups support explicit port lists. Although I’d suggest just buying a domain name, setting up dynamic dns through a raspberry pi and forward from your router to port 80. I use porkbun for the latter.
I use docker so don’t really have to worry about reproducibility of the Services or configurations. Docker will fetch the right services and versions. I’ve documented the core configurations so I can set them back up relatively easily. Anything custom I haven’t documented I’ll just have to remember or find I need to reset up.
In general yes. You can think of each container in a docker network as a host and docker makes these hosts discoverable to each other. Docker also supports some other network types that may not follow this concept if you configure them as such (for example if you force all containers to use the same networking stack as one container (I do this with gluetun so I can run everything in a vpn) all services will be reachable only from the gluetun host instead of individual service hosts).
Furthermore services in a container are not exposed outside of it by default. You must explicitly state when a port in a container is reachable by your host (the ports: option).
But getting back to the question at hand, what you’re looking for is a reverse proxy. It’s a program that accepts requests from multiple requested and forwards them somewhere else. So you connect to the proxy and it can tell based on how you connect (the url) whether to send the request to sonarr or radarr. http://sonarr.localhost and http://radarr.localhost will both route to your proxy and the proxy will pass them to the respective services based on how you configure it. For this you can use nginx, but I’d recommend caddy as it’s what I’m using and it makes setting up things like this such a breeze.
The arrs mostly support generating metadata usable by jellyfin/emby. You just need to go to settings on for example sonarr and there should be an option for metadata provider and jellyfin their. Whenever sonarr then imports an episode it’ll add a nfo file containing everything jellyfin needs to process the episode.
No work? They host, maintain and provide access to a massive catalogue of subtitles providing metadata needed for matching media to subs and up until recently we’re giving free access to everyone. Might I suggest if you care about your wife’s access to subtitled movies this much that maybe you should buy the 10 euro per year subscription for her to help keep the platform alive? Alternatively you can find a subtitles group that does all this for free and choose to solely download their subs (also I assume donating to them since you’re so appreciative of their work).
A lot of things are already like that. IIUC this is restrictions on the API not the subs themselves. If you’d like you can still go to the site to download specific subs. What you can’t do is use bazarr to bulk download subs. Personally I bought vip since I found the free tier API limit pretty bad and I didn’t think the price was so bad for what you get back. Feel free to disagree tho. Before I automated my setup I was just manually searching for subs for movies I wanted and that worked pretty well and will continue to do so if you’d prefer that.
I mean, if you can afford it you should support industries. I pirate a lot. Movies. Games. Music. Etc. Nothing wrong with that IMO, at this point piracy is the closest we can get to true ownership over anything because the entire industry has f*cked over consumer rights for assumed profit. But I still buy physical releases because I don’t want content I enjoy to die and I like building a collection of good content. Blurays are great (although also DRM encumbered :/), nothing beats the smell of new manga, and at this point music streaming is just a far better experience than piracy (I use qobuz). If you’re young or poor then do what you have to to enjoy yourself. If you’re an adult with a great salary then don’t be an entitled prick. If theirs ways to support content you enjoy you should. If such ways aren’t provided like most Netflix originals not having blurays then f*ck Netflix release some blurays if you want my money.
Said the same shit about limiting ad blockers. Don’t trust em.
Pretty much the only reason I use brave. 99% of the time librewolf. I don't wanna go through the effort of installing chromium and an ad blocker and all that other stuff for the 1% of sites that are broken on firefox for me so brave it is. Really I just wish there was a chrome repackage with all this stuff out of the box. God knows chrome and chromium will never be that.
That's not helpful, these are developers… even if you think those lines are useless they can inform the code-path the devs need to trace through or help them understand why you're facing this issue.
I disagree with this almost on principle. GitHub was a mistake. We don’t need these large, bloated, isolated forges that are just going to be acquired and converted into social networks. Forgejo> is the future. Any new forge not even trying to support federation and independent hosting out of the box is dead in the water to me. You wanna build a github style accessible platform above forgejo go right ahead, the thing github did best was make all of this accessible.
I find that claim so dubious. Like they list running on the smallest VMs as a feature but give no specific requirements for hosting or running the service. This whole article reads like buzzword salad. I question if the creators even know what a git forge is.
Its not a fronted, you don’t purely commit and manage code from github. It’s a platform for hosting git repositories that supports integration with CI/CD tools. At its heart git is simple (enough), it’s a version control software. Github is a Web platform that hosts projects version controlled with git and adds in features like pull requests and reviews or github actions for building/linting your project.
I thought you were being overly pedantic but my god, they keep repeating the point. They seem to have no idea what the difference between a platform hosting code repositories and an individual repository is or even what version control software is. What the bloody hell is this.
I’m not saying they don’t contribute anything, they dont, they fund others contributions which is just ss valuable, I’m saying their not the champions of Foss when the modification theyve made for their own hardware is pretty opaque by their own design. It’s like praising nvidia for opening up their drivers when all they bloody is dis dump code to a public gihtub repo periodically with all actual changes squashed together. As for what they haven’t open sourced:
I praise valve for their support of Foss projects but that doesn’t equivocate their lack of openness on the steamdeck.
SteamOS isnt really open given its got a whole bunch of unreleased patched open source software (probably in violation of Foss licenses) but always good to have more linux friendly handhelds.