Dusk-Labs / dim
- пятница, 22 октября 2021 г. в 00:33:11
Dim, a media manager fueled by dark forces.
Dim is a self-hosted media manager. With minimal setup, Dim will organize and beautify your media collections, letting you access and play them anytime from anywhere.
You can then obtain binaries from the release tab in github:
unzip ./release-linux.zip && tar -xvzf ./release.tar.gzcd release && ./dimhttp://0.0.0.0:8000 (assuming it's running locally.)docker run -d -p 8000:8000/tcp --mount type=bind,source=$HOME/.config/dim,target=/opt/dim/config --mount type=bind,source=/media,target=/media vgarleanu/dim:latestdocker run -d -p 8000:8000/tcp --mount type=bind,source=$HOME/.config/dim,target=/opt/dim/config --mount type=bind,source=/media,target=/media --device=/dev/dri/renderD128 vgarleanu/dim:latestTo run from source, you'll first need to install the following dependencies on your system:
You can then clone the repository and build dim with the following commands:
git clone https://github.com/Dusk-Labs/dimyarn --cwd ui/ && yarn --cwd ui/ buildcargo run --releaseDim is licensed under the GPLv2 license (LICENSE.md or http://opensource.org/licenses/GPL-2.0)