mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-02 03:26:03 +01:00
<!-- 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
3 lines
82 B
TypeScript
3 lines
82 B
TypeScript
export const REPO_URL = 'ajnart/homarr';
|
|
export const CURRENT_VERSION = 'v0.8.0';
|