Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Off-topic
  3. Question for the service providers using Cloudron

Question for the service providers using Cloudron

Scheduled Pinned Locked Moved Off-topic
10 Posts 5 Posters 1.6k Views 7 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • humptydumptyH Offline
      humptydumptyH Offline
      humptydumpty
      wrote on last edited by
      #1

      I always preach to my friends about self-hosting, privacy, and OSS but I'm hesitant to offer them access to any of my apps (especially Nextcloud) since they might overwhelm my VPS storage.

      How are you handling data storage limits for your apps/clients? Is there a monitoring tool or code to limit a someone from depleting all VPS storage? I'd rather have this done at the server level so it covers any app that I end up sharing. Suggestions?

      M 1 Reply Last reply
      3
      • humptydumptyH humptydumpty

        I always preach to my friends about self-hosting, privacy, and OSS but I'm hesitant to offer them access to any of my apps (especially Nextcloud) since they might overwhelm my VPS storage.

        How are you handling data storage limits for your apps/clients? Is there a monitoring tool or code to limit a someone from depleting all VPS storage? I'd rather have this done at the server level so it covers any app that I end up sharing. Suggestions?

        M Offline
        M Offline
        msbt
        App Dev
        wrote on last edited by msbt
        #2

        @humptydumpty probably not the intended usecase, but I'm using Hetzner VPS for Cloudron and mount a storagebox into it (via SSHFS), which serves solely as Nextcloud storage. That way the VPS itself can't run out of space (at least not because of NC) and the storage space is easily scaleable. This can be done on multiple servers (the storagebox allows up to 10 connections). So you don't have a quota system, but at least you can expand/scale it easilty up to 10TB with one click when the space gets low.

        humptydumptyH andreasduerenA doodlemania2D 3 Replies Last reply
        5
        • M msbt

          @humptydumpty probably not the intended usecase, but I'm using Hetzner VPS for Cloudron and mount a storagebox into it (via SSHFS), which serves solely as Nextcloud storage. That way the VPS itself can't run out of space (at least not because of NC) and the storage space is easily scaleable. This can be done on multiple servers (the storagebox allows up to 10 connections). So you don't have a quota system, but at least you can expand/scale it easilty up to 10TB with one click when the space gets low.

          humptydumptyH Offline
          humptydumptyH Offline
          humptydumpty
          wrote on last edited by
          #3

          @msbt That's great to know. I've seen some folks run out of space on the server on here and it's definitely not a thing I want to experience. Thank you!

          1 Reply Last reply
          0
          • ? Offline
            ? Offline
            A Former User
            wrote on last edited by
            #4

            I have been doing this as a freelancer in my city, and have a few clients using it. My use case is unique though since it seems I'm in the minority that runs bare metal in their basement.

            humptydumptyH 1 Reply Last reply
            2
            • ? A Former User

              I have been doing this as a freelancer in my city, and have a few clients using it. My use case is unique though since it seems I'm in the minority that runs bare metal in their basement.

              humptydumptyH Offline
              humptydumptyH Offline
              humptydumpty
              wrote on last edited by humptydumpty
              #5

              @atridad Lucky you! I tried running Cloudron on an old laptop on a business internet plan but I ended up having issues with my ISP. It would run fine for a while until the ISP switches me to IPv6 and apps went funky and refused to load. At times, looking up my IP would show an IPv4 and other times it shows IPv6. The problems only happened when an IPv6 was in use. They want $15/mo for a static IP address. It made more sense to rent a VPS at Contabo for half that price.

              1 Reply Last reply
              0
              • M msbt

                @humptydumpty probably not the intended usecase, but I'm using Hetzner VPS for Cloudron and mount a storagebox into it (via SSHFS), which serves solely as Nextcloud storage. That way the VPS itself can't run out of space (at least not because of NC) and the storage space is easily scaleable. This can be done on multiple servers (the storagebox allows up to 10 connections). So you don't have a quota system, but at least you can expand/scale it easilty up to 10TB with one click when the space gets low.

                andreasduerenA Online
                andreasduerenA Online
                andreasdueren
                wrote on last edited by
                #6

                @msbt I have the same setup but was unable to get the storagebox set up (It conected but wouldn't actually move the NC files there and everything got messed up)

                Would you mind sharing what exactly you did to get thigns up and running?

                I'm using Hetzner VPS for Cloudron and mount a storagebox into it (via SSHFS)

                M 1 Reply Last reply
                0
                • andreasduerenA andreasdueren

                  @msbt I have the same setup but was unable to get the storagebox set up (It conected but wouldn't actually move the NC files there and everything got messed up)

                  Would you mind sharing what exactly you did to get thigns up and running?

                  I'm using Hetzner VPS for Cloudron and mount a storagebox into it (via SSHFS)

                  M Offline
                  M Offline
                  msbt
                  App Dev
                  wrote on last edited by
                  #7

                  @andreasdueren sure thing, I've documented it here, except the mounting is now done by Cloudron itself instead of adding it via /etc/fstab tinkering (only caveat is that I have to trigger a remount in the UI after a reboot)

                  system view looks like this:
                  87f41b8d-7c0c-4518-8be2-2c2031c1f359-grafik.png

                  andreasduerenA 1 Reply Last reply
                  2
                  • M msbt

                    @andreasdueren sure thing, I've documented it here, except the mounting is now done by Cloudron itself instead of adding it via /etc/fstab tinkering (only caveat is that I have to trigger a remount in the UI after a reboot)

                    system view looks like this:
                    87f41b8d-7c0c-4518-8be2-2c2031c1f359-grafik.png

                    andreasduerenA Online
                    andreasduerenA Online
                    andreasdueren
                    wrote on last edited by
                    #8

                    @msbt Thank you, I'll give it another try!

                    1 Reply Last reply
                    2
                    • M msbt

                      @humptydumpty probably not the intended usecase, but I'm using Hetzner VPS for Cloudron and mount a storagebox into it (via SSHFS), which serves solely as Nextcloud storage. That way the VPS itself can't run out of space (at least not because of NC) and the storage space is easily scaleable. This can be done on multiple servers (the storagebox allows up to 10 connections). So you don't have a quota system, but at least you can expand/scale it easilty up to 10TB with one click when the space gets low.

                      doodlemania2D Offline
                      doodlemania2D Offline
                      doodlemania2
                      App Dev
                      wrote on last edited by
                      #9

                      @msbt do you happen to have a writeup of how you did that?

                      M 1 Reply Last reply
                      0
                      • doodlemania2D doodlemania2

                        @msbt do you happen to have a writeup of how you did that?

                        M Offline
                        M Offline
                        msbt
                        App Dev
                        wrote on last edited by
                        #10

                        @doodlemania2 yes, as mentioned above, it's in the linked post, first I was following the Hetzner docs to generate the ssh key, the rest is written in there 🙂

                        1 Reply Last reply
                        3
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • Bookmarks
                          • Search