ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    How to Secure a Website at Home

    Water Closet
    8
    58
    3.8k
    Loading More Posts
    • 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.
    • ObsolesceO
      Obsolesce @hobbit666
      last edited by

      @hobbit666 said in How to Secure a Website at Home:

      @obsolesce said in How to Secure a Website at Home:

      You can do that for free at Gitlab, GitHub, AWS, Azure, GCP, etc...

      Why wast time and resources doing it at home?

      I tried WordPress free hosting, but to use plugins you have to pay 😢

      Never heard of Gitlab before until Jared mentioned it. AWS / Azure wasn't aware of any free teirs after trial periods have finished, but will look closer see what I can find.

      We'll technically it might cost you $0.02 a month to host a static site on Azure/AWS. It costs me $0.01 a month for my static site on Azure because the storage costs. But it's totally free on the others I mentioned.

      hobbit666H 1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller @hobbit666
        last edited by

        @hobbit666 said in How to Secure a Website at Home:

        @pete-s said in How to Secure a Website at Home:

        I think it would be easier to just setup a $5/month vultr instance. From what you say, there is no real reason why it has to be hosted at home.

        But that will cost me 😁 this is only to host a few static pages.

        If the pages are static how did WordPress get involved?

        JaredBuschJ hobbit666H 2 Replies Last reply Reply Quote 0
        • JaredBuschJ
          JaredBusch @scottalanmiller
          last edited by

          @scottalanmiller said in How to Secure a Website at Home:

          If the pages are static how did WordPress get involved?

          Because User

          hobbit666H 1 Reply Last reply Reply Quote 1
          • hobbit666H
            hobbit666 @JaredBusch
            last edited by

            @jaredbusch said in How to Secure a Website at Home:

            @scottalanmiller said in How to Secure a Website at Home:

            If the pages are static how did WordPress get involved?

            Because User

            ^^this 😁

            1 Reply Last reply Reply Quote 0
            • hobbit666H
              hobbit666 @scottalanmiller
              last edited by

              @scottalanmiller said in How to Secure a Website at Home:

              If the pages are static how did WordPress get involved?

              Although they are static pages I wanted to use a light box type Plug-in so I can use larger images but display as thumbnails. Just thought a easy with WordPress and that's was the first thing I thought of.

              But was happy to install anything

              (Before its mentioned, yes you can most probably do it all with just HTML/PHP but my coding knowledge is zero now a day)

              1 Reply Last reply Reply Quote 0
              • hobbit666H
                hobbit666 @Obsolesce
                last edited by

                @obsolesce said in How to Secure a Website at Home:

                We'll technically it might cost you $0.02 a month to host a static site on Azure/AWS. It costs me $0.01 a month for my static site on Azure because the storage costs. But it's totally free on the others I mentioned.

                OK that should a lot better 😁 will have to look more into their offerings, I just assumed pricing was a bit hight then that. Like Vultr etc etc

                ObsolesceO 1 Reply Last reply Reply Quote 0
                • ObsolesceO
                  Obsolesce @hobbit666
                  last edited by

                  @hobbit666 said in How to Secure a Website at Home:

                  @obsolesce said in How to Secure a Website at Home:

                  We'll technically it might cost you $0.02 a month to host a static site on Azure/AWS. It costs me $0.01 a month for my static site on Azure because the storage costs. But it's totally free on the others I mentioned.

                  OK that should a lot better 😁 will have to look more into their offerings, I just assumed pricing was a bit hight then that. Like Vultr etc etc

                  I thought static as in literally static html pages. If you are talking about WordPress and PHP pages, that won't work on anything I mentioned, unless you have something running somewhere else that converts them to static HTML pages and pushes them to there.

                  hobbit666H 1 Reply Last reply Reply Quote 0
                  • hobbit666H
                    hobbit666 @Obsolesce
                    last edited by

                    @obsolesce said in How to Secure a Website at Home:

                    I thought static as in literally static html pages. If you are talking about WordPress and PHP pages, that won't work on anything I mentioned, unless you have something running somewhere else that converts them to static HTML pages and pushes them to there.

                    It was going to be static but wanted to upload larger images but not have them taking up the page, and just clicking to enlarge for full view. Hence thinking a CMS with light box.
                    But happy if there's a simple was to do it with just HTML and PHP 😁😁😁😁

                    As I mentioned my coding skills were lost 20+ years ago 😁😁

                    stacksofplatesS scottalanmillerS 3 Replies Last reply Reply Quote 0
                    • stacksofplatesS
                      stacksofplates @hobbit666
                      last edited by

                      @hobbit666 said in How to Secure a Website at Home:

                      @obsolesce said in How to Secure a Website at Home:

                      I thought static as in literally static html pages. If you are talking about WordPress and PHP pages, that won't work on anything I mentioned, unless you have something running somewhere else that converts them to static HTML pages and pushes them to there.

                      It was going to be static but wanted to upload larger images but not have them taking up the page, and just clicking to enlarge for full view. Hence thinking a CMS with light box.
                      But happy if there's a simple was to do it with just HTML and PHP 😁😁😁😁

                      As I mentioned my coding skills were lost 20+ years ago 😁😁

                      The image enlarging would most likely be JavaScript. Just use a theme with Hugo or some other store generator that ha a gallery display that you want.

                      scottalanmillerS 1 Reply Last reply Reply Quote 2
                      • scottalanmillerS
                        scottalanmiller @hobbit666
                        last edited by

                        @hobbit666 said in How to Secure a Website at Home:

                        It was going to be static but wanted to upload larger images but not have them taking up the page, and just clicking to enlarge for full view. Hence thinking a CMS with light box

                        That's one tool for that, but there are other ways. You certainly don't need a PHP platform, CMS, and a database for that.

                        1 Reply Last reply Reply Quote 1
                        • scottalanmillerS
                          scottalanmiller @hobbit666
                          last edited by

                          @hobbit666 said in How to Secure a Website at Home:

                          But happy if there's a simple was to do it with just HTML and PHP

                          Why so complex? Make it a web site, not an application that generates a web site.

                          1 Reply Last reply Reply Quote 0
                          • scottalanmillerS
                            scottalanmiller @stacksofplates
                            last edited by

                            @stacksofplates said in How to Secure a Website at Home:

                            @hobbit666 said in How to Secure a Website at Home:

                            @obsolesce said in How to Secure a Website at Home:

                            I thought static as in literally static html pages. If you are talking about WordPress and PHP pages, that won't work on anything I mentioned, unless you have something running somewhere else that converts them to static HTML pages and pushes them to there.

                            It was going to be static but wanted to upload larger images but not have them taking up the page, and just clicking to enlarge for full view. Hence thinking a CMS with light box.
                            But happy if there's a simple was to do it with just HTML and PHP 😁😁😁😁

                            As I mentioned my coding skills were lost 20+ years ago 😁😁

                            The image enlarging would most likely be JavaScript. Just use a theme with Hugo or some other store generator that ha a gallery display that you want.

                            Yeah, this is standard and built in to most static site mechanisms.

                            hobbit666H 1 Reply Last reply Reply Quote 0
                            • hobbit666H
                              hobbit666 @scottalanmiller
                              last edited by

                              @scottalanmiller said in How to Secure a Website at Home:

                              Yeah, this is standard and built in to most static site mechanisms.

                              OK sounds good, any examples on how to do it 😁😁😁

                              DashrenderD 1 Reply Last reply Reply Quote 0
                              • DashrenderD
                                Dashrender @hobbit666
                                last edited by

                                @hobbit666 said in How to Secure a Website at Home:

                                @scottalanmiller said in How to Secure a Website at Home:

                                Yeah, this is standard and built in to most static site mechanisms.

                                OK sounds good, any examples on how to do it 😁😁😁

                                Hugo (gohugo.io) is what the others suggested. You can build the whole page locally on your own computer, then export the site to a local directory, which you then copy to your webhost.

                                JaredBuschJ 1 Reply Last reply Reply Quote 2
                                • JaredBuschJ
                                  JaredBusch @Dashrender
                                  last edited by

                                  @dashrender said in How to Secure a Website at Home:

                                  @hobbit666 said in How to Secure a Website at Home:

                                  @scottalanmiller said in How to Secure a Website at Home:

                                  Yeah, this is standard and built in to most static site mechanisms.

                                  OK sounds good, any examples on how to do it 😁😁😁

                                  Hugo (gohugo.io) is what the others suggested. You can build the whole page locally on your own computer, then export the site to a local directory, which you then copy to your webhost.

                                  In my case I use Hugo in a gitlab repo.
                                  71ed48f8-8655-428a-b3cb-c9b3a0fe2815-image.png

                                  I clone it locally to create content using the hugo commands. Hugo itself uses markdown.
                                  6d61a500-eab9-49b2-9a6d-fc6d77bd4f85-image.png

                                  Then you create yaml config file for gitlab ci. to generate teh hugo content into the public folder which is what gitlab pages looks at.

                                  0738682a-3314-4cd9-a2b6-4f524cc623ef-image.png

                                  gitlab pages setup to serve
                                  af36adbc-25f6-424f-8237-945f6c03227f-image.png

                                  1 Reply Last reply Reply Quote 1
                                  • JaredBuschJ
                                    JaredBusch
                                    last edited by

                                    But like @Dashrender said, you could run the hugo commands locally to build the site into the local public folder and jsut upload that. static content to your webserver.

                                    1 Reply Last reply Reply Quote 2
                                    • hobbit666H
                                      hobbit666
                                      last edited by

                                      @JaredBusch thanks for the detailed example 😁😁

                                      Thanks all for the input. Will look at Azure/AWS etc for hosting if I will only be under a £1 😁

                                      ObsolesceO scottalanmillerS 2 Replies Last reply Reply Quote 0
                                      • ObsolesceO
                                        Obsolesce @hobbit666
                                        last edited by

                                        @hobbit666 said in How to Secure a Website at Home:

                                        @JaredBusch thanks for the detailed example 😁😁

                                        Thanks all for the input. Will look at Azure/AWS etc for hosting if I will only be under a £1 😁

                                        Why not GitHub or GitLab for free?

                                        hobbit666H DashrenderD 2 Replies Last reply Reply Quote 1
                                        • hobbit666H
                                          hobbit666 @Obsolesce
                                          last edited by hobbit666

                                          @obsolesce said in How to Secure a Website at Home:

                                          Why not GitHub or GitLab for free?

                                          That was part of the etc 😁😁😁😁
                                          Also I thought GitHub was more for storing scripts and opensource stuff.

                                          scottalanmillerS 1 Reply Last reply Reply Quote 0
                                          • DashrenderD
                                            Dashrender @Obsolesce
                                            last edited by

                                            @obsolesce said in How to Secure a Website at Home:

                                            @hobbit666 said in How to Secure a Website at Home:

                                            @JaredBusch thanks for the detailed example 😁😁

                                            Thanks all for the input. Will look at Azure/AWS etc for hosting if I will only be under a £1 😁

                                            Why not GitHub or GitLab for free?

                                            That's the part of JB's explanation I didn't get - will GitHub/GitLab actually host your static page for free? can you point your own domain name at it?

                                            stacksofplatesS scottalanmillerS 2 Replies Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 3 / 3
                                            • First post
                                              Last post