Dateien nach "ich777" hochladen

This commit is contained in:
2025-04-13 22:45:46 +02:00
parent 6c9efc68cc
commit 32c34224ea
2 changed files with 26 additions and 0 deletions

13
ich777/ashmem.xml Normal file
View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Containers>
<PluginURL>https://raw.githubusercontent.com/ich777/unraid-ashmem-driver/master/ashmem-driver.plg</PluginURL>
<PluginAuthor>ich777</PluginAuthor>
<Beta>True</Beta>
<Category>Drivers:</Category>
<Name>ashmem</Name>
<Description>ashmem (Anonymous Shared Memory Subsystem for Android) is a shared memory allocator, similar to POSIX SHM but with different behavior and sporting a simpler file-based API.&#xD;
&#xD;
This driver allows you to run Docker containers like redroid on your Unraid server, please note that you might also need the binder driver.</Description>
<Support>https://forums.unraid.net/topic/92865-support-ich777-amd-vendor-reset-coraltpu-hpsahba</Support>
<Icon>https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/android.png</Icon>
</Containers>

13
ich777/binder.xml Normal file
View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<Containers>
<PluginURL>https://raw.githubusercontent.com/ich777/unraid-binder-driver/master/binder-driver.plg</PluginURL>
<PluginAuthor>ich777</PluginAuthor>
<Beta>True</Beta>
<Category>Drivers:</Category>
<Name>binder</Name>
<Description>binder is one of the most security and performance critical components of Android. Android isolates apps from each other and the system by assigning each app a unique user ID (UID). This is called "application sandboxing", and is a fundamental tenet of the Android Platform Security Model.&#xD;
&#xD;
This driver allows you to run Docker containers like redroid on your Unraid server, please note that you might also need the ashmem driver.</Description>
<Support>https://forums.unraid.net/topic/92865-support-ich777-amd-vendor-reset-coraltpu-hpsahba</Support>
<Icon>https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/android.png</Icon>
</Containers>