• 0 Posts
  • 106 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle
  • If public key is denied forgejo is setup, but you have an old connection in your authorized_keys file probably form using gitea. Remove the line, it should prompt you to accept public key on next ssh session. This is a basic ssh functionality probably why you were downvoted I guess.

    Gitea and forgejo configs were 100% same at some point, check forgejo news for when the last version that supported gitea migrations. That said it should still be pretty close.



  • seang96@spgrn.comtoSelfhosted@lemmy.worldDNS server
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 months ago

    I have tried quite a few and found blocky to be very easy and reliable.

    I use multiple DoH servers upstream, it sorts out which ones better response times and uses it more often, but splits them still. I have over 20 devices using it and its been running well.

    It also can prefetch common domains and caches them per config. I got A 40% cache rate with running 3 of them for redundancy.















  • Nzbgeek and nzbplanet are good. From my experience these 2 have very similar quality.

    Drunkenslug is a lot harder to get into but it does find items the other two don’t have on occasion. On the downside, drunkenslug lacks a one time subscription and the other two have a one time subscription. It does however have a free tier so you can probably be fine still using it as a last resort to try finding harder to get content.



  • I added renovate to my project over the weekend. I got 26 PRs for updating things I have missed, so it is working well for most part!

    The only issue I have with it are a few docker images come from docker hub and I am getting 429 response codes for pinning digests. Do you have any tips for renovate on this? Ideally I’d like it to just update and pin digests on the next update to avoid api hits.

    I am doing a regex datasource for most of them since my k8s resources are in yaml files and found right now it strips - alpine and such from the version tags… Haven’t looked into this issue too much yet though.