71 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="docker.linuxserver.muximux"
name="Muximux (LinuxServer.io)"
version="2.0.3"
provider-name="LinuxServer.io">
<requires>
<import addon="service.system.docker" version="0.0.0" />
<import addon="docker.linuxserver.updater" version="0.0.0"/>
</requires>
<extension point="xbmc.service" library="default.py">
<provides></provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>Muximux in a docker container</summary>
<description>
Muximux is a lightweight portal to view and manage your HTPC apps without having to run anything more than a PHP enabled webserver. With Muximux you don't need to keep multiple tabs open, or bookmark the URL to all of your apps.
This is a docker container brought to you by the LinuxServer.io team.
Please visit https://linuxserver.io for more information.
</description>
<disclaimer>
</disclaimer>
<news>
docker.linuxserver.muximux:
---------------------------
2.0.3
- Force aarch64 image on 32/64 bit hybrid systems
2.0.2
- Update systemd to not delay Kodi start
2.0.1
- Remove LibreELEC dependency
2.0.0
- Kodi Matrix compatibility
1.1.0
- Switch to multi-arch image
1.0.5
- Support *elec
1.0.4
- Use updater addon to update images
- Faster start on boot
- Enable aarch64 image
- Enable direct communication between containers
1.0.3
- Wait for network
1.0.2
- Fix timezone bug
1.0.1
- Added aarch64 support
1.0.0
- Initial release
</news>
<platform>all</platform>
<website>http://linuxserver.io/</website>
<assets>
<icon>icon.png</icon>
<fanart>fanart.jpg</fanart>
</assets>
</extension>
</addon>