I dunno why but I’m worried that casaos is holding me back from doing greater things I guess? I’m pretty new to self hosting and I discovered casaos from a Minecraft server setup tutorial of all things and it’s been great for me so far and does pretty much everything I need it to do, but I feel like I don’t really have a full understanding of what I can do outside of it, and I don’t really hear many people talk about casaos so I’m like worried it’s just not very good I guess? I’m just looking for ways to improve really.

For reference I just use my server for Minecraft on the occasion, a self hosted obsidian live sync, adguard, and in the future plan on hosting nextcloud. Casaos seems great for that and maybe it’s perfectly fine but I’d just be interested in being more knowledgeable I guess, and aware of any ways to improve.

  • doeknius_gloek@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 days ago

    Having a solution that works for you is never a bad thing.

    Now it comes down to what you want to archive: Do you want something that just works? Great, you’re done - now go on and do some other things that you like, that’s perfectly fine. Or do you want to learn more about servers, virtualization, linux, networking and selfhosting in general? Then there are a million ways to get started.

    I’d suggest to setup a little lab, if you haven’t already. Install Proxmox on your server and run CasaOS inside a virtual machine. Now you’ve learned about hypervisors and virtual machines. Afterwards you could create a second virtual machine to play around - maybe install debian and get used to the linux cli. Install docker manually, run some apps using docker-compose. Now you’re already doing some stuff that CasaOS does under the hood.

    The possibilities are endless, the rabbit hole is deep. It can be a lot of fun, but don’t force youself to go down there if you don’t want to.

  • darkan15@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 days ago

    As far as I know, CasaOS (same as Cockpit) is installed on top of a default OS install, so you could always access the OS directly to install/configure things outside of it, if the need arises.

    I would not say you would be held back by it, if it does what you need. And for what I can see online, you can install any docker container even if it’s not on the default catalog of CasaOS, or access the OS.

    If you want to grow your knowledge of how things work, or how to deploy services without CasaOS, you can always do so in parallel of using CasaOS, so I don’t see where the issue could be.

  • Willdrick@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    8 days ago

    A few years ago I got a laptop with a busted video output, installed CasaOS and that kicked off a learning experience that continues to this day. I’m now running a 2 node proxmox deployment with several LXC containers and a HomeAssistant VM. I self-host most of my stuff for me and my family.

    If it wasn’t for CasaOS, I’d probably had tried proxmox and fled in horror of the difficulty to grasp what it’s doing.

    Also IIRC Casa now uses proper docker-compose exports, while I was using it, it was a self-rolled json file you couldn’t really import on other platforms. So enjoy Casa, and when you feel like it’s hindering your learning or desires, jump to portainer and import your stuff with just a few clicks.

    For reference, here’s some of the stuff I’ve been hosting:

    • NextCloud AIO for document syncing across machines, backups and contacts/calendars/todo via DavX5 on android devices

    • immich replaces google Photos so I don’t have to ever “solve” a storage issue for any family member getting those googleOne popups

    • HomeAssistant is still a rabbit hole on it’s own, but I love tinkering and automating stuff

    • Paperless-ngx solved my download folder always full of random invoice PDFs as well as referencing documents and manuals

    • Jellyfin is not only on my main TV but also my hifi music source for mobile devices and standalone speakers

    • Portainer makes it super easy to spin up game servers for me and my friends in a few clicks

    • PiHole+Unbound makes surfing the web bareable again

    And a bunch more I use on and off, like NetAlertX to map and check on my network stats, Navidrome for older devices (like iPad2) music streaming, etc

  • conciselyverbose@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 days ago

    Serious question: last I looked at casaOS (because I liked the hardware), they had SSH open and accessible to default passwords by default. This scared me off hard.

    Is this still a thing/are there other glaring security holes?

  • just_another_person@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    11 days ago

    Stop worrying about stuff like this.

    Does it do what you need?

    Does it fail where you need it?

    Then start asking that question. Don’t be OCD about it. It’s an automation suite. Chill.

    • sugar_in_your_tea@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      1
      ·
      10 days ago

      Disagree. There should be a few more questions as well:

      • if development stops, what are my alternatives and how hard is the migration process?
      • how responsive are the devs to patching vulnerabilities?
      • if I need more software down the line, how do I get it? What if it’s not in the repos?
      • how is the documentation and community? If something breaks, how likely am I to find a fix?

      Look beyond initial setup and think about what happens after a couple years.