nextcloud finally works with local api calls

This commit is contained in:
2025-01-22 19:51:53 -06:00
parent cdd9dac355
commit a83fbf5e9a
2 changed files with 32 additions and 14 deletions

View File

@@ -189,7 +189,7 @@
icon = "${cfg.name}.png";
href = cfg.url;
widget = {
url = cfg.local;
url = "https://127.0.0.1";
type = cfg.name;
username = "{{HOMEPAGE_VAR_NEXTCLOUD_USERNAME}}";
password = "{{HOMEPAGE_VAR_NEXTCLOUD_PASSWORD}}";