Skip to content

Commit

Permalink
🔀 Merge v0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-rw authored Jan 22, 2023
2 parents edece11 + 9d5948e commit ab3c085
Show file tree
Hide file tree
Showing 245 changed files with 2,601 additions and 1,092 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module.exports = {
'@typescript-eslint/no-shadow': 'off',
'@typescript-eslint/no-use-before-define': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'no-continue': 'off',
'linebreak-style': 0,
},
};
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Homarr is a simple and lightweight homepage for your server, that helps you easi

It integrates with the services you use to display information on the homepage (E.g. Show upcoming Sonarr/Radarr releases).

For a full list of integrations, [head over to our documentation](https://homarr.dev/docs/advanced-configuration/integrations).
For a full list of integrations, [head over to our documentation](https://homarr.dev/docs/integrations/).

If you have any questions about Homarr or want to share information with us, please go to one of the following places:

Expand Down
68 changes: 36 additions & 32 deletions data/configs/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
"wrappers": [
{
"id": "default",
"position": 0
},
{
"id": "47af36c0-47c1-4e5b-bfc7-ad645ee6a326",
"position": 1
}
],
Expand Down Expand Up @@ -80,20 +84,22 @@
}
},
{
"id": "47af36c0-47c1-4e5b-bfc7-ad645ee6a330",
"name": "Contribute",
"url": "https://github.com/ajnart/homarr",
"id": "47af36c0-47c1-4e5b-bfc7-ad645ee6a990",
"name": "Donate",
"url": "https://ko-fi.com/ajnart",
"behaviour": {
"onClickUrl": "https://github.com/ajnart/homarr",
"externalUrl": "https://github.com/ajnart/homarr",
"onClickUrl": "https://ko-fi.com/ajnart",
"externalUrl": "https://ko-fi.com/ajnart",
"isOpeningNewTab": true
},
"network": {
"enabledStatusChecker": false,
"okStatus": []
"okStatus": [
200
]
},
"appearance": {
"iconUrl": "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/github.png"
"iconUrl": "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/ko-fi.png"
},
"integration": {
"type": null,
Expand All @@ -109,52 +115,50 @@
"md": {
"location": {
"x": 2,
"y": 0
"y": 1
},
"size": {
"width": 2,
"width": 1,
"height": 1
}
},
"sm": {
"location": {
"x": 0,
"x": 2,
"y": 2
},
"size": {
"width": 2,
"width": 1,
"height": 1
}
},
"lg": {
"location": {
"x": 4,
"y": 0
"x": 3,
"y": 1
},
"size": {
"width": 2,
"height": 2
"width": 1,
"height": 1
}
}
}
},
{
"id": "47af36c0-47c1-4e5b-bfc7-ad645ee6a990",
"name": "Donate",
"url": "https://ko-fi.com/ajnart",
"id": "47af36c0-47c1-4e5b-bfc7-ad645ee6a330",
"name": "Contribute",
"url": "https://github.com/ajnart/homarr",
"behaviour": {
"onClickUrl": "https://ko-fi.com/ajnart",
"externalUrl": "https://ko-fi.com/ajnart",
"onClickUrl": "https://github.com/ajnart/homarr",
"externalUrl": "https://github.com/ajnart/homarr",
"isOpeningNewTab": true
},
"network": {
"enabledStatusChecker": false,
"okStatus": [
200
]
"okStatus": []
},
"appearance": {
"iconUrl": "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/ko-fi.png"
"iconUrl": "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/github.png"
},
"integration": {
"type": null,
Expand All @@ -170,31 +174,31 @@
"md": {
"location": {
"x": 2,
"y": 1
"y": 0
},
"size": {
"width": 1,
"width": 2,
"height": 1
}
},
"sm": {
"location": {
"x": 2,
"x": 0,
"y": 2
},
"size": {
"width": 1,
"width": 2,
"height": 1
}
},
"lg": {
"location": {
"x": 3,
"y": 1
"x": 4,
"y": 0
},
"size": {
"width": 1,
"height": 1
"width": 2,
"height": 2
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion data/constants.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const REPO_URL = 'ajnart/homarr';
export const CURRENT_VERSION = 'v0.11.1';
export const CURRENT_VERSION = 'v0.11.2';
export const ICON_PICKER_SLICE_LIMIT = 36;
1 change: 1 addition & 0 deletions next-i18next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module.exports = {
'vi',
'uk',
'zh',
'el',
],
localePath: path.resolve('./public/locales'),
fallbackLng: 'en',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homarr",
"version": "0.11.1",
"version": "0.11.2",
"description": "Homarr - A homepage for your server.",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion public/locales/da/modules/dlspeed.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
"lineChart": {
"title": "Nuværende downloadhastighed",
"title": "Nuværende netværkstrafik",
"download": "Download: {{download}}",
"upload": "Upload: {{upload}}",
"timeSpan": "{{seconds}} sekunder siden",
Expand Down
4 changes: 2 additions & 2 deletions public/locales/da/modules/docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"actionBar": {
"addService": {
"title": "Tilføj app",
"message": ""
"message": "Tilføj app til Homarr"
},
"restart": {
"title": "Genstart"
Expand Down Expand Up @@ -68,7 +68,7 @@
"errors": {
"integrationFailed": {
"title": "Docker integration mislykkedes",
"message": ""
"message": "Har du glemt at mounte docker socket?"
},
"unknownError": {
"title": "Der opstod en fejl"
Expand Down
2 changes: 1 addition & 1 deletion public/locales/da/modules/ping.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "Ping",
"description": ""
"description": "Viser en statusindikator afhængig af HTTP-svarkoden for en given URL."
},
"states": {
"online": "Online {{response}}",
Expand Down
20 changes: 19 additions & 1 deletion public/locales/da/modules/torrents-status.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
}
},
"card": {
"footer": {
"error": "Fejl",
"lastUpdated": "Sidst opdateret {{time}} siden"
},
"table": {
"header": {
"name": "Navn",
Expand All @@ -25,12 +29,15 @@
"estimatedTimeOfArrival": "ETA",
"progress": "Fremskridt"
},
"item": {
"text": "Administreret af {{appName}}, {{ratio}} ratio"
},
"body": {
"nothingFound": "Ingen torrents fundet"
}
},
"lineChart": {
"title": "Nuværende downloadhastighed",
"title": "Nuværende netværkstrafik",
"download": "Download: {{download}}",
"upload": "Upload: {{upload}}",
"timeSpan": "{{seconds}} sekunder siden",
Expand All @@ -49,6 +56,17 @@
},
"loading": {
"title": "Indlæser..."
},
"popover": {
"introductionPrefix": "Administreret af",
"metrics": {
"queuePosition": "Placering i køen - {{position}}",
"progress": "Fremskridt - {{progress}}%",
"totalSelectedSize": "I alt - {{totalSize}}",
"state": "Status - {{state}}",
"ratio": "Ratio -",
"completed": "Fuldført"
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"enabled": "Speichern und Beenden"
},
"popover": {
"title": "Der Bearbeitungsmodus ist für <1>{{size}}</1> aktiviert",
"title": "Der Bearbeitungsmodus ist für die Kategorie <1>{{size}}</1> aktiviert",
"text": "Sie können Ihre Apps jetzt anpassen und konfigurieren. Änderungen werden <strong>nicht gespeichert</strong> bis Sie den Bearbeitungsmodus verlassen"
},
"screenSizes": {
Expand Down
4 changes: 2 additions & 2 deletions public/locales/de/modules/docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"actionBar": {
"addService": {
"title": "App hinzufügen",
"message": ""
"message": "App zu Homarr hinzufügen"
},
"restart": {
"title": "Neustarten"
Expand Down Expand Up @@ -68,7 +68,7 @@
"errors": {
"integrationFailed": {
"title": "Docker-Integration fehlgeschlagen",
"message": ""
"message": "Haben Sie vergessen, den Docker-Socket zu mounten?"
},
"unknownError": {
"title": "Es ist ein Fehler aufgetreten"
Expand Down
2 changes: 1 addition & 1 deletion public/locales/de/modules/ping.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"descriptor": {
"name": "Ping",
"description": ""
"description": "Zeigt einen Statusindikator in Abhängigkeit des HTTP-Antwortcode einer bestimmten URL an."
},
"states": {
"online": "Online {{response}}",
Expand Down
18 changes: 18 additions & 0 deletions public/locales/de/modules/torrents-status.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
}
},
"card": {
"footer": {
"error": "Fehler",
"lastUpdated": "Zuletzt aktualisiert {{time}} vor"
},
"table": {
"header": {
"name": "Name",
Expand All @@ -25,6 +29,9 @@
"estimatedTimeOfArrival": "Voraussichtlicher Abschluss",
"progress": "Fortschritt"
},
"item": {
"text": "Verwaltet von {{appName}}, {{ratio}} ratio"
},
"body": {
"nothingFound": "Keine Torrents gefunden"
}
Expand All @@ -49,6 +56,17 @@
},
"loading": {
"title": "Wird geladen..."
},
"popover": {
"introductionPrefix": "Verwaltet von",
"metrics": {
"queuePosition": "Position in der Warteschlange - {{position}}",
"progress": "Fortschritt - {{progress}}%",
"totalSelectedSize": "Insgesamt - {{totalSize}}",
"state": "Staat - {{state}}",
"ratio": "Verhältnis -",
"completed": "Abgeschlossen"
}
}
}
}
Loading

1 comment on commit ab3c085

@vercel
Copy link

@vercel vercel bot commented on ab3c085 Jan 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

homarr – ./

homarr-ajnart.vercel.app
homarr-git-master-ajnart.vercel.app
demo.homarr.dev

Please sign in to comment.