Hey, so I recently had the idea of proposing some new ideas, I had for the IT infrastructure of my local scouts organisation, mainly it’s own nextcloud instance and website (and if that works well, maybey a matrix server and wiki, but website and nextcloud are much higher priority right now). But, I am wondering, what the best way to do the hosting would be. Using a VPS would be pretty nice, because there would be no upfront cost, but we would have to pay monthly fee and that’s pretty hard to pitch for a new and untested idea, especially because we don’t have that much regular funds/income. The other option would be to self host on hardware that stays in the building, but I am not quite shure, but then we would have a pretty steep upfront cost and I am not 100 percent shure, if we even have a proper network in the building.

The main thing, I am trying to ask here is, if any of you have ever done something similar before and if so, how you did it. Also I am thankful for any advice in general. I have done this already for my family, but doing this for an entire organistation is an entirely different thing. Thank you very much in advance!

  • solrize@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    14 minutes ago

    My nextcloud is on a relatively expensive ($5/month) VPS but I should get off my butt and move it to a $2/month one. I like to hope your organization can afford that, at least for a while. I will PM you a link where as a broke nonprofit you might be able to get a free one if you ask nicely.

    I think it’s not worth trying to self-host on your own hardware unless you want to experience the hassles and headaches as a self-education or hobby goal in its own right.

  • ShittyBeatlesFCPres@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    16 minutes ago

    Linode. I don’t trust the parent company but who can you trust? It’s super easy to setup and like $5 a month for a small scale project that isn’t mission critical.

    Note: I would never use it for a paid or really important thing. If you expect your Boy Scout group to have 50,000 users one day, it’s not fit for purpose. It’s more than fine for a little league schedule or whatever.

  • hendrik@palaver.p3x.de
    link
    fedilink
    English
    arrow-up
    24
    ·
    edit-2
    4 hours ago

    Given someone already pays for electricity and internet at the location, I’d say the cheapest option would be to ask all the members if someone has an old laptop to donate, maybe even with a broken display or whatever, main thing is it still somehow runs. Rip out the battery, Install Linux, Nextcloud (maybe Yunohost), and put it somewhere without public access. That’d be entirely for free, minus the work to set it up and maintain it.

    My smaller VPS costs somewhere around 70€ a year, guess that could be worth it as well as long as it contributes something meaningful.

    And be prepared to be disappointed, 99% of my scout group never used the selfhosted services I tried. I guess that’s somehow okay. They were focused on the real life activities and no one had any interest to do office work or remember logins… Was always the same 2 people who did paperwork and they didn’t need a cloud, so I scrapped it. Your story could be different, I’m not saying it needs to turn out that way.

    • Lka1988@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      12
      ·
      edit-2
      3 hours ago

      The “old laptop” method is only feasible when it’s a personal service. You don’t want people (non-techie adults in leadership positions, especially) expecting AWS/MS/Google-equivalent availability and performance, only to find out that a busted laptop is the only thing keeping their data in place. It’s not a good solution for a non-familial organization, and not a good look to leadership.

      Your VPS idea would be better.

      • hendrik@palaver.p3x.de
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        2 hours ago

        Idk. Really depends on what you put there. And Nextcloud does file sync. Even if the server becomes unavailable, you’d still have your directories and calendar on your devices. Just collaborating and uploading stuff won’t work.

        And creativity and problem-solving are core scout skills, so I guess bulding that thing for no money would be an interesting exercise in that. Though you’re right. At some point you’ll have to think about maintainability and reliability. I guess that wouldn’t stop me from starting the project, but everyone has to decide for themselves.

        (And yes, a proper VPS would be a preferrable solution for a multitude of reasons.)

        • Lka1988@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          7
          ·
          3 hours ago

          Having been involved with many youth groups as a kid, including BSA, a not-insignificant amount of the leaders were - for lack of better word - idiots.

          • hendrik@palaver.p3x.de
            link
            fedilink
            English
            arrow-up
            3
            ·
            edit-2
            2 hours ago

            I don’t think the BSA compare to the major German scouting associations. Different organization structure and substantially different ideology and activities. Also none of the big controversies surrounding the BSA. But I suppose idiots are everywhere, at least that’s my general life experience 😅 It is very unfortunate once they start to ruin things.

    • BennyTheExplorer@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      4 hours ago

      Yeah, I totally get what you mean, I am kind of expecting that aswell, but at least I know, that other scouts groups in the area already have a nextcloud and it is actively beeing used, so I have some hopes in that regard. But yeah, getting them to use something like Matrix is probably pretty unrealistic.

      • hendrik@palaver.p3x.de
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        3 hours ago

        Good luck, though. I believe first-hand experience with living a self-determined life - including online services - aligns nicely with scout ideals. And trying to convey the media-literacy that allows people to make informed choices.

        And I can see some benefits with having documents available to everyone, templates, and collaborate on the paperwork…

        Glad to hear other groups in the area have success with Nextcloud… Another idea would be to somehow unite and share the hosting bill for a slightly bigger Nextcloud… But I still think the old laptop idea might be promising to get started… depending on the network situation in the building and whether you can configure port forwards and all the things that need to be done. Just make sure to have some kind of backup strategy if you put documents there. Can’t be too hard, as Nextcloud is made for syncing data… And I wouldn’t put personal information about kids there unless the admin knows what they’re doing. But there’s plenty other stuff to put there.

      • atzanteol@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        1
        ·
        3 hours ago

        Since it’s a public instance you’d want to be sure to keep it pretty up-to-date with new system patches and the latest stable versions of Nextcloud. If you’re comfortable with automating updates with ansible, k8s, docker-compose, etc. then it’s not a big deal. If you’re ssh’ing to a server to manually update things then it’s going to be a lot of overhead and likely forgotten.

        Old hardware may also bring its own issues and you’ll need backups especially since old hardware (especially consumer-grade stuff) can fail very unexpectedly. And providing support for users is a whole… other thing…

        I like the idea of starting with the “old laptop in a basement” approach as a way to get things going to see if the service provides benefit then look to migrate to a more stable platform in the future.

        • BennyTheExplorer@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          2
          ·
          3 hours ago

          Yeah, I guess the plan would be (if we decide to use an old labtop) to have a similar backup system to my home server, so one daily incremental backup with something like borgbackup to a newly bought external hard drive and automated updates using watchtower (I heard major nextcloud upgrades can be tricky though, so I an not shure if it would be a good idea to automate those). I guess it would still suck if the laptop unexpectedly failed and we would have to scramble to find new hardware though, how long would you expect an old laptop to last as a server?

  • Lka1988@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    1
    ·
    edit-2
    3 hours ago

    I wouldn’t, unless you’ve been specifically asked by the organization to do so and given the proper authorization, legal counseling, etc, etc. Don’t go looking for solutions to problems that don’t exist.

    Your heart is in the right place, but I’m with @NuXCOM_90Percent@lemmy.zip here.

  • NuXCOM_90Percent@lemmy.zip
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    3 hours ago

    Just a general warning:

    It is one thing to provide something for family. It is another thing to be a person in authority providing one for an org. And kids are horrible and basically all have cameras everywhere they go. They WILL do something horrible and, depending on what that something is, you might now be liable for a lot of stuff you don’t want to be.

    You don’t want that smoke. They can use google drive. Or you can talk to one of the companies that host next/own clouds for people and ask for a discount since it is the boy scouts.

    • happydoors@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      2 hours ago

      Do you think “alright kids, meeting is officially over. Go home or call your parents. If anyone wants to stay we will be hanging out and teaching server stuff at ____ ‘s house for an hour or two.” Gets around this?

      • NuXCOM_90Percent@lemmy.zip
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        1 hour ago

        Homie? I want you to know that while I am going to be inflammatory, I am not insulting you. In a slightly sane world, that should be fine.

        NEVER work with children. “Hey kids. You can go home or you can stay with me and a few others and learn how to use a computer!”. At best you are setting yourself up for some awkward phone calls when Little Jimmy gets caught looking at something his parents don’t approve of.

        If you are a close family friend and the parents understand what you are going to be teaching their kid (and obviously want you to teach it), go for it. If you are just watching them while they eat orange slices? Don’t fucking go anywhere near that. Let the teachers who actually train in how to handle these situations do it.

        And the other aspect: Kids (and most adults) are not rational or intelligent. They aren’t going to take “Hey, if Susie sends you nudes don’t put them on this server because it will get me sent to prison as a diddler” as education on why they should not fucking do that.


        If you ever want to get scared straight as it were? Take a teacher out for drinks (and you better pay for them!). You’ll hear LOTS of horror stories and get even a glimpse into the kind of hell they have to put up with.

        The show Black-ish (like a lot of Kenya Barris’s work) has a LOT of problems. But the number of times teacher friends have shared https://www.youtube.com/watch?v=6jqmj0ILwfM. And it is not at all exclusive to black people (or even men).

    • hendrik@palaver.p3x.de
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      2 hours ago

      Asking for a discount is a great idea. Some companies do this. And in rare occurences the boss is an old boy scout themselves and they’ll give you a 100% discount on some smaller things…

  • e8d79@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 hours ago

    Honestly, I would go with a managed Nextcloud solution like Hetzner Storage Share or another reputable provider. No hassle of updating and securing the server, no data stored at Google or Microsoft, and easy to administrate by people who aren’t expert system administrators in case you are no longer available. I also went with that route for my personal instance because it was actually cheaper than hosting it myself on a VPS.

  • piezoelectron@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 hours ago

    Hey, what’s your budget? You could go far with a second-hand NUC (next unit of computing), I’m sure you can get one for under $100 and you could do more than just nextcloud with it (peertube, VPN, chat etc).

    • the_weez@midwest.social
      link
      fedilink
      English
      arrow-up
      1
      ·
      30 minutes ago

      I personally think this is a better idea than an old laptop. Easier to work on if the fan or SSD ever dies, and the cooling is a little better than any cheaper laptops I have worked on. It also wouldn’t need to be a NUC, basically every PC company makes a SFF or 1L sized computer, I’m partial to the Lenovo but the Dell’s are pretty nice too. I have about 8 Lenovo that are used as mini servers between home and work, on 24/7

  • electric_nan@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 hours ago

    VPS is not that much, especially if you aren’t storing a ton of media. Digital Ocean and Hetzner are good places to look. This will also prevent some networking headaches you’re likely to have hosting it “on prem”.

    If part of your reason for doing this is to involve the kids in the process, then it’s better to do it locally. Someone in the org has or can find an unused desktop computer that you guys can have fun with for pretty much zero cost. You will probably have trouble trying to connect to it from outside your network though.

  • Brkdncr@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    2 hours ago

    I simply wouldn’t. Just use Google Drive or Dropbox.

    Unless you can provide redundancy and 24x7 support you don’t want others dependent on you.

  • erer@lemmy.zip
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 hours ago

    Besides the time and responsibility of running the service, your biggest cost is going to be storage and maybe even transfer. None of the cheap VPS have big storage or bandwith, so I would not offer a service like this if I were you.

  • meh@piefed.blahaj.zone
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 hours ago

    i’d say start small. do the the webpage on some old hardware, maybe a wiki. content consumption things that would be uncomplicated for the group to adopt. avoid things that would mean managing accounts for other people early on. a wiki or some static page using something like modocs will be easy to run off a decent internet connection at the building. low bandwith usage and low traffic.

    if your goal is to degoogle group, nextcloud could be helpful for the organisers. maybe if you have success on the simple sites you can get people on board with some hardware for a small nextcloud server. but dont plan on opening the next cloud up to the kids. thats a world of risk you don’t need to open up.

  • the_weez@midwest.social
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 hours ago

    Look into digital ocean. They have pretty cheap hosting, like $6 a month last time I checked. You used to be able to get a month for free too. If it looks like a good option I can probably rustle you up a referral code.

    • Possibly linux@lemmy.zip
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 hours ago

      I think that is for a shared CPU not a dedicated CPU. Nextcloud can be resource intensive in some cases so you probably do not want to run it on a shared plan.

      • the_weez@midwest.social
        link
        fedilink
        English
        arrow-up
        1
        ·
        39 minutes ago

        I understand what you’re saying, but I think the user counts and usages would matter big time. I used to run it on the smallest plan DO offered, but I haven’t in a few years now. No idea if the usage requirements have grown over time, and that was just for 2 users. I know a lot of people run it on a NAS in a VM or container, that’s not exactly a dedicated machine either.

  • nyankas@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 hours ago

    I‘d probably go with a VPS. It probably won‘t cost more than 10$/month, maybe even less, depending on how much heavy usage your Nextcloud instance requires. And you won‘t have to worry about keeping your hardware and network running, which pretty much always takes up more time than expected.

    Some web hosters (I‘ve had very good experiences with Hetzner) charge an hourly rate and allow you to preconfigure VPSes with software like Nextcloud. So unless you have specific needs, you could just spin up an instance, check if it suits your needs and, if not, only pay a few cents.