Skip to content

Commit

Permalink
tiny1: fix homepage username
Browse files Browse the repository at this point in the history
  • Loading branch information
hyshka committed Nov 23, 2024
1 parent 4cdf722 commit 32672dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hosts/tiny1/services/homepage.nix
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@
href = "https://adguard.home.hyshka.com";
widget = {
type = "adguard";
url = "http://localhost:3020";
username = "hyshka";
url = "http://host.docker.internal:3020";
username = "admin";
password = "{{HOMEPAGE_VAR_ADGUARD_PASSWORD}}";
};
};
Expand Down Expand Up @@ -170,7 +170,7 @@
href = "https://immich.home.hyshka.com/";
widget = {
type = "immich";
url = "http://localhost:3005";
url = "http://host.docker.internal:3005";
key = "{{HOMEPAGE_VAR_IMMICH_APIKEY}}";
version = 2;
};
Expand Down

0 comments on commit 32672dc

Please sign in to comment.