Software Alternatives & Reviews

Roll Your Own Static Site Host on VPS with Caddy Server

GitHub Actions FileZilla Caddy
  1. Automate your workflow from idea to production
    Pricing:
    • Open Source
    I haven’t actually built this myself, but it would be super cool to do, and I think I’ve got a simple concept down. You could set up a web server that can listen for webhooks. Then use your CI/CD pipeline (maybe GitHub Actions) to ping that webhook whenever a new change arrives on the production branch.

    #DevOps Tools #Continuous Integration #Continuous Deployment 274 social mentions

  2. FileZilla is an FTP, or file transfer protocol, client. It lets individuals transfer single files or batches to a web server. For many years, FTP was the standard for website design. Read more about FileZilla.
    Then you can use an FTP client like Filezilla that supports SFTP. Just be sure to use the sftp:// protocol in the URL (sftp://50.100.7.293 or sftp://your.domain.com).

    #File Transfer #FTP Client #SSH 81 social mentions

  3. 3
    The HTTP/2 Web Server with Automatic HTTPS
    Pricing:
    • Open Source
    We really just scratched the surface on what Caddy can do, but I’d encourage you to learn more by heading over to caddyserver.com. One thing, for example, that we did not do was set compression on our server. That would be a great performance improvement. You can read more of the available options in the docs.

    #Web Servers #HTTP/2 Web Server #Web And Application Servers 225 social mentions

Discuss: Roll Your Own Static Site Host on VPS with Caddy Server

Log in or Post with