mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-16 14:32:08 +08:00
add widgets to config hash
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user