synix/docs/modules/nixos/open-webui-oci.md
sid 95a533c876
All checks were successful
Deploy docs / build-and-deploy (push) Successful in 3s
initial commit
2026-02-23 20:34:35 +01:00

1.1 KiB

Open WebUI OCI

Open WebUI is an extensible, self-hosted AI interface that adapts to your workflow, all while operating entirely offline.

View the synix NixOS module on Forgejo.

References

Configuration

{ inputs, ... }:

{
  imports = [ inputs.synix.nixosModules.open-webui-oci ];

  services.open-webui-oci.enable = true;
}

Usage

Visit the web interface at your specified location to create an admin account.

The default location is http://127.0.0.1:8080.

Troubleshooting

JSON parse error

If you get this error in the web interface:

SyntaxError: Unexpected token 'd', "data: {"id"... is not valid JSON category

Clear your browser cache. Steps on Chromium based browsers:

  1. Open DevTools (F12) → Right-click refresh button
  2. Click "Empty Cache and Hard Reload"