Unchanged3656
@Unchanged3656@infosec.pub
- Comment on Linus Tech Tips uploaded a video showing how to block ads on Youtube. Which was removed by Youtube for community guidelines violations. 2 months ago:
I did not agree to anything. When I open the site they just start serving videos to me (even autoplay is activated by default). If they don’t want me to watch their videos without ads they should stop serving them to me (ie, put them behind a paywall)
- Comment on Simple authentication for homelab? 8 months ago:
After looking deeper into the docs they do not support and do not plan to support the Relying Party role. So it probably won’t fit for this use case.
- Comment on Simple authentication for homelab? 8 months ago:
Depending on what you are trying to do, Authelia does have OIDC in beta www.authelia.com/roadmap/active/openid-connect/
I use Authelia again since in beta it now supports multiple Pass/FIDO keys via the web interface, and it does work reasonably well.
- Comment on Sounds like Haier is opening the door! 10 months ago:
Probably more. Your app can use the local API then as well. And AWS is insanely expensive, especially if you forget to block log ingestion to Cloudwatch (ask me how I know).
- Comment on Sounds like Haier is opening the door! 10 months ago:
Well, how about having a local API and have no calls at all to your cloud infrastructure? Probably too easy and you cannot lock people into your ecosystem.
- Comment on Should I use Restic, Borg, or Kopia for container backups? 10 months ago:
Does it though? I had a similar setup in the past, but I did not feel good with it. If your first backup corrupts that corruption is then synced to your remote location. Since then I have two separate backup runs for local and remote. But restic as well with resticprofile. Remote is a SFTP backend. For restic I am using the rclone backend for SFTP since I had some connection issues with the internal SFTP backend (on connection resets it would just abort and not try to reconnect, but I think it got improved since then)