Skip to content

EasyDC v0.1.1

Choose a tag to compare

@github-actions github-actions released this 16 May 06:49

Fixed

  • Templates are now embedded in the binary at compile time — no templates/ directory required on the server
  • DNS zone discovery now correctly searches CN=MicrosoftDNS,DC=DomainDnsZones (Samba's actual DNS partition)
  • Internal DNS zones (RootDNSServers, _msdcs, ..TrustAnchors) are filtered from the zone list
  • Server now logs 0.0.0.0:3000 instead of localhost:3000

Added

  • Version number displayed in the bottom-right corner of every page
  • GitHub Actions workflow to build and publish releases for Linux x86_64 and ARM64
  • Release notes pulled automatically from CHANGELOG.md
  • OpenSSL vendored for cross-compilation (no system OpenSSL required)

Changed

  • README updated with binary download instructions and systemd service setup
  • Rust is no longer listed as a requirement (pre-built binaries provided)