ohshit604
@ohshit604@sh.itjust.works
- Comment on Microsoft Word documents will be saved to the cloud automatically on Windows going forward 7 hours ago:
Tell that to my company.
- Comment on What distances do soldiers stand apart at 3 days ago:
🚶🚶🚶🚶 🚶♂️🚶♂️🚶♂️🚶♂️ 🚶🚶🚶🚶 🚶♂️🚶♂️🚶♂️🚶♂️
- Comment on Raspberry pi lidarr docker container 4 days ago:
Something else must be wrong then because I just copied and pasted that onto my raspberry pi and was able to start the container without issue.
user@raspberrypi:~/test $ sudo docker compose up [+] Running 10/10 ✔ lidarr Pulled 22.0s ✔ 995f2a46b147 Pull complete 2.7s ✔ e1cde46db0e1 Pull complete 3.1s ✔ acaee427f4c7 Pull complete 3.5s ✔ 255c3937324a Pull complete 4.1s ✔ edec534df16f Pull complete 4.6s ✔ b163a490af0b Pull complete 6.3s ✔ bd4af268fa91 Pull complete 6.8s ✔ ff4dab968553 Pull complete 14.9s ✔ 004112d930a4 Pull complete 15.3s [+] Running 2/2 ✔ Network test_default Created 0.2s ✔ Container lidarr Created 4.0s Attaching to lidarr lidarr | [migrations] started lidarr | [migrations] no migrations found lidarr | ─────────────────────────────────────── lidarr | lidarr | ██╗ ███████╗██╗ ██████╗ lidarr | ██║ ██╔════╝██║██╔═══██╗ lidarr | ██║ ███████╗██║██║ ██║ lidarr | ██║ ╚════██║██║██║ ██║ lidarr | ███████╗███████║██║╚██████╔╝ lidarr | ╚══════╝╚══════╝╚═╝ ╚═════╝ lidarr | lidarr | Brought to you by linuxserver.io lidarr | ─────────────────────────────────────── lidarr | lidarr | To support the app dev(s) visit: lidarr | Lidarr: https://opencollective.com/lidarr lidarr | lidarr | To support LSIO projects visit: lidarr | https://www.linuxserver.io/donate/ lidarr | lidarr | ─────────────────────────────────────── lidarr | GID/UID lidarr | ─────────────────────────────────────── lidarr | lidarr | User UID: 1000 lidarr | User GID: 1000 lidarr | ─────────────────────────────────────── lidarr | Linuxserver.io version: 2.12.4.4658-ls50 lidarr | Build-date: 2025-08-20T02:50:40+00:00 lidarr | ─────────────────────────────────────── lidarr | lidarr | [custom-init] No custom files found, skipping... lidarr | [Info] Bootstrap: Starting Lidarr - /app/lidarr/bin/Lidarr - Version 2.12.4.4658 lidarr | [Info] AppFolderInfo: Data directory is being overridden to [/config] lidarr | [Debug] Bootstrap: Console selected lidarr | [Info] AppFolderInfo: Data directory is being overridden to [/config] lidarr | [Info] AppFolderInfo: Data directory is being overridden to [/config] lidarr | [Warn] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {bff9bf8a-f5db-4092-9ada-c55e886ac294}
- Comment on Raspberry pi lidarr docker container 4 days ago:
services: lidarr: container_name: lidarr hostname: lidarr ### Use custom docker network #networks: # - CustomNetworkName ports: - 8686:8686 image: lscr.io/linuxserver/lidarr:arm64v8-latest restart: unless-stopped volumes: - /path/to/lidarr/config:/config - /path/to/music:/music #optional - /path/to/downloads:/downloads #optional environment: - PGID=1000 - PUID=1000 healthcheck: test: curl --fail localhost:8686 || exit 1 interval: 60s retries: 5 start_period: 300s timeout: 2s
This should work for you, just change the volume mounts so that they associate with your setup.
- Comment on Your fav guide/method for securing Jellyfin? 5 days ago:
I opted to remove Jellyfins default login form and require Keycloak for SSO, my Jellyfin instance is technically facing the internet but my reverse proxy has Fail2Ban in front of it blocking non-whitelisted IP’s, makes it easier to share with other people this way.
- Comment on Microsoft breaks Windows reset and recovery 6 days ago:
That really depends on you, keep in mind a lot of distro’s like Ubuntu, Linux Mint, Kali Linux are based off of Debian just using different repositories and with system files in different locations.
I personally went with Debian and have had little to no complaints, definitely BASH/Shell/Terminal heavy so if you’re not willing to learn BASH I would probably use an Immutable Distro that you can’t easily break like Bazzite.
- Comment on It Took Many Years And Billions Of Dollars, But Microsoft Finally Invented A Calculator That Is Wrong Sometimes 1 week ago:
Ah yes Mr Engineer my impression of this structural assembly is it’s okay but could be really better over there. No need for a second impression.
- Comment on Microsoft breaks Windows reset and recovery 1 week ago:
Yes Debian has backports,
- Comment on Microsoft breaks Windows reset and recovery 1 week ago:
Good, gives me plenty of time to determine if things are being enshittified.
- Comment on Why are drivers for food delivery apps so often listed wrong? 1 week ago:
I got curious a wondered why on Uber there were so many people named Fnu, turns out it’s what they default to if the name has unique characters or symbols.
FNU = First Name Unknown
- Comment on Need help for setting up a VPN project 1 week ago:
This is absolutely possible as I do it myself however, executed entirely differently, my ASUS WRT Router with Merlin firmware handles the VPN server and it routes the IP range through my VPN provider (Proton).
Didn’t have to mess with config files or anything, install the custom firmware and created a rule for the routing.
- Comment on Plex server patching required 1 week ago:
Jellyfin thankfully lets you download content offline alternatively they just text me the IP and I whitelist it then blacklist it a week later, granted if I remember.
- Comment on This website is for humans 1 week ago:
Do dnt headers count?
- Comment on Plex server patching required 1 week ago:
This really isn’t viable as WireGuard clients are just that, single device per client connection, what if someone started watching/listening content on their phone then all of sudden wanted to switch over to their TV or streaming device without having to go through a lot of hoops?
I opted to reverse proxy Jellyfin with Traefik however have fail2ban setup blocking every IP and only whitelisting the known users, added bonus of hiding Jellyfin’s default login form and required Keycloak for SSO.
- Comment on This website is for humans 1 week ago:
- Comment on Any tool to visualize Traefik access logs? 1 week ago:
Thank you for this! I never used Nginx directly and only thought of it as a reverse proxy but I had no idea it was capable of hosting html/php.
I went back to the drawing board so to say and was able to get GoAccess running, granted non-containerized, and was able to reverse proxy the Nginx instance via Traefik.
- Submitted 2 weeks ago to selfhosted@lemmy.world | 7 comments
- Comment on YouTube just quietly blocked Adblock Plus — the internet hasn't noticed yet, but I've found a workaround 2 weeks ago:
You see how often growing youtubers complain about more than 85% of their viewers are not subscribed to the channel, or how just some videos have more views than their main content?
I actually don’t watch a whole lot of YouTube anymore so I can’t really comment on this here.
The issue is that Invidious doesn’t have the algorithm Youtube provides to everyone,
But isn’t this what people are trying to avoid when it comes to digital privacy? User data being used in algorithms?
- Comment on YouTube just quietly blocked Adblock Plus — the internet hasn't noticed yet, but I've found a workaround 2 weeks ago:
Could you elaborate on why not?
- Comment on YouTube just quietly blocked Adblock Plus — the internet hasn't noticed yet, but I've found a workaround 2 weeks ago:
The workaround
Quit using YouTube directly and proxy your request through an Invidious instance.
Your requests are mixed in with everyone else’s, only 1 machine touches YouTube directly and that’s the server hosting Invidious.
- Comment on Battlefield 6 cheats day 1 of early access. Depite kernel level anti cheat, forced secure boot TPM 2.0 2 weeks ago:
This is where we need dedicated servers and self moderation
My knowledge towards battlefield games ends at BF5 but I’m pretty sure people pay to host custom servers, EA refuses to open source it and only supply a handful of third parties with the actual code.
I’m sure there is an NDA involved.
- Comment on Your favourite piece of selfhosting - Part 1 - Operating System 2 weeks ago:
Debian - I’ve put Debian with KDE on the mini PC server.
Save your resources on the mini pc by getting rid of KDE, desktops can take quite a lot of resources to run!
If you aren’t familiar with the BASH shell they’re the heart of every Linux/GNU based operating systems, no need for a clunky GUi on a server.
- Comment on Self-hosted blog - do I need a static IP address? 3 weeks ago:
- Comment on Self-hosted blog - do I need a static IP address? 3 weeks ago:
(It’s an Asus RT-AX86U Pro - so fairly chunky in terms of spec)
I have your exact router make and model! I self host my own domain on my home network and make use of the built in DDNS.
I would suggest looking into Asus WRT Merlin Firmware, the custom firmware enables more functionality to your router.
Docker containers for
- Ghost
- Nginx Proxy Manager
When hosting a reverse proxy like Nginx, Traefik, SWAG, Pangolin, etc keep in mind you 80:80 and 443:443 ports need to be exposed to the host machine then you will forward those ports on your router. This will allow your reverse proxy to communicate with Lets Encrypt creating your SSL certificates Liz
- Submitted 3 weeks ago to selfhosted@lemmy.world | 2 comments
- Comment on Proton releases a new app for two-factor authentication 3 weeks ago:
Not the first time for the very neutral state
According to a Swiss parliamentary investigation, “Swiss intelligence service were aware of and benefited from the Zug-based firm Crypto AG’s involvement in the US-led spying”.
If your concern is that the CIA owns Crypto AG you should take into consideration what their focus is on, are they focused on child predators and gangs or people torrenting movies and music?
Crypto AG and Proton have clashed in the past resulting in this article from Proton;
proton.me/blog/is-protonmail-trustworthy
Transparency: You know who runs the company, where they run it from, how they run it, what data they have, how they interact with law enforcement, and much more.
Business model: Their business model (how they make money) is simply having paid users that pay for the service. If they were to breach that trust, then they would no longer be able to sustain themselves.
Competence: They have a team of highly competent people. Most people in their management level have Ph. Ds and they are trusted by many users with heightened security needs. These users includeHKMaps.live, Bellingcat etc.
Verified By Third Parties: Proton is still in the process of getting all their apps audited and open sourced. Currently, the ProtonMail iOS app, OpenPGP.js, GoOpenPGP and all the ProtonVPN apps have been audited by Cure53 or SEC Consult and the reports publically available with the source code on github with android and bridge on the way. Furthermore, they have been checked over by the EU and given a 2 million euros of funding that can be used on anything to further their mission with no other obligations.
Legal guarantees: Proton is based in Switzerland, a country with strong privacy protections, and outside the 14 eyes surveillance network. Under Swiss law, they are only permitted to reveal user data if served with a binding legal order from the Swiss government. Sharing data without a legal order is a criminal offense under Article 271 of the Swiss Criminal Code.
Track record: ProtonMail’s creation by scientists who met at CERN (the European Organization for Nuclear Research) is well documented, including on the CERN website. The scientific background of their leadership team can be easily verified by looking at their academic careers and scientific publications.
More info
On a related note, we have also had people ask us about Proton Mail’s official position regarding the ongoing Palestinian-Israeli conflict and whether working with an Israeli company means we are taking sides in this conflict. The answer is NO. As a Swiss company, we adhere to a policy of strict neutrality
In the header of this article you seemed to have glossed over:
UPDATE April 3, 2020: The information in this article is outdated. As of last year, we no longer have any contract with Radware.
- Comment on Proton releases a new app for two-factor authentication 3 weeks ago:
Ehm… you guys know that behind all major VPN companies there’s the isræli government right?
Okay. proceeds to check article
Kape Technologies
This is why you research the VPN provider prior to making your purchase, read their privacy policies, their EULA, their TOS.
If it reads like a novel skip over it.
- Comment on Duckstation(one of the most popular PS1 Emulators) dev plans on eventually dropping Linux support due to Linux users, especially Arch Linux users. 3 weeks ago:
A dev with some sense.
I mean, you’re not wrong. The dev only has some sense, not a lot, not a little, just some.
Fuck Linux.
- Comment on UK households could face VPN 'ban' after use skyrockets following Online Safety Bill 4 weeks ago:
Bonus points if you can route your personal VPN server through your VPN provider.
- Comment on How to disable Microsoft Recall & stop the AI from taking screenshots of your desktop. 4 weeks ago:
For the folks saying install Linux keep in mind you can indirectly be captured by this feature.
For example if you’re playing an online video game you’ll be captured or your chat messages in your messaging app.