• 0 Posts
  • 18 Comments
Joined 4 years ago
cake
Cake day: June 30th, 2021

help-circle

  • not_amm@lemmy.mltoSelfhosted@lemmy.worldDocker Backup Stratagy
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    5 days ago

    Damn, those stories scare me a lot because I can’t afford good enough backups right now, so I rely on mirroring via Syncthing what I can and using an USB for my server (fortunately I don’t have a lot of personal things). All the family memories are in multiple locations and devices so I don’t have the time (nor storage) to backup those lol

    Because of my situation, it takes me some time to save even for second hand things (I just bought a CPU and a new voltage regulator). I’m planning on buying some used HDDs as secondary storage and one as an external. Slowly but surely D:



  • You seem to have almost everything under control and already planned. For the VPN I’d suggest Tailscale since it’s the easiest VPN to set up (if you don’t have a public IP). You can do a lot of things with it, but if you only want the basics, then there’s not much reading to do. Some people recommend ZeroTier, but I havent tried it, tbh.

    BTW, I would keep in mind that Tailscale is planning to go IPO (if you care about that):

    https://lemmy.ml/post/31421626



  • not_amm@lemmy.mltomemes@lemmy.worldlife choices
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    2 months ago

    Lol I’m a linux user, but I rarely see content about it on Mastodon. I try to center over conversations and so and try to keep Tech content here in Lemmy.

    You literally create your feed and select the people you want to connect to, it’s easier to control the things you see ;)




  • I’m still using Docker Rootless, which I want to change for Podman since Rootless is second-class for Docker, but I haven’t been able to read the documentation enough to understand Podman Quadlets to migrate my compose files, and there are some incompatible configurations so even if using podlet, I have to edit some things manually.

    I also want to migrate to MicroOS if possible in my server, but I’m still testing things in a VM to understand enough and the cost-benefit u.u


  • Could you give more information?

    Is it running in the same machine you want to search from?

    Is it running in a container (and which network mode)?

    Have you changed the configuration of SearXNG? I think the default URL was localhost in some settings (like the hostname or base_url variables in both settings.yml and docker-compose.yml).

    Also, it’s been a while since I made SearXNG my default search engine, I used to use an extension since the Firefox way is less customizable.




  • I’ve been using rootless Docker because it’s a good practice, but I’ve been having weird permissions issues that apparently no one else has or, at least, not enough people use rootless to know lol. I have some theories about how to solve it, but it would require a good amount of time. I’m also restructuring my directories so it’s better organized with Syncthing and I have to resolve those permission issues to solve the backup problems I have (mostly DB files that I don’t have permission to copy).




  • That’s why I only use Perplexity. ChatGPT can’t give me sources unless I pay, so I can’t trust information it gives me and it also hallucinated a lot when coding, it was faster to search in the official documentation rather than correcting and debugging code “generated” by ChatGPT.

    I use Perplexity + SearXNG, so I can search a lot faster, cite sources and it also makes summaries of your search, so it saves me time while writing introductions and so.

    It sometimes hallucinates too and cites weird sources, but it’s faster for me to correct and search for better sources given the context and more ideas. In summary, when/if you’re correcting the prompts and searching apart from Perplexity, you already have something useful.

    BTW, I try not to use it a lot, but it’s way better for my workflow.