Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AdingApkgg/bsz
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.4
Choose a base ref
...
head repository: AdingApkgg/bsz
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.5
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Feb 14, 2026

  1. feat: update configuration for server port and upload limits

    - Changed default server port from 8080 to 12700 in .env.example and README.md for consistency.
    - Added MAX_BODY_SIZE configuration to .env.example and Config struct to set upload size limits.
    - Updated README.md to document the new MAX_BODY_SIZE setting and its usage.
    AdingApkgg committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    f88046d View commit details
    Browse the repository at this point in the history
  2. chore: remove example configuration files and update README references

    - Deleted example configuration files (.env.example, bsz.service, nginx.conf.example) to streamline the project structure.
    - Updated README.md to reflect the new location of example configurations in the 'example' directory.
    AdingApkgg committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    d1cb677 View commit details
    Browse the repository at this point in the history
Loading