-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
Add meilisearch data dir config #369214
Closed
Closed
Add meilisearch data dir config #369214
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(cherry picked from commit beee8b6)
(cherry picked from commit a5b22ac)
(cherry picked from commit dee1b88)
(cherry picked from commit 3d20b48)
… suspend See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1077277. (cherry picked from commit f19e0f7)
…ockscreen invisible after suspend (NixOS#359272)
Diff: go-gitea/gitea@v1.22.3...v1.22.4 (cherry picked from commit b17934b)
(cherry picked from commit fd66d4a)
(cherry picked from commit f0d9bf6)
(cherry picked from commit 9458f06)
(cherry picked from commit bbb6e83)
…eleases and fix hash (NixOS#358898)
(cherry picked from commit 470e6e6)
(cherry picked from commit 452ecaa)
(cherry picked from commit 8171d5b)
Save Page Now functionality has been restored, we can now back up the src. (cherry picked from commit 4a43f36)
(cherry picked from commit 94b04b2)
….127.05 -> 550.135 (NixOS#359290)
(cherry picked from commit 2a1f893)
(cherry picked from commit 05e5594)
(cherry picked from commit 418f888)
github-actions
bot
added
6.topic: vim
6.topic: ocaml
6.topic: xfce
The Xfce Desktop Environment
6.topic: fetch
6.topic: stdenv
Standard environment
6.topic: nodejs
6.topic: hardware
6.topic: coq
"A formal proof management system"
6.topic: nixos-container
Imperative and declarative systemd-nspawn containers
6.topic: pantheon
The Pantheon desktop environment
6.topic: TeX
Issues regarding texlive and TeX in general
6.topic: lua
6.topic: testing
Tooling for automated testing of packages and modules
6.topic: module system
About "NixOS" module system internals
6.topic: systemd
6.topic: vscode
6.topic: lib
The Nixpkgs function library
6.topic: games
6.topic: php
8.has: maintainer-list (update)
This PR changes `maintainers/maintainer-list.nix`
6.topic: llvm/clang
Issues related to llvmPackages, clangStdenv and related
6.topic: dotnet
Language: .NET
6.topic: flutter
6.topic: nvidia
6.topic: tcl
6.topic: continuous integration
Affects continuous integration (CI) in Nixpkgs, including Ofborg and GitHub Actions
labels
Dec 29, 2024
The PR's base branch is set to master, but 1700 commits from the release-24.11 branch are included. Make sure you know the right base branch for your changes, then:
|
1 similar comment
The PR's base branch is set to master, but 1700 commits from the release-24.11 branch are included. Make sure you know the right base branch for your changes, then:
|
NixOSInfra
added
the
12. first-time contribution
This PR is the author's first one; please be gentle!
label
Dec 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
6.topic: continuous integration
Affects continuous integration (CI) in Nixpkgs, including Ofborg and GitHub Actions
6.topic: coq
"A formal proof management system"
6.topic: dotnet
Language: .NET
6.topic: emacs
Text editor
6.topic: fetch
6.topic: flutter
6.topic: games
6.topic: hardware
6.topic: haskell
6.topic: kernel
The Linux kernel
6.topic: lib
The Nixpkgs function library
6.topic: llvm/clang
Issues related to llvmPackages, clangStdenv and related
6.topic: lua
6.topic: module system
About "NixOS" module system internals
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
6.topic: nixos-container
Imperative and declarative systemd-nspawn containers
6.topic: nodejs
6.topic: nvidia
6.topic: ocaml
6.topic: pantheon
The Pantheon desktop environment
6.topic: php
6.topic: policy discussion
6.topic: printing
6.topic: python
6.topic: qt/kde
6.topic: ruby
6.topic: stdenv
Standard environment
6.topic: systemd
6.topic: tcl
6.topic: testing
Tooling for automated testing of packages and modules
6.topic: TeX
Issues regarding texlive and TeX in general
6.topic: vim
6.topic: vscode
6.topic: xfce
The Xfce Desktop Environment
8.has: changelog
8.has: documentation
This PR adds or changes documentation
8.has: maintainer-list (update)
This PR changes `maintainers/maintainer-list.nix`
8.has: module (update)
This PR changes an existing module in `nixos/`
12. first-time contribution
This PR is the author's first one; please be gentle!
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Extend the config of the meilisearch module to allow setting a custom location for meilisearch to store its data. This is non-trivial due to the dynamic user that's used here. Fixes #368611 (comment)
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.