• v0.1.2 50ecf3b0ba

    ric released this 2025-12-15 17:29:52 +00:00 | 5 commits to main since this release

    Repository Migration to GitHub

    This release migrates the repository from code.squarecows.com/SquareCows/pages-server to github.com/sqcows/pages-server to comply with Traefik Plugin Catalog requirements.

    Changed

    • Repository Migration to GitHub: Migrated repository from code.squarecows.com/SquareCows/pages-server to github.com/sqcows/pages-server
      • Updated module path in go.mod to reflect new GitHub location
      • Updated all repository references in documentation to point to GitHub
      • Migration required for Traefik Plugin Catalog compatibility
      • Traefik requires plugins to be hosted on GitHub for proper plugin discovery and installation
      • No functional changes to the plugin code
      • All existing features and functionality remain unchanged

    Installation

    Update your Traefik configuration to use the new GitHub module path:

    experimental:
      plugins:
        pages-server:
          moduleName: github.com/sqcows/pages-server
          version: v0.1.2
    

    Full Changelog: https://github.com/sqcows/pages-server/compare/v0.1.1...v0.1.2

    Downloads