Skip to content

Commit d7c900b

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent ee8fa7a commit d7c900b

File tree

2 files changed

+47
-2
lines changed

2 files changed

+47
-2
lines changed

apps/Aptakube.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ layout: app
33

44
permalink: /Aptakube/
55
description: Modern, lightweight and multi-cluster Kubernetes management UI
6+
license: LicenseRef-proprietary
67

78
icons:
89
- Aptakube/icons/128x128/aptakube.png
9-
1010
screenshots:
11-
- Aptakube/screenshot.png
11+
- https://aptakube.com/screenshot.png
1212

1313
authors:
1414

@@ -30,4 +30,28 @@ desktop:
3030
should be the first file given on the command line.'
3131
X-AppImage-Type: 2
3232
X-AppImage-Architecture: x86_64
33+
34+
appdata:
35+
Type: desktop-application
36+
ID: com.aptakube
37+
Name:
38+
C: Aptakube
39+
Summary:
40+
C: Modern, lightweight and multi-cluster Kubernetes management UI
41+
Description:
42+
C: >-
43+
<p>Aptakube is a Desktop Client for Kubernetes. You can connect to multiple clusters, manage workloads, view logs, compare
44+
resources, and a lot more.</p>
45+
ProjectLicense: LicenseRef-proprietary
46+
Url:
47+
homepage: https://aptakube.com
48+
Launchable:
49+
desktop-id:
50+
- aptakube.desktop
51+
Screenshots:
52+
- default: true
53+
thumbnails: []
54+
source-image:
55+
url: https://aptakube.com/screenshot.png
56+
lang: C
3357
---
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>com.aptakube</id>
4+
<metadata_license>FSFAP</metadata_license>
5+
<project_license>LicenseRef-proprietary</project_license>
6+
<name>Aptakube</name>
7+
<summary>Modern, lightweight and multi-cluster Kubernetes management UI</summary>
8+
<description>
9+
<p>Aptakube is a Desktop Client for Kubernetes. You can connect to multiple clusters, manage workloads, view logs, compare resources, and a lot more.</p>
10+
</description>
11+
<launchable type="desktop-id">aptakube.desktop</launchable>
12+
<url type="homepage">https://aptakube.com</url>
13+
<screenshots>
14+
<screenshot type="default">
15+
<image>https://aptakube.com/screenshot.png</image>
16+
</screenshot>
17+
</screenshots>
18+
<provides>
19+
<id>aptakube.desktop</id>
20+
</provides>
21+
</component>

0 commit comments

Comments
 (0)