Skip to content

ByteStash v1.3.0

Compare
Choose a tag to compare
@jordan-dalby jordan-dalby released this 05 Nov 15:29
· 165 commits to main since this release

Key Changes

  • Improved code snippet editor (switched to Monaco for a fully integrated editor)
  • Updated the app icon
  • Allow subpaths for Kubernetes Ingress, including full HTML rewrites for any specified subpath
    • Specify BASE_PATH=/mypath in the environment variables to enable this feature
  • Basic authentication
    • Specify AUTH_USERNAME=username, AUTH_PASSWORD=password and JWT_TOKEN=yourtoken to enable this functionality
    • Use TOKEN_EXPIRY=24h to change how long a JWT token will last
  • Various other server-side improvements