Best of CloudflareOctober 2022

  1. 1
    Article
    Avatar of pointerPointer·4y

    mikeroyal/Self-Hosting-Guide: Self-Hosting Guide. Learn all about locally hosting(on premises & private web servers) and managing software applications by yourself or your organization.

    Most self-hosted software can be installed using Docker, a packaging system which allows software to bundle their configuration and dependencies. Shipwright is a WebUI to generate templates for Yacht, Portainer, Docker-Compose, and Unraid. Dozzle is a small lightweight application with a web based interface to monitor Docker logs. Diun is a tool that receive notifications when a Docker image is updated.

  2. 2
    Article
    Avatar of communityCommunity Picks·4y

    Deploy website on Cloudflare

    Cloudflare is our go-to. Deploy website on Cloudflare for free.

  3. 3
    Article
    Avatar of logrocketLogRocket·4y

    Build a web application with Hono

    Hono is faster than other routers for Cloudflare Workers, such as Sunder, Itty Router, and Worktop. Hono offers three kinds of authentication middleware: basic authentication, bearer authentication, and JWT authentication. To get started, we created a Hono middleware that will serve static content on the /static endpoint. It will display a sign-in UI that users must log in to before access will be granted. If the username and password the user enters match the name and password in the middleware.