Skip to content

How-to Guides

Task-oriented guides for common operations. Each guide solves a specific problem.

  • Configure Server


    Set up your server with TOML configuration files.

    Configure

  • Setup CGI


    Execute CGI scripts for dynamic content generation.

    Setup CGI

  • Directory Listings


    Customize how directories are displayed to visitors.

    Customize

  • Handle Binary Files


    Serve and fetch binary content (images, archives).

    Handle

  • Fetch Resources


    Advanced patterns for fetching gopher content.

    Fetch

Prerequisites

These guides assume you have:

  • Completed the Quick Start
  • Basic familiarity with Mototli's CLI and API

Finding What You Need

I want to... Go to...
Customize server settings Configure Server
Add dynamic content Setup CGI
Control directory appearance Directory Listings
Serve images or downloads Handle Binary Files
Download content programmatically Fetch Resources

See Also