• 0 posts
  • 28 comments
Joined 2 years ago
Cake day: August 4th, 2024
  • For dynamic updating of dns, don’t use ddclient or cron scripts on the server. Instead use inadyn.

    Ddclient is more or less just dead/maintenance mode.

    also using cron scripts kinda sucks and is ugly.

    just use inadyn and spare yourself headache.

    You’d basically just add something like this to the inadyn.conf file

    provider duckdns.org {
        username         = YOUR_TOKEN
        password         = noPasswordForDuckdns
        hostname         = YOUR_DOMAIN.duckdns.org
    }
    
  • What a shit take calling people dumb for trying to boycott a big tech platform. Having your project primarily on GH including issue tracking etc is in github’s best interest as being “the” code platform.

    You have totally missed the topic. This person is not asking where to host a project. They are asking about how to avoid even downloading a repo from github as if it’s some moral crime.

    Newsflash, 75% of any operating system and it’s utilities are developed and put on github. You cannot avoid it and trying to do so only harms your own access to things. You might as well just cut off your own internet at that point.

    Project developers, not the users downloading from them, have to be the ones to move off of github. That’s how this works.

  • This is honestly dumb. If you hate github then actively downloading from it and eating their bandwidth is helping your mission of killing them.

    Where a project is hosted is irrelevant because if the platform shits itself one can simply just do git add remote someserver and push the whole project over to some new code hosting site.

    You refusing to download from github is quite simply stupid.

  • The bitwarden vaults themselves are encrypted with your password. So I’m not sure what there is to not trust with bitwarden, as even if files were stolen, they are encrypted so they’re largely useless.

    I pay for bitwarden premium because it supports the development of a good open source project.

    Edit: fixed phrasing given suggestion below