Eli Ribble
Eli Ribble
### Which feature or improvement would you like to request? I'd like to see this feature: I use letsencrypt to get domain wildcard certs on the server where I run...
### What happened? List all the configs to a file using `stalwart-cli`. Delete a config. Re-list the config. The deleted item is still there. ### How can we reproduce the...
### What happened? I misspelled a key name when using `stalwart-cli server delete-config certificate.default.priv-ke`. I was still told that the deletion was successful. ### How can we reproduce the problem?...
### What happened? I have a group, `[email protected]` and it should be getting an email to `[email protected]`. I've got log messages like: ``` 2024-05-24T23:50:42.347199Z INFO delivery{id=176820620815066227 return_path="[email protected]" nrcpt=1 size=22473}:attempt{domain="theribbles.org" attempt_number=0}:...
I'm new to both notmuch and mujmap. I'm running my own email server with [Stalwart](https://stalw.art/). I've installed both `mujmap` and `notmuch` (I'm on NixOS, delighted that there was a package...
### Description I'm trying to build this project on NixOS. `scripts/prebuild.sh` is failing. ### Expected result `scripts/prebuild.sh` should do its work and exit with status 0. ### Current behavior `scripts/prebuild.sh`...
I have a project that depends on something that requires `go >= 1.23`. When I run `gomod2nix` I get a panic like: ``` INFO[0000] Parsing go.mod modPath=go.mod INFO[0000] Downloading dependencies...
Not the cleanest way to show the command being used, but at least this way we capture any output it produces and show it to the user to give them...
With this it's possible to build the entire Cloudreve suite with a single image.
I'm interested in building Cloudreve myself and running it. There's already a Dockerfile in the project which is used to take the _already compiled_ build output and structure it for...