Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
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
Code Project
  1. Home
  2. The Lounge
  3. hosting a site, any recommends, or outfits to avoid?

hosting a site, any recommends, or outfits to avoid?

Scheduled Pinned Locked Moved The Lounge
dockerhostingdevopsquestion
28 Posts 20 Posters 0 Views 1 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.
  • H honey the codewitch

    I need a site host with a modest enough cost that i can justify it to Himself (as well as myself). I don't need anything fancy, but i do want some control. Preferably i can stick a docker container on it. I heard GoDaddy is no bueno these days, but i don't know if I'd rely on that statement. Does anyone here have any recent experience with hosting that can share? I already have a domain name, and I'd prefer to keep it with my current provider.

    To err is human. Fortune favors the monsters.

    P Offline
    P Offline
    Paul Sanders the other one
    wrote on last edited by
    #16

    Liquid Six, I can't recommend them too highly. You can stick with your existing domain name registrar or transfer it to them, they're easy either way. They are a Windows shop, so if MS SQL server and ASP.NET are your bag then happy days, but they also support PHP and MySQL. Best of all, they are *highly* technically competent and provide excellent support, something I found conspicuously lacking with my previous hosting provider (which is why I moved, they were a waste of space). Also, they offer a range of packages and their pricing is competitive. I'm not affiliated with them in any way, just a fan. You might have a problem with docker though, you'd have to ask. What do you need it for (just curious)?

    Paul Sanders http://www.alpinesoft.co.uk

    1 Reply Last reply
    0
    • H honey the codewitch

      I need a site host with a modest enough cost that i can justify it to Himself (as well as myself). I don't need anything fancy, but i do want some control. Preferably i can stick a docker container on it. I heard GoDaddy is no bueno these days, but i don't know if I'd rely on that statement. Does anyone here have any recent experience with hosting that can share? I already have a domain name, and I'd prefer to keep it with my current provider.

      To err is human. Fortune favors the monsters.

      K Offline
      K Offline
      Kate X257
      wrote on last edited by
      #17

      I've recently switched to CloudFlare Access for on-prem hosting with their encryption tunnels, behind a zero-trust sign-on. Apart from the domain name ($8 a year) and the time invested to set it up, I don't pay for anything. I have used Azure, AWS and Google Cloud before that, but I honestly can't justify the cost for personal projects. Private hosting, in general, makes no sense to me due to the costs involved and the lackluster control.

      1 Reply Last reply
      0
      • H honey the codewitch

        Seems expensive. I ended up going with OVH for $4.19 a month for 2 years. It's a VPS so I can put docker on it and do what I need to. The site is currently a single page with one form and some links. It doesn't need Azure.

        To err is human. Fortune favors the monsters.

        M Offline
        M Offline
        MikeCO10
        wrote on last edited by
        #18

        Curious, are you getting container management with that or is it just a bare metal Ubuntu VM? Granted, many of us don't need that out of the box, but I've found that starting with a more robust model may be worth it in the long run.

        H 1 Reply Last reply
        0
        • H honey the codewitch

          I need a site host with a modest enough cost that i can justify it to Himself (as well as myself). I don't need anything fancy, but i do want some control. Preferably i can stick a docker container on it. I heard GoDaddy is no bueno these days, but i don't know if I'd rely on that statement. Does anyone here have any recent experience with hosting that can share? I already have a domain name, and I'd prefer to keep it with my current provider.

          To err is human. Fortune favors the monsters.

          R Offline
          R Offline
          rnbergren
          wrote on last edited by
          #19

          I have two domains I manage underneath Godaddy. Never really had any issues. I have had domains under webstrikesolutions and their ilk and it was the worst experience of my life.

          To err is human to really elephant it up you need a computer

          1 Reply Last reply
          0
          • H honey the codewitch

            I need a site host with a modest enough cost that i can justify it to Himself (as well as myself). I don't need anything fancy, but i do want some control. Preferably i can stick a docker container on it. I heard GoDaddy is no bueno these days, but i don't know if I'd rely on that statement. Does anyone here have any recent experience with hosting that can share? I already have a domain name, and I'd prefer to keep it with my current provider.

            To err is human. Fortune favors the monsters.

            M Offline
            M Offline
            milo xml
            wrote on last edited by
            #20

            I've used Bluehost[^] for years. Their support has always been good and prices are ok. Added bonus, they're Google Domains compatible.

            1 Reply Last reply
            0
            • M MikeCO10

              Curious, are you getting container management with that or is it just a bare metal Ubuntu VM? Granted, many of us don't need that out of the box, but I've found that starting with a more robust model may be worth it in the long run.

              H Offline
              H Offline
              honey the codewitch
              wrote on last edited by
              #21

              Bare metal debian I believe. It's not a container managed system, but the site is dockerized so we can just deploy docker on the VPS.

              To err is human. Fortune favors the monsters.

              M 1 Reply Last reply
              0
              • H honey the codewitch

                Seems expensive. I ended up going with OVH for $4.19 a month for 2 years. It's a VPS so I can put docker on it and do what I need to. The site is currently a single page with one form and some links. It doesn't need Azure.

                To err is human. Fortune favors the monsters.

                S Offline
                S Offline
                ShawnVN
                wrote on last edited by
                #22

                Is OVH the one with the free egress bandwidth? That's the hidden cost, in a lot of cloud providers. But if what you're doing is very low-scale (dev/test playground type stuff) you can often get by with AWS free-tier, using their micro instances.. and something like Cloudflare (free CDN) for static files, to minimize bandwidth costs.

                H 1 Reply Last reply
                0
                • H honey the codewitch

                  I need a site host with a modest enough cost that i can justify it to Himself (as well as myself). I don't need anything fancy, but i do want some control. Preferably i can stick a docker container on it. I heard GoDaddy is no bueno these days, but i don't know if I'd rely on that statement. Does anyone here have any recent experience with hosting that can share? I already have a domain name, and I'd prefer to keep it with my current provider.

                  To err is human. Fortune favors the monsters.

                  S Offline
                  S Offline
                  Steve Naidamast
                  wrote on last edited by
                  #23

                  I am using PeoplesHost for my wife's new business site and am finding it very good. Technical support has been excellent so far. Stay away from BlueHost if you are looking to host WordPress. Though recommended by WordPress, the recommendation must have come sometime ago as my recent experiences with this site were a nightmare. Tried to migrate my own WordPress business site using the BlueHost WordPress site migration tool and was told that my WordPress site was not a WordPress site. Go figure... Tech support was quite poor and their management interfaces are a mess. Used WinHost several years back and never a problem with good tech support. A little on the pricey side now given their database size limitations...

                  Steve Naidamast Sr. Software Engineer Black Falcon Software, Inc. blackfalconsoftware@outlook.com

                  1 Reply Last reply
                  0
                  • S ShawnVN

                    Is OVH the one with the free egress bandwidth? That's the hidden cost, in a lot of cloud providers. But if what you're doing is very low-scale (dev/test playground type stuff) you can often get by with AWS free-tier, using their micro instances.. and something like Cloudflare (free CDN) for static files, to minimize bandwidth costs.

                    H Offline
                    H Offline
                    honey the codewitch
                    wrote on last edited by
                    #24

                    I would, but I don't know if I want the buyin of a cloud. With my VPS I can set it up how I want - put my docker in and I just know it will work, and I can grow my site with them, and it's cheap, and I don't have to worry about them pulling my "free" hosting because I'm taking paypal donations or something. :) I don't know what egress bandwidth is. I'm kinda stupid at all this.

                    To err is human. Fortune favors the monsters.

                    S 1 Reply Last reply
                    0
                    • H honey the codewitch

                      I need a site host with a modest enough cost that i can justify it to Himself (as well as myself). I don't need anything fancy, but i do want some control. Preferably i can stick a docker container on it. I heard GoDaddy is no bueno these days, but i don't know if I'd rely on that statement. Does anyone here have any recent experience with hosting that can share? I already have a domain name, and I'd prefer to keep it with my current provider.

                      To err is human. Fortune favors the monsters.

                      W Offline
                      W Offline
                      willichan
                      wrote on last edited by
                      #25

                      I know a lot of people like to bash at them, but I have been on Powweb for years. I have never had problems. ---------- Money makes the world go round ... but documentation moves the money.

                      1 Reply Last reply
                      0
                      • H honey the codewitch

                        I would, but I don't know if I want the buyin of a cloud. With my VPS I can set it up how I want - put my docker in and I just know it will work, and I can grow my site with them, and it's cheap, and I don't have to worry about them pulling my "free" hosting because I'm taking paypal donations or something. :) I don't know what egress bandwidth is. I'm kinda stupid at all this.

                        To err is human. Fortune favors the monsters.

                        S Offline
                        S Offline
                        ShawnVN
                        wrote on last edited by
                        #26

                        > I don't know what egress bandwidth is. It's about US$0.10 per gigabyte, most cloud providers. :P (Varies based on datacenter region.) I haven't tried OVH but iirc their model is based more on throttling internet gateway traffic (100 mbps or 250 mbps for their smallest virts) instead of charging for it. It's a nice option, if that fits with your intended use.

                        1 Reply Last reply
                        0
                        • H honey the codewitch

                          Bare metal debian I believe. It's not a container managed system, but the site is dockerized so we can just deploy docker on the VPS.

                          To err is human. Fortune favors the monsters.

                          M Offline
                          M Offline
                          MikeCO10
                          wrote on last edited by
                          #27

                          Interesting, I'll have to take a look. I recently set up a proof-of-concept demo on AWS and decided on a bare bones Debian VM. I've set up several Debian VMs, so it made sense. Not to the level of needing Docker at this point. It was a strategic mistake. I should have chosen a LAMP server and then removed the DB. I'm used to the default Debian install and building everything from scratch was painful. It was my own fault for underestimating bare bones, lol. Be curious to hear how it works out for you.

                          H 1 Reply Last reply
                          0
                          • M MikeCO10

                            Interesting, I'll have to take a look. I recently set up a proof-of-concept demo on AWS and decided on a bare bones Debian VM. I've set up several Debian VMs, so it made sense. Not to the level of needing Docker at this point. It was a strategic mistake. I should have chosen a LAMP server and then removed the DB. I'm used to the default Debian install and building everything from scratch was painful. It was my own fault for underestimating bare bones, lol. Be curious to hear how it works out for you.

                            H Offline
                            H Offline
                            honey the codewitch
                            wrote on last edited by
                            #28

                            It should be pretty smooth but I'll find out shortly when I get everything set up.

                            To err is human. Fortune favors the monsters.

                            1 Reply Last reply
                            0
                            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
                            • World
                            • Users
                            • Groups