mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/homepage-dashboard: fix links
These links were returning 404 not found.
This commit is contained in:
parent
4694fa695c
commit
ebba6d1b77
1 changed files with 9 additions and 9 deletions
|
@ -38,7 +38,7 @@ in
|
|||
|
||||
See the upstream documentation:
|
||||
|
||||
https://gethomepage.dev/latest/installation/docker/#using-environment-secrets
|
||||
https://gethomepage.dev/installation/docker/#using-environment-secrets
|
||||
'';
|
||||
default = "";
|
||||
};
|
||||
|
@ -48,7 +48,7 @@ in
|
|||
description = ''
|
||||
Custom CSS for styling Homepage.
|
||||
|
||||
See https://gethomepage.dev/latest/configs/custom-css-js/.
|
||||
See https://gethomepage.dev/configs/custom-css-js/.
|
||||
'';
|
||||
default = "";
|
||||
};
|
||||
|
@ -58,7 +58,7 @@ in
|
|||
description = ''
|
||||
Custom Javascript for Homepage.
|
||||
|
||||
See https://gethomepage.dev/latest/configs/custom-css-js/.
|
||||
See https://gethomepage.dev/configs/custom-css-js/.
|
||||
'';
|
||||
default = "";
|
||||
};
|
||||
|
@ -68,7 +68,7 @@ in
|
|||
description = ''
|
||||
Homepage bookmarks configuration.
|
||||
|
||||
See https://gethomepage.dev/latest/configs/bookmarks/.
|
||||
See https://gethomepage.dev/configs/bookmarks/.
|
||||
'';
|
||||
# Defaults: https://github.com/gethomepage/homepage/blob/main/src/skeleton/bookmarks.yaml
|
||||
example = [
|
||||
|
@ -105,7 +105,7 @@ in
|
|||
description = ''
|
||||
Homepage services configuration.
|
||||
|
||||
See https://gethomepage.dev/latest/configs/services/.
|
||||
See https://gethomepage.dev/configs/services/.
|
||||
'';
|
||||
# Defaults: https://github.com/gethomepage/homepage/blob/main/src/skeleton/services.yaml
|
||||
example = [
|
||||
|
@ -138,7 +138,7 @@ in
|
|||
description = ''
|
||||
Homepage widgets configuration.
|
||||
|
||||
See https://gethomepage.dev/latest/configs/service-widgets/.
|
||||
See https://gethomepage.dev/widgets/.
|
||||
'';
|
||||
# Defaults: https://github.com/gethomepage/homepage/blob/main/src/skeleton/widgets.yaml
|
||||
example = [
|
||||
|
@ -164,7 +164,7 @@ in
|
|||
description = ''
|
||||
Homepage kubernetes configuration.
|
||||
|
||||
See https://gethomepage.dev/latest/configs/kubernetes/.
|
||||
See https://gethomepage.dev/configs/kubernetes/.
|
||||
'';
|
||||
default = { };
|
||||
};
|
||||
|
@ -174,7 +174,7 @@ in
|
|||
description = ''
|
||||
Homepage docker configuration.
|
||||
|
||||
See https://gethomepage.dev/latest/configs/docker/.
|
||||
See https://gethomepage.dev/configs/docker/.
|
||||
'';
|
||||
default = { };
|
||||
};
|
||||
|
@ -184,7 +184,7 @@ in
|
|||
description = ''
|
||||
Homepage settings.
|
||||
|
||||
See https://gethomepage.dev/latest/configs/settings/.
|
||||
See https://gethomepage.dev/configs/settings/.
|
||||
'';
|
||||
# Defaults: https://github.com/gethomepage/homepage/blob/main/src/skeleton/settings.yaml
|
||||
default = { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue