Thanks to visit codestin.com
Credit goes to github.com

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: bewcloud/bewcloud
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8.1
Choose a base ref
...
head repository: bewcloud/bewcloud
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 2 commits
  • 73 files changed
  • 1 contributor

Commits on Dec 1, 2025

  1. Improve App Selection

    This allows not enabling Dashboard and Files. It also sorts the apps in the menu according to the order in the `config.core.enabledApps` array.
    
    Since this will require a major version upgrade (`v3.0.0`), I also took the opportunity to upgrade PostgreSQL. You can [follow this guide on how to upgrade PostgreSQL on Docker containers](https://news.onbrn.com/step-by-step-guide-upgrading-postgresql-docker-containers/).
    
    Finally, this has some minor security improvements (confirming API endpoints won't work if their app is disabled in the config).
    
    Closes #114
    Closes #108
    BrunoBernardino committed Dec 1, 2025
    Configuration menu
    Copy the full SHA
    d86e654 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31855f4 View commit details
    Browse the repository at this point in the history
Loading