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:
12
package.json
12
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "homarr",
|
||||
"version": "0.7.2",
|
||||
"version": "0.8.0",
|
||||
"description": "Homarr - A homepage for your server.",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -43,11 +43,12 @@
|
||||
"@nivo/line": "^0.79.1",
|
||||
"@tabler/icons": "^1.68.0",
|
||||
"axios": "^0.27.2",
|
||||
"cookies-next": "^2.0.4",
|
||||
"cookies-next": "^2.1.1",
|
||||
"dayjs": "^1.11.3",
|
||||
"dockerode": "^3.3.2",
|
||||
"framer-motion": "^6.3.1",
|
||||
"js-file-download": "^0.4.12",
|
||||
"next": "12.1.6",
|
||||
"next": "^12.2.0",
|
||||
"prism-react-renderer": "^1.3.1",
|
||||
"react": "^17.0.1",
|
||||
"react-dom": "^17.0.1",
|
||||
@@ -56,9 +57,10 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.8",
|
||||
"@next/bundle-analyzer": "^12.1.4",
|
||||
"@next/eslint-plugin-next": "^12.1.4",
|
||||
"@next/bundle-analyzer": "^12.2.0",
|
||||
"@next/eslint-plugin-next": "^12.2.0",
|
||||
"@storybook/react": "^6.5.4",
|
||||
"@types/dockerode": "^3.3.9",
|
||||
"@types/node": "^17.0.23",
|
||||
"@types/react": "17.0.43",
|
||||
"@types/uuid": "^8.3.4",
|
||||
|
||||
Reference in New Issue
Block a user