Store Heimdall seeded links as generic apps
Homelab Main / deploy (push) Successful in 3m47s
Details
Homelab Main / deploy (push) Successful in 3m47s
Details
This commit is contained in:
parent
c2028e4963
commit
d1df0bcf6e
|
|
@ -192,13 +192,13 @@ data:
|
||||||
values = {
|
values = {
|
||||||
"title": link["title"],
|
"title": link["title"],
|
||||||
"url": link["url"],
|
"url": link["url"],
|
||||||
"description": link.get("description"),
|
"description": None,
|
||||||
"colour": link.get("colour"),
|
"colour": link.get("colour"),
|
||||||
"pinned": 1,
|
"pinned": 1,
|
||||||
"order": order,
|
"order": order,
|
||||||
"type": 0,
|
"type": 0,
|
||||||
"user_id": seed_user_id,
|
"user_id": seed_user_id,
|
||||||
"class": link.get("class"),
|
"class": None,
|
||||||
"appid": None,
|
"appid": None,
|
||||||
"appdescription": link.get("description"),
|
"appdescription": link.get("description"),
|
||||||
"created_at": now,
|
"created_at": now,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue