initial commit

This commit is contained in:
2026-06-09 00:04:11 +02:00
commit ebc288b54d
5 changed files with 179 additions and 0 deletions

7
resources/settings.xml Normal file
View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<settings>
<category label="NAS">
<setting id="nas_host" type="string" label="Host" default="" />
<setting id="nas_key" type="string" label="API Key" default="" />
</category>
</settings>