mirror of
https://github.com/house-of-vanity/mus-fuse.git
synced 2025-07-07 05:34:08 +00:00
Update CI
This commit is contained in:
@ -16,9 +16,14 @@ MusFuse is a FUSE filesystem over HTTP for music. It is using [playongo](https:/
|
||||
Here is a [binary release](https://github.com/house-of-vanity/mus_fuse/releases/latest) or compile it yourself. Anyway mind about dependencies listed below. Also there is a systemd unit file for managing service. Place it into `~/.config/systemd/user/mus-fuse.service`
|
||||
|
||||
```sh
|
||||
# Compile
|
||||
# Compile binary
|
||||
$ cargo build --release
|
||||
|
||||
# Making DEB package
|
||||
$ cargo install cargo-deb
|
||||
$ cargo deb
|
||||
# package will be appear in ./target/debian/
|
||||
|
||||
# And run
|
||||
# to baypass Basic Auth set
|
||||
# $HTTP_USER and $HTTP_PASS
|
||||
|
Reference in New Issue
Block a user