-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
io.github.bkbilly.lnxlink.metainfo.xml
76 lines (70 loc) · 2.64 KB
/
io.github.bkbilly.lnxlink.metainfo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="UTF-8"?>
<component type="console-application">
<content_rating type="oars-1.1" />
<id>io.github.bkbilly.lnxlink</id>
<name>LNXlink</name>
<metadata_license>MIT</metadata_license>
<project_license>MIT</project_license>
<developer id="io.github.bkbilly">
<name>bkbilly</name>
</developer>
<url type="homepage">https://bkbilly.gitbook.io/lnxlink</url>
<summary>Manage Linux machine with MQTT</summary>
<description>
<p>
LNXlink is a Linux companion app that seamlessly integrates your system with external applications like Home Assistant. It uses MQTT, a lightweight messaging protocol, to enable real-time data exchange and remote control capabilities.
</p>
<p>Features:</p>
<ul>
<li>Sensors: Automatically discover sensors that monitor and control the system.</li>
<li>Home Assistant: Uses MQTT Autodiscovery to create entities and shows if update is required.</li>
<li>No sudo required: No need to be root user to install and use, unless used on server setup.</li>
<li>Easily expanded: Any new module is automatically imported and custom modules can be added.</li>
</ul>
</description>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/bkbilly/lnxlink/d6e42e9/images/preview.png</image>
<caption>A caption</caption>
</screenshot>
</screenshots>
<provides>
<binary>lnxlink</binary>
</provides>
<categories>
<category>System</category>
<category>Monitor</category>
</categories>
<icon type="stock">io.github.bkbilly.lnxlink</icon>
<releases>
<release version="2024.8.2" date="2024-08-17">
<url type="details">https://github.com/bkbilly/lnxlink/releases</url>
<description>
<p>SystemD</p>
<ul>
<li>Add SystemD use inside flatpak with DBUS</li>
<li>Defaults configuration to ~/Documents/LNXlink/config.yaml</li>
</ul>
</description>
</release>
<release version="2024.8.1" date="2024-08-16">
<url type="details">https://github.com/bkbilly/lnxlink/releases</url>
<description>
<p>Run without configuration options</p>
<ul>
<li>Defaults configuration to ~/Documents/lnxlink.yaml</li>
<li>Add Docker containers</li>
</ul>
</description>
</release>
<release version="2024.8.0" date="2024-08-05">
<url type="details">https://github.com/bkbilly/lnxlink/releases</url>
<description>
<p>First Flatpak Release</p>
<ul>
<li>Easy installation</li>
</ul>
</description>
</release>
</releases>
</component>