@silverpill I have some problems while installation of Mitra on my Debian server mysteriousinsight.xyz
First, it seems to be installed, because if I enter mitra on terminal it shows me
Mitra admin CLIUsage: mitra [OPTIONS] <COMMAND>Commands:....
If I try to use e.g. the command mitra instance-report it shows
thread 'main' panicked at mitra_config/src/loader.rs:54:9: /var/lib/mitra owner (109) is different from the current user (0) note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
If I try cargo build --release --features production on terminal, it shows
error: could not find `Cargo.toml` in `/root` or any parent directory
Thank you :)