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: coder/registry
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: coder/registry
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: open-webui-module-2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 3, 2025

  1. feat: add open-webui module for coder-labs

    - Installs Open WebUI via pip (Python 3.11+ required)
    - Auto-installs Python 3.11 from deadsnakes PPA if not available
    - Configurable port, share level, logging
    - Subdomain support for clean URLs
    mtojek committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    35f93c6 View commit details
    Browse the repository at this point in the history
  2. fixes

    mtojek committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    504be92 View commit details
    Browse the repository at this point in the history
  3. fixes 2

    mtojek committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    2563652 View commit details
    Browse the repository at this point in the history
  4. fix: use venv instead of pip install --user

    - Remove automatic Python installation - user must have Python 3.11+ in image
    - Use virtual environment (~/.open-webui-venv) to avoid externally-managed-environment error
    - Add set -e to fail script on errors
    - Update README with installation instructions
    mtojek committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    6e94ecc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d035883 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6a18d8 View commit details
    Browse the repository at this point in the history
  7. fixes

    mtojek committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    5335c85 View commit details
    Browse the repository at this point in the history
  8. fixes

    mtojek committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    abe133a View commit details
    Browse the repository at this point in the history
  9. Revert "fixes"

    This reverts commit abe133a.
    mtojek committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    520a294 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    019d735 View commit details
    Browse the repository at this point in the history
  11. test

    mtojek committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    82c86db View commit details
    Browse the repository at this point in the history
  12. test

    mtojek committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    8fa6be0 View commit details
    Browse the repository at this point in the history
  13. test

    mtojek committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    1be3842 View commit details
    Browse the repository at this point in the history
  14. test

    mtojek committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    e07e289 View commit details
    Browse the repository at this point in the history
  15. cleanup

    mtojek committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    9525e2d View commit details
    Browse the repository at this point in the history
Loading