• v1.0.2 9215a542f7

    v1.0.2 Stable

    olemd released this 2025-09-29 14:15:33 +02:00 | 0 commits to main since this release

    NaaS v1.0.2

    New Features

    • Open Graph meta tags for better URL sharing on social media platforms
    • Twitter Card support for enhanced social media previews
    • Source code repository link discretely placed on the playground page
    • Improved web frontend user experience and shareability

    Files

    • naas_1.0.2_amd64.deb - Debian package for amd64 systems
    • naas_1.0.2.tar.xz - Source archive

    Installation

    Debian/Ubuntu

    wget https://kode.naiv.no/olemd/naas/releases/download/v1.0.2/naas_1.0.2_amd64.deb
    sudo dpkg -i naas_1.0.2_amd64.deb
    

    From source

    cargo build --release
    

    Usage

    # Set custom port (default: 8080)
    PORT=3000 naas
    
    # Check all endpoints
    curl http://localhost:8080/api/no
    curl http://localhost:8080/api/no?format=json
    curl http://localhost:8080/health
    

    Full Changelog: v1.0.1...v1.0.2

    Downloads