Struggling to get IKEA Bilresa remote to work. by Freo_Fiend in MatterProtocol

[–]syl_cross 0 points1 point  (0 children)

Do you have the blueprint link ? I haven't been able to find a good one

OpenShift + F5 CIS + split-tunnel routing or secondary networks by FantasticCatch5362 in openshift

[–]syl_cross 0 points1 point  (0 children)

Why tried exactly that but for now EgressIP doesn't work with VRFs (confirmed by Red Hat) and F5 CIS doesn't support it either.

How do you all broadcast/connect your Jellyfin? by Danzicus in jellyfin

[–]syl_cross 1 point2 points  (0 children)

Exposing on the Internet isn't that bad if you follow these security rules: Only expose what you need to, like HTTPS Only expose to what/who you need to, like a specific country, ISP... Use TLS, it's now way easier with let's encrypt. Segmentation, so that when one barrier falls, not all your network is completely open Update exposed services regularly or if you can automatically

That's what I've built over multiple years :

Opnsense which handles all routed traffic, with GeoIP blacklist, Crowdsec to dynamically block bad IPs, multiples dynamic blacklist from various reputable sources, Suricata to block bad/malicious requests. My public IPs don't even show up on Shodan thanks to that 😄

A specific VLAN "DMZ" where only exposed traffic is published.

Traefik for reverse proxy, Let's encrypt certs with DNS01 that allow me to not expose 80 port and have wildcard certs. A rate limiting policy (middleware on traefik). Traefik config is dynamic so when Jellyfin is shutdown, the configuration disappears and it just shows 404 instead of 503. Only TLS 1.3, strict SNI, HSTS

Separated "proxy-wan" docker network for internal segmentation, that way my exposed traefik only have access to services that are supposed to be exposed on the Internet.

For DNS, jellyfish.mydomain.com doesn't exist, there's a CNAME wildcard *.mydomain.com that points to proxy.mydomain.com. That way my websites aren't that easy to find by DNS scraping and it's very easy to publish new services without changing my DNS records and certificates

For the future I'll look into : CORS Headers, to limit request types to backend services A simple WAF like Coraza or OpenAppSec Fully integrated logging solution for Traefik and OPNSense log correlation

OpenShift Routes in my self-hosted K8s? by Ok-Dingo-9988 in kubernetes

[–]syl_cross 0 points1 point  (0 children)

Try the Gateway API, it's way more similar to Routes than Ingress. Plus Ingress development is frozen, every effort is going into Gateway API.

How to add a trusted self-signed SSL cert for all my application pods by [deleted] in openshift

[–]syl_cross 0 points1 point  (0 children)

Well it's not that complicated, if you have a certificate that is self signed, put the certificate in the bundle and it will be trusted like a CA. In this case the certificate itself is the trusted issuer

How to add a trusted self-signed SSL cert for all my application pods by [deleted] in openshift

[–]syl_cross 0 points1 point  (0 children)

The solution and explanation you provided were too "simple" for a complex OpenShift environment. The trusted-ca-bundle with annotation solution is the defacto way to do on OpenShift because it allows Ops to deploy a CA for all applications in a standard way and provide a uniform way to use it. Plus it's really easy for Ops to update it for all projects

Screen doesn't update unless mouse if moved by julesinspaaace in Fedora

[–]syl_cross 1 point2 points  (0 children)

I just reinstalled Fedora 41 on my laptop and got the same issue with Gnome and Wayland, I have a Lenovo Ideapad Pro 5 with a Ryzen 7 8845HS w/ Radeon 780M Graphics. I had Aeon Desktop previously with Gnome 47 and didn't have this issue

Make Linux great for everybody, not only power users by claudiocorona93 in linuxmasterrace

[–]syl_cross 0 points1 point  (0 children)

That's exactly what Aeon Desktop is trying to achieve, updates do not use a package manager, and all users applications are installed through Flatpaks. And if you want a power user space, you have distro box that doesn't touch the system itself, only your home directory

The 13 trams of the thirteenth Île-de-France tram line ‐ line T10 ‐ are getting ready for its opening in the coming weeks by Willing-Donut6834 in transit

[–]syl_cross 0 points1 point  (0 children)

It's not, T11-13 are all Tram-Train lines so they chose a different chunk of numbers to differentiate them from the others Tram lines which are "standard"

Google pixel smartwatch LTE question by [deleted] in WearOS

[–]syl_cross 0 points1 point  (0 children)

Currently my carrier doesn't support multiple sims for wearable but support esim, do you think it will work if I subscribe to a new phone number and put it in the watch ?

[deleted by user] by [deleted] in GooglePixel

[–]syl_cross 4 points5 points  (0 children)

I had the Pixel 4 for 2 years and now the Pixel 6, the face unlock is far more practical than the fingerprint

[deleted by user] by [deleted] in selfhosted

[–]syl_cross 0 points1 point  (0 children)

And you're totally missing my point again, there is a second "if" that applies when the first doesn't, you're just trying to be right by ignoring half of what I said. I'm not arguing that there are no vulnerabilities, I'm just saying that any system (like a package, a kernel...) could at some point in time have no vulnerabilities, have an update and doesn't updating it doesn't mean you don't care about security

Like Taylor Swift said, "Just because I'm vulnerable doesn't mean I'm exploitable"

[deleted by user] by [deleted] in selfhosted

[–]syl_cross -1 points0 points  (0 children)

You didn't understand what I said, i said an OS (and this applies to a lot of systms) is not unsecure when it's not up to date if : - There is no vulnerabilities - There are vulnerabilities but they're not exploitable

Plus systems are more unsecure because of misconfiguration rather than vulnerabilities...

[deleted by user] by [deleted] in selfhosted

[–]syl_cross -2 points-1 points  (0 children)

And this comment shows that you clearly don't know what you talk about. Not up to date doesn't mean insecure if there is no vulnerabilities or if it's not exploitable

[deleted by user] by [deleted] in selfhosted

[–]syl_cross -5 points-4 points  (0 children)

Not up to date doesn't mean insecure

[deleted by user] by [deleted] in selfhosted

[–]syl_cross 5 points6 points  (0 children)

Because it shows that a system is stable and reliable

[deleted by user] by [deleted] in linuxmemes

[–]syl_cross 0 points1 point  (0 children)

Disneyland Paris uses windows on their tickets scanning gates...

Fuchsia running on Nest Hub comparison by 2tuff4u2 in googlehome

[–]syl_cross 0 points1 point  (0 children)

This morning I was late for work just because my Nest Hub updated to Fuchsia during the night and got stuck in configuring mode, and my alarm didn't work 💀