• 0 Posts
  • 35 Comments
Joined 1 year ago
cake
Cake day: June 17th, 2023

help-circle



  • Do NOT self-host email! In the long run, you’ll forget a security patch, someone breaches your server, blasts out spam and you’ll end up on every blacklist imaginable with your domain and server.

    Buy a domain, DON’T use GoDaddy, they are bastards. I’d suggest OVH for European domains or Cloudflare for international ones.

    After you have your domain, register with “Microsoft 365” or “Google Workspace” (I’d avoid Google, they don’t have a stable offering) or any other E-Mail-Provider that allows custom domains.

    Follow their instructions on how to connect your domain to their service (a few MX and TXT records usually suffice) and you’re done.

    After that, you can spin up a VPS and try out new stuff and connect it also to your domain (A and CNAMR records).




  • The thing is it’s not really a “documentation” but just a collection of configs.

    I have organized my containers in groups like you did (“arrs”, web server, bitwarden, …) and then made a repository for each group.

    Each repository contains at least a compose file and a Gitlab CI file where a aimple pipeline is defined with basically “compose pull” and “compose up”. There are alao more complicated repository where I build my own image.

    The whole “Git” management is really transparent, because with Gitlab you can edit directly on the platform in a hosted VSCode environment where you can directlY edit your files and when your satisfied you just press commit. I don’t do weird stuff with branches, pushing and pulling at all. No need for local copies of the repository.

    If you want to fulltext search all your repos, I can recommend a “Sourcegraph” container, but use version 4.4.2 because starting with 4.5.0 they have limited the number of private reositories to 1. But this is something for later, when your infrastructure has grown.


  • I’m defining my service containers via GitLab and I deploy them via tagged and dockerized GitLab Runners.

    If something fails, I change the runner tags for a service and it will be deployed on a different machine.

    Incl case of a critical failiure, I just need to setup a Debian, install docker, load and run the GL runner image, maybe change some pipelines and rerun the deployment jobs.

    Some things aren’t documented well, yet. Like VPN config…

    Ah yes, my router is able to access GitLab as well and pull the list of static routes etc. from it.





  • ChrislyBear@lemmy.worldtoMemes@lemmy.mlBegun, the format war has
    link
    fedilink
    arrow-up
    6
    arrow-down
    2
    ·
    11 months ago

    They say that their format is open. In reality, it’s them who exclusively control the definition and further evolution of the format.

    For as long as they continue to support and release code for open formats, there’s hardly an argument here.

    That’s exactly the issue. We are dependent on Google’s goodwill and if they decide to scrap it or collect license fees for it we’re shit out of luck.



  • ChrislyBear@lemmy.worldtoMemes@lemmy.mlBegun, the format war has
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    5
    ·
    11 months ago

    I’m against using a Google OS (Android, Chrome OS), to browse on a Google regulated web (Manifest V3), based on a Google protocol (Protobuf) loading pages via Google proxies (Google AMP) filled with Google Ads displayed using a Google format (webp, webm), while everything is recorded and fingerprinted to update my Google Ad Profile.

    No, thank you very much!

    More open formats, more open Internet! Down with Google!






  • I had UrBackup running for 6 months+. It wasn’t reliably backing things up, configuring it to be accessible via Internet is almost impossible, adding clienta is a hassle and the config isn’t very user friendly.

    Furthermore I got the inpression, that it’s backups aren’t reliable; restoring files without UrBackup might be impossible.

    That’s why I’m now back at a incremental rsync backup script. It’s reliable, you can just restore things by copying them back via ssh and it uses a lot less space (!!!) than the UrBackup backups.