• v0.0.9 779384b748

    v0.0.9 Stable

    olemd released this 2025-08-31 20:04:21 +02:00 | 29 commits to main since this release

    SkyView v0.0.9 - Enhanced Database Management & Systemd Fixes

    Summary

    This release focuses on improved database management, systemd configuration fixes, and Debian packaging enhancements.

    Key Changes

    • Database Management: Enhanced database status monitoring and configuration management
    • Systemd Integration: Corrected systemd service configuration and Debian package setup
    • Documentation: Updated DATABASE.md with comprehensive schema and usage documentation
    • Web Interface: Enhanced web interface with improved database integration and callsign management
    • Testing: Added comprehensive test suite for database functionality

    Files Included

    • skyview-adsb_0.0.8_amd64.deb - Debian package for Ubuntu/Debian systems

    Installation

    # Download and install the Debian package
    wget https://kode.naiv.no/olemd/skyview/releases/download/v0.0.9/skyview-adsb_0.0.8_amd64.deb
    sudo dpkg -i skyview-adsb_0.0.8_amd64.deb
    
    # Start the service
    sudo systemctl enable --now skyview-adsb
    

    Upgrade Notes

    • The systemd configuration has been updated - restart the service after upgrade
    • Database schema updates are handled automatically
    • Review configuration in /etc/skyview-adsb/config.json after upgrade

    For detailed configuration and usage instructions, see the included documentation.

    Downloads