Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - grapes2331

#1
Hello, I see when I create a filter at the top I can only use the AND is it possible to use OR to filter the live logs?

#2
Hello, my openVPN client keeps randomly disconnecting for now reason and i see `IP packet with unknown IP version=0 seen`. I selected MSS fix option within the instance config, but it still seems to happen. I am using the following certification I'm not sure if this is increasing my packet and I need to specify a different MTU.


TLS static key

Public Key Algorithm: Elliptic Curve Cryptography (ECC)

Key Size: 521-bit

Elliptic Curve: NIST P-521 (secp521r1)

Signature Algorithm: ECDSA (Elliptic Curve Digital Signature Algorithm) with SHA-512
#3
26.1 Series / os-git-backup & plain txt private keys
March 20, 2026, 05:09:52 PM
Hello, I was able to get the os-git-backup backup working on my self-hosted Gitea server. However, I realize now that using this tool causes you to commit all the private keys in your config.xml to the repo. This is a privately hosted Gitea server, so the security concern is somewhat mitigated, but I still don't like the idea of having keys out there that I will easily forget about. I think a warning about this happening might be worth including. I didn't consider it while I was setting it up.

Is there any way to mitigate this risk while using this tool?

Considering that the configuration file is highly structured and consistent would it be feasible to implement an option that parses and redacts/removes sensitive XML tags prior to the commit?

There is a way to clean files using .gitattributes however I don't have experience using it.

https://git-scm.com/book/ms/v2/Customizing-Git-Git-Attributes#filters_b