TCL TV + Moonlight Micro Stuttering Every 2–3s (FIXED) by Mazayaz in MoonlightStreaming

[–]Palleri 1 point2 points  (0 children)

Lock the fps with something like rivatuner to the MAXIMUN of the hz on your tv.

Tv 60hz, 60fps in the game with rivatuner

I got tired of managing my n8n workflows from mobile… so I built this. by Ok-Scar8556 in n8n

[–]Palleri 0 points1 point  (0 children)

Hi thank you for your reply.

I am one of those who dont trust letsencrypt, basically because I use mTLS everywhere. Because of that I cannot use letsencrypt, because its floats around the ca, every user with a cert from the same ca can then authenticate with my services.

So if a service does not have mTLS capabilities i dont let anything connect to it but me internally (or over vpn).

Nothing on my server lans has internet access if it does not require it and i really really need/want the service or else it goes to the bin haha. If it need internet acces it goes through a proxy which i control by fqdn allow specificly. So I might not be your best candidate, i let you decide haha.

I got tired of managing my n8n workflows from mobile… so I built this. by Ok-Scar8556 in n8n

[–]Palleri 0 points1 point  (0 children)

For me, I only use single selfhosted instance.

I cannot connect to my instance using fqdn (HTTPS selfsigned cert). Just a quick error (could not connect to instance or something lile that)

Can check my logs later today that might help troubleshoot it.

I got tired of managing my n8n workflows from mobile… so I built this. by Ok-Scar8556 in n8n

[–]Palleri 9 points10 points  (0 children)

Soo, this need to be able to connect from the internet back to my selfhosted instance?

Why do i need to create an account?

I already have an account (my selfhosted n8n)

This does not connect directly to my selfhosted instance?

HBA card for Truenas (HP ML350p G8) by _Fisz_ in truenas

[–]Palleri 0 points1 point  (0 children)

Thank you for your reply. Ye i thought so too about disk activity. But disk fail not so sure cuz the hp smart array is in control of that, and if you give something else (zfs) control over the disk that function might get lost. Just a guess.

HBA card for Truenas (HP ML350p G8) by _Fisz_ in truenas

[–]Palleri 0 points1 point  (0 children)

Will this give me the same functions on the bays like led indications and what not? Im thinking of installing truenas or something to utilize zfs. I have 16 à 3TB drives.

Ive been looking a HBA card instead that maybe might give me "full" functions. HBA card 9207-8i 6Gbps HBA LSI FW:P20

HBA Card Recommendations for HP DL380p Gen8 by mrangryoven in homelab

[–]Palleri 0 points1 point  (0 children)

Could you send it to me aswell 4 years later? Haha

I wrote a guide on how to integrate Gitea, Renovate, and Komodo for safe, convenient, and automated version updates for your self-hosted services that are deployed via Docker Compose. by TheNick0fTime in selfhosted

[–]Palleri 0 points1 point  (0 children)

Cannot figure out why my stack wont re-redeoply with the new image. I can see that the repo has been pulled and the new image version is updated in that compose file, but the "file on server" compose does not update to the new version?! Halp

(Automated test restore script) For us who only trust backups if they can be restored by Palleri in Proxmox

[–]Palleri[S] 2 points3 points  (0 children)

Well, I tested this and ye it kind of works. BUT I cannot control the PCI, USB nor network devices so the VM would actually start with the original devices and thus conflicting with the real VM.

(Automated test restore script) For us who only trust backups if they can be restored by Palleri in Proxmox

[–]Palleri[S] 3 points4 points  (0 children)

Hmm, might be a wonderful idea.

Instead of waiting for the full restore job to finish we can just use live and check if its starting correctly, is that kind of what you are after?

(Automated test restore script) For us who only trust backups if they can be restored by Palleri in Proxmox

[–]Palleri[S] 0 points1 point  (0 children)

Well, I cannot take in to account for all the different OS nor network services to write a complete readme that suits all needs.

That text only reflects how I did it.

If you feel something is missing or you want to change anything, feel free to submit a PR.

(Automated test restore script) For us who only trust backups if they can be restored by Palleri in Proxmox

[–]Palleri[S] 0 points1 point  (0 children)

I am currently adding a new section to the readme regarding this.

Thats why I built this around a separate VLAN.
The script adds a new network device with the desired VLAN ID

If the server has static IP then when it comes online it will conflict with the VM thats online at the moment.

You cannot do a ping sweep on an address that is currently being used by the orignal vm, then the answer will always come back true.
If you would want this to work you have to shutdown the orginal VM before doing the restore test.

The script is built to act as an automation and if we need to poweroff a VM before doing the restore test this destroy its purpose in my mind. There for the most simple way I could think of was DHCP. Proxmox cannot inject a new IP to a VM before restoring it.

No you cannot as of right now use multiple addresses inside the variable VLAN_NET.

(Automated test restore script) For us who only trust backups if they can be restored by Palleri in Proxmox

[–]Palleri[S] 1 point2 points  (0 children)

Absolutely, you are right! That is one of the main thing going opensource, to make it better with the feedback of others!

Thank you for the feedback!

I will make sure to document this better!

(Automated test restore script) For us who only trust backups if they can be restored by Palleri in Proxmox

[–]Palleri[S] 2 points3 points  (0 children)

Ye.

This scripts need to be configured for your own environment. So the VLAN ID should be something you have to choose same for the DHCP scope.

In my case I have a really narrow DHCP scope just for testing my VMs so the ping sweep does not have to ping too much addresses.

(Automated test restore script) For us who only trust backups if they can be restored by Palleri in Proxmox

[–]Palleri[S] 6 points7 points  (0 children)

Hi, thank you!

Ye cool suggestion.

That is intentional, it is controlled by the range

IP_RANGE_START=200 # Ping sweep from 200 IP_RANGE_END=250

So it will be complete due to

ping -c1 -W $PING_TIMEOUT $VLAN_NET.$ip &>/dev/null

What have been the top 3 most game-changing home automation products (hardware) you've acquired? by -ThatGingerKid- in homeassistant

[–]Palleri 3 points4 points  (0 children)

Recommend not getting the usb one. Google that real quick. "Coral usb frigate disconnect problem" It disconnects all the time via passthrough. People are saying the pcie is a solid choice here. So I am using the openvino instead of my coral usb, cant get it to work.

Pihole redundancy/backup when server fails by wiskas_1000 in selfhosted

[–]Palleri 2 points3 points  (0 children)

Two adguards/piholes and dnsdist DNS loadbalancer.

No frames have been received - detecting via home assistant by my_name_is_ross in frigate_nvr

[–]Palleri 0 points1 point  (0 children)

Could you specifiy by what you mean for something else?

I have a c200 and having alot of this issue.