mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 06:38:46 +00:00
add widgets to config hash
This commit is contained in:
parent
fed3102492
commit
57e4ca355b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import { readFileSync } from "fs";
|
||||||
|
|
||||||
import checkAndCopyConfig from "utils/config/config";
|
import checkAndCopyConfig from "utils/config/config";
|
||||||
|
|
||||||
const configs = ["docker.yaml", "settings.yaml", "services.yaml", "bookmarks.yaml"];
|
const configs = ["docker.yaml", "settings.yaml", "services.yaml", "bookmarks.yaml", "widgets.yaml"];
|
||||||
|
|
||||||
function hash(buffer) {
|
function hash(buffer) {
|
||||||
const hashSum = createHash("sha256");
|
const hashSum = createHash("sha256");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue