Hi everyone.

I’m planning to open a small gym and am looking for management software. I don’t want cloud services or a subscription fee. I use Linux in my personal life and would prefer to keep running that at the business. Does anyone have experience with this type of thing?

I plan to self host all my services and data if possible such as camera systems and maybe even the website (I found a great local website company I’ll be talking with soon).

  • Decronym@lemmy.decronym.xyzB
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    6 months ago

    Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I’ve seen in this thread:

    Fewer Letters More Letters
    DNS Domain Name Service/System
    Unifi Ubiquiti WiFi hardware brand
    VPN Virtual Private Network

    3 acronyms in this thread; the most compressed thread commented on today has 5 acronyms.

    [Thread #526 for this sub, first seen 19th Feb 2024, 05:15] [FAQ] [Full list] [Contact] [Source code]

    • sic_semper_tyrannis@feddit.chOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      6 months ago

      I don’t yet know the scope of everything I might need, but right now I believe that a customer management system is the focus. A way to input their details and payment information to have an automatic recurring membership.

      I don’t think I really need a way for them to view their account as it won’t have any fancy features. I just need to know that they are a member and have a membership renewal. They can sign up and cancel in person or over the phone (I’m not making it disgustingly hard for people to cancel like the large gyms).

      On top of that I would imagine it would be nice for the software to keep track of my total number of patrons and thus a total income amount

        • sic_semper_tyrannis@feddit.chOP
          link
          fedilink
          English
          arrow-up
          0
          ·
          6 months ago

          I understand the payment will have to connect to the internet and be outsourced but I want all my customer data to stay on my server

          • cm0002@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            6 months ago

            It’s honorable to want to keep all customer data within your control, but seriously unless you already have experience dealing with PCI compliance, that’s one part you should definitely offload to a payment processor. This might even be a clause in your insurance (Depending on what it covers)

            I don’t have any particular software in mind to recommend, but I’d bet they probably have some sort of integration with processors like Stripe or something

  • Bombastion@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    0
    ·
    6 months ago

    I’ve been using Ubiquiti/Unifi for my brewery setup (cameras, several private networks, phone tree stuff). It comes with some pretty solid management software accessible through the local network, but under the hood, everything’s just running Alpine. There’s a bit of a learning curve if you keep the management software installed (firmware updates wipe out the crontab, for example), but you can customize it pretty aggressively if you know your way around a terminal.

    • applejames@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      6 months ago

      What sort of stuff are you running? Inventory and stock? Do you have any temperature control, gravity or production record keeping software?

      I’ve been searching for brewery management software that I can self host. Currently just have odoo for invoicing.

      • Bombastion@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 months ago

        Inventory is through our POS/processor and production records are through Beer30 (though I have plans to write my own and open source it when I have time; we just opened and we’re all still running pretty hard doing new-open stuff). We’re also technically a nano-brewery, so anything we’re doing is a little bespoke (i.e., I think it’s a very situational setup) right now.

        The biggest thing from a brewery-specific side that we’re doing is controlling the brewhouse. We’re running an all-electric system, and all the heating and cellar controls expose UIs over the LAN. In addition to being generally nifty, we’re using Unifi to separate brewery-specific stuff onto its own network and the built-in VPN hosting (I opted for the OpenVPN option) to expose that network security. This allows our brewer to do stuff like check the temperature from home or set the boil kettle to start running before he leaves the house. (The useful thing about the UDM (primary server) running Alpine is that I have a task that essentially functions as dynamic DNS and updates an A record with our domain provider so he can always log in at a known hostname).

        It also integrates with cameras, phone, and menu boards, which are all useful for the FoH side of things.

        All-in-all, we’re not doing that much with it yet, but it’s pretty nice to use so far, and being a software engineer, I’m excited for the possibilities of useful stuff I can host on it.