mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-01 19:15:56 +01:00
v0.8.0 Docker 🐋 and Dash. ⚙ integrations !
<!-- Small release message --> - ✨ Add support for lists in module option by @ajnart in https://github.com/ajnart/homarr/pull/280 - 🔨 Fix Readarr default port number by @Moohan in https://github.com/ajnart/homarr/pull/287 - ✨ Add dash. Integration by @MauriceNino in https://github.com/ajnart/homarr/pull/277 - ✨ Add Docker integration by @ajnart in https://github.com/ajnart/homarr/pull/289 - Dash. (Pronounced Dashdot) is another self-hosted service, made by @MauriceNino that provides a simple way to see stats about your PC in a sleek way - Docker integration provides a simple way to start, stop, restart and delete containers. To get started, simply mount your docker socket by adding `-v /var/run/docker.sock:/var/run/docker.sock` to your Homarr container ! * @Moohan made their first contribution in https://github.com/ajnart/homarr/pull/287 * @MauriceNino made their first contribution in https://github.com/ajnart/homarr/pull/277 **Full Changelog**: https://github.com/ajnart/homarr/compare/v0.7.2...v0.8.0
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
export const REPO_URL = 'ajnart/homarr';
|
||||
export const CURRENT_VERSION = 'v0.7.2';
|
||||
export const CURRENT_VERSION = 'v0.8.0';
|
||||
|
||||
Reference in New Issue
Block a user