Yahoo France Recherche Web

Résultats de recherche

  1. Geotastic is a free to play multiplayer focused geo quiz app that can be played with friends simultaneously. A free alternative to geoguessr.

    • Overview
    • The goal
    • Features
    • Why?
    • Usage

    A really small, multi-arch, static web server for Docker

    Wait, I've been using old versions of GoStatic and things have changed!

    Yeah, decided to drop support of unsecured HTTPS. Two-years ago, when I started GoStatic, there was no automatic HTTPS available. Nowadays, thanks to Let's Encrypt, it's really easy to do so. If you need HTTPS, I recommend caddy.

    •A fully static web server embedded in a SCRATCH image

    •No framework

    •Web server built for Docker

    •Light container

    •More secure than official images (see below)

    •Log enabled

    Because the official Golang image is wayyyy too big (around 1/2Gb as you can see below) and could be insecure.

    For me, the whole point of containers is to have a light container... Many links should provide you with additional info to see my point of view:

    •Over 30% of Official Images in Docker Hub Contain High Priority Security Vulnerabilities

    •Create The Smallest Possible Docker Container

    •Building Docker Images for Static Go Binaries

    •Small Docker Images For Go Apps

    Fallback

    The fallback option is principally useful for single-page applications (SPAs) where the browser may request a file, but where part of the path is in fact an internal route in the application, not a file on disk. goStatic supports two possible usages of this option: 1.Using an absolute path so that all not found requests resolve to the same file 2.Using a relative file, which searches up the tree for the specified file The second case is useful if you have multiple SPAs within the one filesystem. e.g., / and /admin.

  2. GoStatic is a service that lets you deploy your static site in seconds without any cloud account or configuration. You can use GitHub actions, cURL, or API to send your output files and get a free SSL secured URL.

  3. Run gostatic -i my-site to generate basic site in directory my-site. It will have a basic config file, which you should edit to put relevant variables at the top - it also contains description of how files in your src directory are treated.

  4. 3 mars 2022 · goStatic . A really small, multi-arch, static web server for Docker. The goal. My goal is to create to smallest docker container for my web static files. The advantage of Go is that you can generate a fully static binary, so that you don't need anything else. Wait, I've been using old versions of GoStatic and things have changed!

  5. jamstack.org › generators › gostaticGostatic | Jamstack

    Gostatic tracks changes and re-renders only changed pages, making it fast and simple. It supports Markdown, templates, filters, config and HTTP server.

  6. Learn how to use GoStatic to host your Jigsaw site output on GitHub's infrastructure. Follow the steps to build, deploy and return the URL of your Jigsaw site using GitHub Actions.