Remove portainer in favor of Docker
Some checks failed
Auto Update Build / build (pull_request) Has been cancelled
Some checks failed
Auto Update Build / build (pull_request) Has been cancelled
This commit is contained in:
parent
edb41b3245
commit
c11fea4a9d
10 changed files with 44 additions and 57 deletions
|
|
@ -12,7 +12,11 @@ in
|
|||
oidc = {
|
||||
clientId = "FiIJTqBIlMKmeSBjznUFgXIJadt71av8dfICvZvf";
|
||||
endpoint = "https://auth.pasetto.me/application/o/dashy/";
|
||||
scope = ["openid" "profile" "email"];
|
||||
scope = [
|
||||
"openid"
|
||||
"profile"
|
||||
"email"
|
||||
];
|
||||
};
|
||||
};
|
||||
webSearch = {
|
||||
|
|
@ -325,10 +329,10 @@ in
|
|||
};
|
||||
items = [
|
||||
{
|
||||
title = "Portainer";
|
||||
title = "Docker";
|
||||
description = "Container Management";
|
||||
url = "https://portainer.${p.domains.public}";
|
||||
icon = "hl-portainer";
|
||||
url = "https://${p.hosts.docker}.${p.domains.public}";
|
||||
icon = "hl-docker";
|
||||
}
|
||||
{
|
||||
title = "Primary DNS";
|
||||
|
|
@ -354,7 +358,7 @@ in
|
|||
url = "https://node.${p.domains.public}:8006";
|
||||
icon = "hl-proxmox";
|
||||
}
|
||||
{
|
||||
{
|
||||
title = "Krzo";
|
||||
description = "Proxmox Node";
|
||||
url = "https://krzo.${p.domains.public}:8006";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue