dataprolet

joined 1 year ago
MODERATOR OF
 

Does anybody know whether there is a WebGUI/Docker for Deezloader?

[–] [email protected] 0 points 2 months ago (1 children)

I'm sorry, but why does my comment get deleted, when I criticise Aral Balkan for comparing the Genozide in Gaza with the Holocaust and Israel with Nazi Germany?
Both those things are just wrong, not just politically but also historically. Regardless of your position in this conflict.
You might not have to agree with me, that those comparisons are antisemitic, but they are wrong and moreover extremely problematic. And I really don't mean to say that the Israeli government isn't a bunch of right-wing racist and there isn't a horrible humanitarian crisis going in in Gaza.
But Israel is not Nazi Germany and the Genocide in Gaza is not like the Holocaust. And everybody how is saying that must rightfully be criticized for it.

 

I'm looking for a simply solution to monitor all my servers and systems using a single dashboard. I want to see metrics like CPU usage, used RAM and storage to see if something is wrong.
I just set up Node-Exporter, Prometheus and Grafana but haven't found an existing dashboard that shows multiple hosts at once. Now I looked into Checkmk and Zabbix but I feel like both are a little overpowered for what I'm looking for. Do you have any recommendations?

[–] [email protected] 1 points 3 months ago

No, you have to activate it, see 5.

 

I made a simple script and timer for a friend to automatically switch between light and dark theme on Plasma. In case anybody needs this.

[–] [email protected] 1 points 3 months ago (1 children)

Oh boy have I bad news for you. You ever heard of copyright?

[–] [email protected] 0 points 4 months ago (3 children)

You're technically right, but nobody anticipated and therefore agreed on their posts being used for training LLMs.

 

I created this small script and thought it might be useful to someone else. Any feedback is welcome!

[–] [email protected] 2 points 4 months ago

Full on conspiracy?

there are hidden interests and hands that pull the strings of the dynamics that are harmful

[–] [email protected] 1 points 4 months ago (2 children)

Interesting, because Tailacale doesn't use any special ports. How would that be detected? And could you maybe use Headscale on a dynamic port to circumvent that?

[–] [email protected] 1 points 4 months ago (8 children)

How can something like Tailscale be blocked?

 

I set up Headscale and Tailscale using Docker on a VPS, which I want to use as my public IPv4 and Reverse Proxy to route incoming traffic to my local network and e. g. my home server. I also set up Tailscale using Docker on my home server and connected both to my Headscale server.
I am able to ping on Tailscale container from the other and vice versa and set up --advertise-routes=192.168.178.0/24 on my home server as well as --accept-routes on my VPS, but I can't ping local IP addresses from my VPS. What am I missing?
Both container are connected to the host network, I have opened UDP ports 41641 and 3478 on my VPS.

[–] [email protected] 1 points 4 months ago

VPS with public IPv4, Wireguard/Tailscale/Headscale and my own Domain.

[–] [email protected] 1 points 4 months ago* (last edited 4 months ago)

EDIT: Apparently the domain has been removed. Try yourself by visiting https://fritz.box/.

~~Just run Pi-hole as your DHCP and you're good.~~

[–] [email protected] -1 points 4 months ago (1 children)

Good for you, but this is the wrong sub for you then.

[–] [email protected] 0 points 5 months ago (1 children)

Ah, the good old comparison of Israel and Nazis. Please be antisemitic somewhere else.

[–] [email protected] 0 points 5 months ago* (last edited 5 months ago) (3 children)

Jewish culture and history, especially Zionism is as diverse as every other culture and people is. Picking the worst doesn't show the whole picture about Zionism. There is a whole Socialist and even Anarchist tradition of and within Zionism.

EDIT: I didn't mean to offend anybody and everybody has a right to criticize Israel. My whole point is that Israel's history and especially Zionism is obviously not one-sided, but is also rich in liberal and progressive ideas, that are worth to studied.
If you are interested in Socialist Zionism I recommend the following article as a starting point:
https://en.wikipedia.org/wiki/Labor_Zionism

 

 

I got a bunch of self-hosted stuff and use a VPS that has a public IPv4 to access my services because my home network has only DS-Lite. My home server ist connected to the VPS using Wireguard.
Now I want to connect my Smartphone to my VPN to be able to access some local services remotely. I'm able to add a second peer to the Wireguard config on the VPS, but I'm struggeling to configure the AllowedIPs correctly.
The VPS apparently needs AllowedIPs 10.0.0.0/24 and 192.168.178.0/24, but the Smartphone as well for both to redirect request into my home network. But it's not possible to configure the same IP ranges for two peers. What do I do?

EDIT: Solved: https://iliasa.eu/wireguard-how-to-access-a-peers-local-network/

 

I'm running Jellyfin in Docker in my home server for movies and shows. I recently added a music directory and apparently after that I'm getting almost hourly notifications from my Uptime-Kuma instance connected to Gotify that Jellyfin is down with status code 502. It's quickly up again, but I'm wondering what's causing this.
I have Nginx Proxy Manager configured for a local and a public domain pointing to my Jellyfin instance.
Any idea what could be causing this?

 

I have an Intel Core i5-7600K and just passed through my Intel HD 630 iGPU from my Proxmox host to a virtual machine running Debian to be able to use it in a Jellyfin Docker container. Everything worked fine, but I used only the basic configuration that I found which I don't really get. Can someone explain to me whether I'm missing something?

First I followed this tutorial: https://3os.org/infrastructure/proxmox/gpu-passthrough/igpu-passthrough-to-vm/
But I only added intel_iommu=on iommu=pt to my boot parameters and vfio, vfio_iommu_type1, vfio_pci, vfio_virqfd to /etc/modules.

But what are all the other parameters good for?
pcie_acs_override=downstream,multifunction initcall_blacklist=sysfb_init video=simplefb:off video=vesafb:off video=efifb:off video=vesa:off disable_vga=1 vfio_iommu_type1.allow_unsafe_interrupts=1 kvm.ignore_msrs=1 modprobe.blacklist=radeon,nouveau,nvidia,nvidiafb,nvidia-gpu,snd_hda_intel,snd_hda_codec_hdmi,i915"

Then I added the iGPU as a PCIe device to my VM using the Proxmox webUI and added the render device /dev/dri/renderD128 to the Jellyfin Docker container.
I followed the official instructions from Jellyfin: https://jellyfin.org/docs/general/administration/hardware-acceleration/intel/#configure-with-linux-virtualization

But I haven't added the host group ID, what is that good for?
And I also installed the intel-media-va-driver, i965-va-driver and firmware-linux-nonfree as well as firmware-misc-nonfree. Are all of those necessary?
And then I had to add options i915 enable_guc=2 to /etc/modprobe.d/i915.conf to get it to work. This is supposedly only necessary for Low-Power Encoding, but it was necessary to get hardware transcoding to work at all?

I'm happy that it is working now, but I don't really feel like I fully understood what I did. Were some steps unnecessary or did I miss anything?

 

I followed this guide: https://notthebe.ee/blog/easy-ssl-in-homelab-dns01/

But my Nginx Proxy Manager is running on a VPS that is connected to my local network through a WireGuard tunnel. Could that be an issue? I don't know why it's not working?

My NPM is also accessible to the local IP of my homeserver on which WireGuard is running.

 

I want to start Konsole in Split View which is possible using the --layout command but then also run a command like htop in one of the sessions. How do I do that?

view more: next ›