• 1 Post
  • 118 Comments
Joined 2 years ago
cake
Cake day: June 22nd, 2023

help-circle



  • solrize@lemmy.mltoSelfhosted@lemmy.worldIdeas
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 days ago

    I just use a laptop at home though I have a raspberry pi buried in some junk that I was using as a tv typewriter for a while. I have a Hetzner dedi and a bunch of random VPS to use as servers, and my backups are on Hetzner Storage Box. That’s partly because I don’t have much space at home for machines, and also because my home internet is crap. If you’ve got the space and bandwidth for it and cheap enough power though, then sure, why not go for it.






  • It’s a little complicated. Sometimes the curl command further up works, but sometimes the redirection is done in an html meta tag or even with javascript. I have a messy python script that has a bunch of site specific code to bypass redirects and clean up tracking links. I can’t post it in its present condition (it has some private info embedded) but I’ve been wanting to clean it up and post it sometime.



  • I’ve played with Gitea a little and it was easy to set up, but I didn’t need the web stuff. So as others have suggested, I just set up a bare git repo in one place, then git clone it over ssh in the other place, and push and pull to it. So that’s an SVN-like model with a central repo, plus a few other places using it and sometimes pushing code to it that I manually pull when needed to the others.

    All this stuff with docker containers seems like ridiculous overkill.