I would dearly like to see Audiobookshelf ported to FreeBSD. Then you can toy with an audiobook server on FreeBSD. It's one of the things I would like to do with a ZFS mirror-0 raid setup.
I would dearly like to see Audiobookshelf ported to FreeBSD. Then you can toy with an audiobook server on FreeBSD. It's one of the things I would like to do with a ZFS mirror-0 raid setup.
# cat dev.js
// Using port 3333 is important when running the client web app separately
const Path = require('path')
module.exports.config = {
Port: 3333,
ConfigPath: Path.resolve('config'),
MetadataPath: Path.resolve('metadata'),
FFmpegPath: '/usr/local/bin/ffmpeg',
FFProbePath: '/usr/local/bin/ffprobe',
SkipBinariesCheck: true
}