-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[help] Package for NixOS linux distribution #50
Comments
Hey, @malteneuss Sorry for the late reply. |
@jakobhoeg No worries. Yes, i was able to patch the google font download away and replace it with a local copy. I also had to update the Nextjs version (don't know why) and enable the the "standalone" output in If you're open for it, i'll upstream the Nextjs update and the standalone ouput config here with some PRs. |
The package was accepted and merged into NixOS: NixOS/nixpkgs#313146
|
Awesome! Thank you very much for the help 🙏 |
Hi and thanks for this awesome package.
i'm currently looking for a simpler home-lab ollama ui to package for the Nix package manager and its Linux distribution (the alternative https://github.com/open-webui/open-webui has become way too bloated and complicated for many self-host users).
The idea is that users, that have the Nix package manager installed (e.g. on Ubuntu), will be able run your app with a single call
without having to manually install anything else.
I'm currently stuck with the following failure on
npm build
, which runsnext build
:To build a Nix package, it has to happen in an isolated environment like Docker without internet access.
Do you know how to prevent nextjs from trying to download the googleapis.com fonts and disable this telemetry? Would it be possible to use another offline font instead? Maybe like https://stackoverflow.com/a/75476382/4936725 ?
Best regards
The text was updated successfully, but these errors were encountered: