mirror of
https://github.com/linuxserver/libreelec-addon-repo.git
synced 2026-01-09 06:50:54 +08:00
2248 lines
57 KiB
XML
2248 lines
57 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<addons>
|
|
<addon id="docker.linuxserver.adguard"
|
|
name="AdGuardHome (LinuxServer.io)"
|
|
version="2.1.1"
|
|
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>AdGuardHome in a docker container</summary>
|
|
<description>
|
|
AdGuard Home is a network-wide software for blocking ads and tracking. After you set it up, it'll cover ALL your home devices, and you don't need any client-side software for that.
|
|
|
|
***Port 53 has to be open on LibreELEC for this addon to work.
|
|
***Ports 67 and 68 have to be open if DHCP is enabled.
|
|
|
|
During first install, access http://LibreELEC-IP:3000 to set up AdGuardHome.
|
|
|
|
This is a docker addon brought to you by the LinuxServer.io team.
|
|
Please visit https://linuxserver.io for more information.
|
|
</description>
|
|
<disclaimer>
|
|
</disclaimer>
|
|
<news>
|
|
docker.linuxserver.adguard:
|
|
---------------------------
|
|
|
|
2.1.1
|
|
- Update systemd to not delay Kodi start
|
|
- Add 32bit deprecation notice
|
|
|
|
2.1.0
|
|
- Switch to new multi-arch images
|
|
|
|
2.0.1
|
|
- Remove LibreELEC dependency
|
|
|
|
2.0.0
|
|
- Kodi Matrix compatibility
|
|
|
|
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>
|
|
|
|
<addon id="docker.linuxserver.beets"
|
|
name="Beets (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>Beets in a docker container</summary>
|
|
<description>
|
|
Beets is a music library manager and not, for the most part, a music player. It does include a simple player plugin and an experimental Web-based player, but it generally leaves actual sound-reproduction to specialized tools.
|
|
|
|
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.beets:
|
|
-------------------------
|
|
|
|
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
|
|
- Improve chown logic for data folders
|
|
|
|
1.0.7
|
|
- Support *elec
|
|
|
|
1.0.6
|
|
- Use the updater addon for image updates
|
|
- Faster start on boot
|
|
- Enable aarch64 image
|
|
- Enable direct communication between containers
|
|
|
|
1.0.5
|
|
- Wait for network
|
|
|
|
1.0.4
|
|
- Fix timezone bug
|
|
|
|
1.0.3
|
|
- Add aarch64 support
|
|
|
|
1.0.2
|
|
- Fix port mapping typo
|
|
|
|
1.0.1
|
|
- Run as user nobody
|
|
|
|
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>
|
|
|
|
<addon id="docker.linuxserver.boinc"
|
|
name="Boinc (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>Boinc as a Docker container</summary>
|
|
<description>
|
|
BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers). It can be used for volunteer computing (using consumer devices) or grid computing (using organizational resources). It supports virtualized, parallel, and GPU-based applications.
|
|
|
|
Default port: 8088
|
|
|
|
This addon automatically sets up QuickSync enabled Intel GPUs when present. Keep in mind that not all projects hand out GPU jobs.
|
|
|
|
Please visit https://linuxserver.io for more info on this image and addon.
|
|
</description>
|
|
<disclaimer>
|
|
</disclaimer>
|
|
<news>
|
|
docker.linuxserver.boinc:
|
|
------------------------
|
|
|
|
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.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>
|
|
|
|
<addon id="docker.linuxserver.daapd"
|
|
name="Daapd (LinuxServer.io)"
|
|
version="1.0.2"
|
|
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>Daapd in a docker container</summary>
|
|
<description>
|
|
Daapd (iTunes) media server with support for AirPlay devices, Apple Remote (and compatibles), Chromecast, MPD and internet radio.
|
|
|
|
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.daapd:
|
|
-------------------------
|
|
|
|
1.0.2
|
|
- Force aarch64 image on 32/64 bit hybrid systems
|
|
|
|
1.0.1
|
|
- Update systemd to not delay Kodi start
|
|
|
|
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>
|
|
|
|
<addon id="docker.linuxserver.domoticz"
|
|
name="Domoticz (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>Domoticz in a docker container</summary>
|
|
<description>
|
|
Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device.
|
|
|
|
Notice: The first time it is started, the container generates DHPARAMS, which can take a while especially on low powered systems (up to 2 hours), during which time the webserver will not be up. Be patient.
|
|
|
|
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.domoticz:
|
|
-----------------------------
|
|
|
|
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.2
|
|
- Support *elec
|
|
|
|
1.0.1
|
|
- Use updater addon for image updates
|
|
- Faster start on boot
|
|
- Enable aarch64 build
|
|
- Enable direct communication between containers
|
|
|
|
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>
|
|
|
|
<addon id="docker.linuxserver.duckdns"
|
|
name="DuckDNS (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>DuckDNS dynamic dns updater as a Docker container</summary>
|
|
<description>
|
|
Duckdns is a free dynamic DNS service hosted on Amazon VPC. Unlike most other free dynamic DNS providers, DuckDNS accounts do not require periodic user action to keep them alive. Visit www.duckdns.org to register your domain.
|
|
|
|
This docker container is brought to you by the LinuxServer.io team.
|
|
Please visit https://linuxserver.io for more information.
|
|
</description>
|
|
<disclaimer>
|
|
Please visit www.duckdns.org to get a custom url and token
|
|
</disclaimer>
|
|
<news>
|
|
docker.linuxserver.duckdns:
|
|
---------------------------
|
|
|
|
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
|
|
- Fix opening of gui settings during first start
|
|
|
|
1.0.12
|
|
- Switch to multi-arch images
|
|
|
|
1.0.11
|
|
- Support *elec
|
|
|
|
1.0.10
|
|
- Open settings window during initial install
|
|
|
|
1.0.9
|
|
- Use updater addon for image updates
|
|
- Faster start on boot
|
|
- Enable aarch64 image
|
|
|
|
1.0.8
|
|
- Wait for network
|
|
|
|
1.0.7
|
|
- Fix timezone bug
|
|
|
|
1.0.6
|
|
- Added aarch64 support
|
|
|
|
1.0.5
|
|
- Update image links
|
|
|
|
1.0.4
|
|
- Change default settings so container doesn't continuously restart
|
|
|
|
1.0.3
|
|
- Run as user nobody
|
|
|
|
1.0.2
|
|
- Unified addon for x86_64 and arm
|
|
|
|
1.0.1
|
|
- Switch logging to local file for easy access
|
|
|
|
1.0.0
|
|
- Initial addon
|
|
</news>
|
|
<platform>all</platform>
|
|
<website>http://linuxserver.io/</website>
|
|
<assets>
|
|
<icon>icon.png</icon>
|
|
<fanart>fanart.jpg</fanart>
|
|
</assets>
|
|
</extension>
|
|
</addon>
|
|
|
|
<addon id="docker.linuxserver.duplicati"
|
|
name="Duplicati (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>Duplicati in a docker container</summary>
|
|
<description>
|
|
Duplicati works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon Cloud Drive and S3, Google Drive, box.com, Mega, hubiC and many others.
|
|
|
|
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.duplicati:
|
|
-----------------------------
|
|
|
|
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.1
|
|
- Fix typo in source location setting
|
|
|
|
1.1.0
|
|
- Add support for additional docker arguments
|
|
- Improve chown logic for data folders
|
|
|
|
1.0.3
|
|
- Switch to multi-arch images
|
|
|
|
1.0.2
|
|
- Support *elec
|
|
|
|
1.0.1
|
|
- Use updater addon to update images
|
|
- Faster start on boot
|
|
- Enable direct communication between containers
|
|
|
|
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>
|
|
|
|
<addon id="docker.linuxserver.emby"
|
|
name="Emby (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>Emby Server as a Docker container</summary>
|
|
<description>
|
|
Emby organizes video, music and photos from personal media libraries and streams them to smart televisions, streaming boxes and mobile devices.
|
|
|
|
Please visit https://linuxserver.io for more info on this image and addon.
|
|
</description>
|
|
<disclaimer>
|
|
</disclaimer>
|
|
<news>
|
|
docker.linuxserver.emby:
|
|
------------------------
|
|
|
|
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.2.2
|
|
- Fix image updates for betas
|
|
|
|
1.2.1
|
|
- Add uid/gid override for remote mount users (0/root is not supported)
|
|
|
|
1.2.0
|
|
- Add beta builds as an option
|
|
- Enable V4L2 for hw transcoding on Raspberry Pi
|
|
- Remove settings for vaapi and openmax, auto detect instead
|
|
|
|
1.1.2
|
|
- Switch to Linuxserver.io images
|
|
- Default to bridge network with optional host networking
|
|
- Enable OpenMax for hw transcoding on Raspberry Pi
|
|
|
|
1.1.1
|
|
- Replace deprecated NEON variant with the regular arm32v7 image (now contains NEON optimizations)
|
|
|
|
1.1.0
|
|
- Improve chown logic
|
|
|
|
1.0.5
|
|
- Support *elec
|
|
|
|
1.0.4
|
|
- Use updater addon for image updates
|
|
- Faster start on boot
|
|
- Enable hw transcoding via vaapi (x86_64 only)
|
|
|
|
1.0.3
|
|
- Fix uid and gid variables
|
|
|
|
1.0.2
|
|
- Change the arm version repos
|
|
|
|
1.0.1
|
|
- Wait for network
|
|
|
|
1.0.0
|
|
- Initial addon
|
|
</news>
|
|
<platform>all</platform>
|
|
<website>http://linuxserver.io/</website>
|
|
<assets>
|
|
<icon>icon.png</icon>
|
|
<fanart>fanart.jpg</fanart>
|
|
</assets>
|
|
</extension>
|
|
</addon>
|
|
|
|
<addon id="docker.linuxserver.foldingathome"
|
|
name="Folding@home (LinuxServer.io)"
|
|
version="2.0.2"
|
|
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>Folding@home as a Docker container</summary>
|
|
<description>
|
|
Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases. It brings together citizen scientists who volunteer to run simulations of protein dynamics on their personal computers. Insights from this data are helping scientists to better understand biology, and providing new opportunities for developing therapeutics.
|
|
|
|
IMPORTANT: This addon is for x86_64 devices only.
|
|
|
|
Default port: 7396
|
|
|
|
Please visit https://linuxserver.io for more info on this image and addon.
|
|
</description>
|
|
<disclaimer>
|
|
</disclaimer>
|
|
<news>
|
|
docker.linuxserver.foldingathome:
|
|
------------------------
|
|
|
|
2.0.2
|
|
- Update systemd to not delay Kodi start
|
|
|
|
2.0.1
|
|
- Remove LibreELEC dependency
|
|
|
|
2.0.0
|
|
- Kodi Matrix compatibility
|
|
|
|
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>
|
|
|
|
<addon id="docker.linuxserver.heimdall"
|
|
name="Heimdall (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>Heimdall landing page in a docker container</summary>
|
|
<description>
|
|
Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way. Simplicity is the key to Heimdall. Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo.
|
|
|
|
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.heimdall:
|
|
-------------------------
|
|
|
|
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.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>
|
|
|
|
<addon id="docker.linuxserver.jellyfin"
|
|
name="Jellyfin (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>Jellyfin as a Docker container</summary>
|
|
<description>
|
|
Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps.
|
|
|
|
Please visit https://linuxserver.io for more info on this image and addon.
|
|
</description>
|
|
<disclaimer>
|
|
</disclaimer>
|
|
<news>
|
|
docker.linuxserver.jellyfin:
|
|
------------------------
|
|
|
|
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.2
|
|
- Enable hardware decode of h264 on Raspberry Pi (enabled in the gui via OpenMax H264 decode)
|
|
|
|
1.1.1
|
|
- Fix image updates for betas
|
|
|
|
1.1.0
|
|
- Add nightly builds as an option
|
|
- Enable V4L2 for hw transcoding on Raspberry Pi
|
|
- Remove settings for vaapi and openmax, auto detect instead
|
|
- Add uid/gid override for remote mount users (0/root is not supported)
|
|
|
|
1.0.2
|
|
- Fix uid/gid
|
|
- Add host networking option (for dlna)
|
|
|
|
1.0.1
|
|
- Fix openmax detection
|
|
|
|
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>
|
|
|
|
<addon id="docker.linuxserver.letsencrypt"
|
|
name="Nginx Letsencrypt (LinuxServer.io)"
|
|
version="2.0.2"
|
|
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>Nginx Letsencrypt in a docker container</summary>
|
|
<description>
|
|
This container sets up an Nginx webserver and reverse proxy with php support and a built-in letsencrypt client that automates free SSL server certificate generation and renewal processes. It also contains fail2ban for intrusion prevention.
|
|
|
|
***Port 443 on the router has to be forwarded to this machine.
|
|
***Port 80 on the router has to be forwarded to this machine if using http validation.
|
|
***During first run, dhparams are generated before the webserver is up, which may take over an hour especially on arm.
|
|
|
|
For dns validation, go to the config folder and edit the relevant ini/json file under /config/dns-conf with your settings
|
|
|
|
This is a docker container brought to you by the LinuxServer.io team.
|
|
Please visit https://linuxserver.io for more information.
|
|
</description>
|
|
<disclaimer>
|
|
</disclaimer>
|
|
<broken>
|
|
Letsencrypt image has been superseded by the SWAG image. Please switch to the SWAG addon.
|
|
</broken>
|
|
<news>
|
|
docker.linuxserver.letsencrypt:
|
|
-------------------------------
|
|
|
|
2.0.2
|
|
- Update systemd to not delay Kodi start
|
|
- Mark as broken as addon is replaced by SWAG
|
|
|
|
2.0.1
|
|
- Remove LibreELEC dependency
|
|
|
|
2.0.0
|
|
- Kodi Matrix compatibility
|
|
|
|
1.1.1
|
|
- Add new dns plugin options (domeneshop, gandi, inwx, linode, transip)
|
|
- Remove deprecated validation option, tls-sni
|
|
|
|
1.1.0
|
|
- Switch to multi-arch builds
|
|
- Add duckdns validation
|
|
- Wail until settings are entered before starting container
|
|
|
|
1.0.12
|
|
- Add dns validation support for ovh
|
|
|
|
1.0.11
|
|
- Support *elec
|
|
|
|
1.0.10
|
|
- Open settings window if first install
|
|
- Silence docker stop error
|
|
|
|
1.0.9
|
|
- Use updater addon for image updates
|
|
- Faster start on boot
|
|
- Enable direct communication between containers
|
|
- Enable aarch64 image
|
|
|
|
1.0.8
|
|
- Add validation parameter
|
|
- Add dns validation support
|
|
- Add port 80 mapping (required for http validation, optional for dns)
|
|
|
|
1.0.7
|
|
- Wait for network
|
|
|
|
1.0.6
|
|
- Fix timezone bug
|
|
|
|
1.0.5
|
|
- Added aarch64 support
|
|
|
|
1.0.4
|
|
- Stall systemd if variables are not set
|
|
|
|
1.0.3
|
|
- Update dockerhub image links
|
|
|
|
1.0.2
|
|
- Change group to users
|
|
|
|
1.0.1
|
|
- Change user to nobody
|
|
|
|
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>
|
|
|
|
<addon id="docker.linuxserver.mariadb"
|
|
name="MariaDB (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>MariaDB in a docker container</summary>
|
|
<description>
|
|
MariaDB is one of the most popular database servers. Made by the original developers of MySQL.
|
|
|
|
During first install, or new database creation the addon settings window will be opened and you will have to set a root password.
|
|
Container will not be created until a root password is set.
|
|
Changing the root password later through addon settings won't have any effect. But you can change it through the mysql interface.
|
|
|
|
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.mariadb:
|
|
---------------------------
|
|
|
|
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.1
|
|
- Allow new database and user creation via settings (only during first start with no existing data)
|
|
|
|
1.1.0
|
|
- Switch to multi-arch builds
|
|
- Fix opening settings window on first install
|
|
|
|
1.0.11
|
|
- Support *elec
|
|
|
|
1.0.10
|
|
- Enable required root password during database creation
|
|
- Remove mysql for kodi library option as it no longer delays kodi start
|
|
|
|
1.0.9
|
|
- Clean up stale images in case prune fails
|
|
- Enable aarch64 image
|
|
|
|
1.0.8
|
|
- Fix cron entry
|
|
|
|
1.0.7
|
|
- Add network-alias for intercontainer communication
|
|
|
|
1.0.6
|
|
- Use the new docker image updater for image updates (faster startup on boot)
|
|
- Use the custom lsio docker network for intercontainer communication via containername as hostname
|
|
|
|
1.0.5
|
|
- Wait for network
|
|
|
|
1.0.4
|
|
- Add support for kodi library on the same machine
|
|
|
|
1.0.3
|
|
- Fix timezone bug
|
|
|
|
1.0.2
|
|
- Added aarch64 support
|
|
|
|
1.0.1
|
|
- Change user to nobody
|
|
|
|
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>
|
|
|
|
<addon id="docker.linuxserver.minisatip"
|
|
name="Minisatip (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>Minisatip in a docker container</summary>
|
|
<description>
|
|
Minisatip is a multi-threaded satip server version 1.2 that runs under Linux and it was tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards.
|
|
|
|
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.minisatip:
|
|
-----------------------------
|
|
|
|
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.0.9
|
|
- Switch to multi-arch builds
|
|
|
|
1.0.8
|
|
- Support *elec
|
|
|
|
1.0.7
|
|
- Use updater addon to update images
|
|
- Faster start on boot
|
|
- Enable aarch64 image
|
|
- Enable direct communication between containers
|
|
|
|
1.0.6
|
|
- Wait for network
|
|
|
|
1.0.5
|
|
- Fix timezone bug
|
|
|
|
1.0.4
|
|
- Added aarch64 support
|
|
|
|
1.0.3
|
|
- Fix default settings
|
|
|
|
1.0.2
|
|
- Add device setting
|
|
|
|
1.0.1
|
|
- Run as user nobody
|
|
|
|
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>
|
|
|
|
<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>
|
|
|
|
<addon id="docker.linuxserver.netdata"
|
|
name="Netdata (LinuxServer.io)"
|
|
version="2.0.2"
|
|
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>Netdata in a docker container</summary>
|
|
<description>
|
|
Netdata is distributed, real-time, performance and health monitoring for systems and applications. It is a highly optimized monitoring agent you install on all your systems and containers.
|
|
|
|
This is a docker addon brought to you by the LinuxServer.io team.
|
|
Please visit https://linuxserver.io for more information.
|
|
</description>
|
|
<disclaimer>
|
|
</disclaimer>
|
|
<news>
|
|
docker.linuxserver.netdata:
|
|
---------------------------
|
|
|
|
2.0.2
|
|
- Update systemd to not delay Kodi start
|
|
|
|
2.0.1
|
|
- Remove LibreELEC dependency
|
|
|
|
2.0.0
|
|
- Kodi Matrix compatibility
|
|
|
|
1.0.1
|
|
- Set hostname to LibreELEC's
|
|
|
|
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>
|
|
|
|
<addon id="docker.linuxserver.nextcloud"
|
|
name="Nextcloud (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>Nextcloud in a docker container</summary>
|
|
<description>
|
|
Nextcloud gives you access to all your files wherever you are.
|
|
|
|
Where are your photos and documents? With Nextcloud you pick a server of your choice, at home, in a data center or at a provider. And that is where your files will be. Nextcloud runs on that server, protecting your data and giving you access from your desktop or mobile devices. Through Nextcloud you also access, sync and share your existing data on that FTP drive at the office, a Dropbox or a NAS you have at home.
|
|
|
|
Nextcloud in this container runs as nobody:users (65534:100). Make sure that your files are accessible by that user. The addon automatically attempts to chown the data folder, but that operation may fail on mounted shares.
|
|
|
|
If you'd like to add more mount points, you can use the optional docker parameters in the addons settings to do so. To map Libreelec folder /storage/Pictures in the container as /Pictures, add the following to that setting:
|
|
-v /storage/Pictures:/Pictures
|
|
Then you can access that folder at /Pictures in nextcloud.
|
|
|
|
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.nextcloud:
|
|
-----------------------------
|
|
|
|
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
|
|
- Fixed the chown logic (busybox stat doesn't support -c)
|
|
|
|
1.0.4
|
|
- Added optional docker parameters field to addon settings to allow for additional mount points
|
|
|
|
1.0.3
|
|
- Support *elec
|
|
|
|
1.0.2
|
|
- Use updater addon for image updates
|
|
- Faster start on boot
|
|
- Enable aarch64 build
|
|
- Enable direct communication between containers
|
|
|
|
1.0.1
|
|
- Wait for network
|
|
|
|
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>
|
|
|
|
<addon id="docker.linuxserver.nginx"
|
|
name="Nginx (LinuxServer.io)"
|
|
version="2.1.2"
|
|
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>Nginx webserver in a docker container</summary>
|
|
<description>
|
|
This container sets up an Nginx webserver and reverse proxy with ssl(self-signed) and php support. The config and web files reside on the /config folder mapping.
|
|
|
|
It is best paired with the MariaDB docker addon.
|
|
|
|
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.nginx:
|
|
-------------------------
|
|
|
|
2.1.2
|
|
- Force aarch64 image on 32/64 bit hybrid systems
|
|
|
|
2.1.1
|
|
- Update systemd to not delay Kodi start
|
|
|
|
2.1.0
|
|
- Add MaxMinDB license key (optional, needed for GeoIP)
|
|
- Add support for additional docker arguments
|
|
|
|
2.0.1
|
|
- Remove LibreELEC dependency
|
|
|
|
2.0.0
|
|
- Kodi Matrix compatibility
|
|
|
|
1.0.5
|
|
- Switch to multi-arch images
|
|
|
|
1.0.4
|
|
- Support *elec
|
|
|
|
1.0.3
|
|
- Use updater addon for image updates
|
|
- Faster start on boot
|
|
- Enable aarch64 build
|
|
- Enable direct communication between containers
|
|
|
|
1.0.2
|
|
- Change repo for armhf
|
|
|
|
1.0.1
|
|
- Wait for network
|
|
|
|
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>
|
|
|
|
<addon id="docker.linuxserver.oscam"
|
|
name="Oscam (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>Oscam in a docker container</summary>
|
|
<description>
|
|
Oscam is an Open Source Conditional Access Module software used for descrambling DVB transmissions using smart cards. It's both a server and a client.
|
|
|
|
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.oscam:
|
|
-------------------------
|
|
|
|
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.0.6
|
|
- Support *elec
|
|
|
|
1.0.5
|
|
- Use updater addon for image updates
|
|
- Faster start on boot
|
|
- Enable direct communication between containers
|
|
|
|
1.0.4
|
|
- Wait for network
|
|
|
|
1.0.3
|
|
- Fix timezone bug
|
|
|
|
1.0.2
|
|
- Added aarch64 support
|
|
|
|
1.0.1
|
|
- Add ports for devices
|
|
|
|
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>
|
|
|
|
<addon id="docker.linuxserver.photoshow"
|
|
name="Photoshow (LinuxServer.io)"
|
|
version="2.0.2"
|
|
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>Photoshow in a docker container</summary>
|
|
<description>
|
|
Photoshow is gallery software at its easiest, it doesn't even require a database.
|
|
|
|
This is a docker container brought to you by the LinuxServer.io team.
|
|
Please visit https://linuxserver.io for more information.
|
|
</description>
|
|
<disclaimer>
|
|
</disclaimer>
|
|
<broken>
|
|
This image/addon has been deprecated due to lack of upstream activity.
|
|
</broken>
|
|
<news>
|
|
docker.linuxserver.photoshow:
|
|
-----------------------------
|
|
|
|
2.0.2
|
|
- Update systemd to not delay Kodi start
|
|
- Deprecate the addon due to image deprecation
|
|
|
|
2.0.1
|
|
- Remove LibreELEC dependency
|
|
|
|
2.0.0
|
|
- Kodi Matrix compatibility
|
|
|
|
1.1.0
|
|
- Switch to multi-arch image
|
|
- Improve chown logic
|
|
|
|
1.0.5
|
|
- Support *elec
|
|
|
|
1.0.4
|
|
- Use updater addon for image updates
|
|
- Faster start on boot
|
|
- Enable aarch64 build
|
|
- 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>
|
|
|
|
<addon id="docker.linuxserver.pi-hole"
|
|
name="Pi-hole (LinuxServer.io)"
|
|
version="2.0.2"
|
|
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>Pi-hole in a docker container</summary>
|
|
<description>
|
|
The Pi-hole is a DNS sinkhole that protects your devices from unwanted content, without installing any client-side software.
|
|
|
|
IMPORTANT: This addon will install an older version of pi-hole and will not update due to upstream changes that made maintenance very difficult.
|
|
|
|
On initial install, enter an admin password. Port 53 must be open.
|
|
By default only IPv4 is enabled. IPv6 can be enabled in addon settings.
|
|
Server LAN IPs are autodetected, but can be overridden by manual entry in addon settings.
|
|
DNS servers can be changed in the webgui, however, if any of the addon settings are changed, DNS servers will reset to whatever is selected in addon settings or the default Google servers
|
|
|
|
This is a docker addon brought to you by the LinuxServer.io team.
|
|
Please visit https://linuxserver.io for more information.
|
|
</description>
|
|
<disclaimer>
|
|
</disclaimer>
|
|
<broken>
|
|
This addon has been deprecated. You can run the pi-hole container manually via docker compose or cli.
|
|
</broken>
|
|
<news>
|
|
docker.linuxserver.pi-hole:
|
|
-------------------------
|
|
|
|
2.0.2
|
|
- Update systemd to not delay Kodi start
|
|
- Deprecate the pi-hole addon
|
|
|
|
2.0.1
|
|
- Remove LibreELEC dependency
|
|
|
|
2.0.0
|
|
- Kodi Matrix compatibility
|
|
|
|
1.0.6
|
|
- Support *elec
|
|
|
|
1.0.5
|
|
- Revert to the v3 branch as v4 seems to have a bunch of bugs currently
|
|
|
|
|
|
1.0.4
|
|
- Update docker repos to the new official ones at pihole/pihole
|
|
|
|
1.0.3
|
|
- Fix typo in default settings that caused it to break on Leia
|
|
(If you run into this issue, uninstall the addon, delete the addon_data folder and reinstall)
|
|
|
|
1.0.2
|
|
- Add DNS override settings
|
|
- Allow changing settings without wiping data
|
|
- Add option to map port 443 for rejecting https rather than timing out
|
|
|
|
1.0.1
|
|
- Set hostname
|
|
- Make web gui settings persistent
|
|
|
|
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>
|
|
|
|
<addon id="docker.linuxserver.plex"
|
|
name="Plex (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>Plex Media Server as a Docker container</summary>
|
|
<description>
|
|
Plex organizes video, music and photos from personal media libraries and streams them to smart televisions, streaming boxes and mobile devices.
|
|
|
|
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.plex:
|
|
------------------------
|
|
|
|
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.2.0
|
|
- Add uid/gid override for remote mount users (0/root not supported)
|
|
- Auto-detect vaapi
|
|
|
|
1.1.0
|
|
- Switch to multi-arch builds
|
|
- fix chown logic of external data
|
|
- add support for specific versions
|
|
|
|
1.0.8
|
|
- Add mount point for photos
|
|
|
|
1.0.7
|
|
- Support *elec
|
|
|
|
1.0.6
|
|
- Use updater addon for image updates
|
|
- Faster start on boot
|
|
|
|
1.0.5
|
|
- Wait for network
|
|
|
|
1.0.4
|
|
- Fix timezone bug
|
|
|
|
1.0.3
|
|
- Added aarch64 support
|
|
|
|
1.0.2
|
|
- Run as user nobody
|
|
|
|
1.0.1
|
|
- Unified addon for x86_64 and arm
|
|
|
|
1.0.0
|
|
- Initial addon
|
|
</news>
|
|
<platform>all</platform>
|
|
<website>http://linuxserver.io/</website>
|
|
<assets>
|
|
<icon>icon.png</icon>
|
|
<fanart>fanart.jpg</fanart>
|
|
</assets>
|
|
</extension>
|
|
</addon>
|
|
|
|
<addon id="docker.linuxserver.portainer"
|
|
name="Portainer (LinuxServer.io)"
|
|
version="2.1.1"
|
|
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>Portainer as an addon</summary>
|
|
<description>
|
|
Portainer is a simple management solution for Docker. It consists of a web UI that allows you to easily manage your Docker containers, images, networks and volumes.
|
|
|
|
This addon uses the official Portainer docker images. Please visit https://portainer.io for app specific questions.
|
|
Please visit https://linuxserver.io for info regarding this wrapper addon.
|
|
|
|
Please use Portainer to manage only containers created through Portainer. Containers generated by other LinuxServer.io addons have automated mechanisms for starting and stopping and will not cooperate with Portainer.
|
|
</description>
|
|
<disclaimer>
|
|
Please do not use portainer to manage other LinuxServer.io addon generated containers. Their status are automated.
|
|
</disclaimer>
|
|
<broken>
|
|
This addon has been deprecated. You can run the portainer container manually via docker compose or cli.
|
|
</broken>
|
|
<news>
|
|
docker.linuxserver.portainer:
|
|
--------------------------
|
|
|
|
2.1.1
|
|
- Update systemd to not delay Kodi start
|
|
- Deprecate the portainer addon
|
|
|
|
2.1.0
|
|
- Update to Portainer 2.0 at the new repo (see Portainer changelog for breaking changes)
|
|
|
|
2.0.1
|
|
- Remove LibreELEC dependency
|
|
|
|
2.0.0
|
|
- Kodi Matrix compatibility
|
|
|
|
1.0.5
|
|
- Use updater addon to update image
|
|
- Faster start on boot
|
|
|
|
1.0.4
|
|
- Wait for network
|
|
|
|
1.0.3
|
|
- Fix localtime for logs
|
|
|
|
1.0.2
|
|
- Switch to multi-arch image for latest
|
|
|
|
1.0.1
|
|
- Fix timezone bug
|
|
|
|
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>
|
|
|
|
<addon id="docker.linuxserver.quassel-core"
|
|
name="Quassel Core (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>Quassel Core in a docker container</summary>
|
|
<description>
|
|
Quassel IRC is a modern, cross-platform, distributed IRC client, meaning that one (or multiple) client(s) can attach to and detach from a central core.
|
|
|
|
This container handles the IRC connection (quasselcore) and requires a desktop client (quasselclient) to be used and configured. It is designed to be always on and will keep your identity present in IRC even when your clients cannot be online. Backlog (history) is downloaded by your client upon reconnection allowing infinite scrollback through time.
|
|
|
|
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.quassel-core:
|
|
--------------------------------
|
|
|
|
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.6
|
|
- Support *elec
|
|
|
|
1.0.5
|
|
- Use updater addon for image updates
|
|
- Faster start on boot
|
|
- Enable aarch64 build
|
|
- Enable direct communication between containers
|
|
|
|
1.0.4
|
|
- Wait for network
|
|
|
|
1.0.3
|
|
- Fix timezone bug
|
|
|
|
1.0.2
|
|
- Added aarch64 support
|
|
|
|
1.0.1
|
|
- Fix default settings
|
|
|
|
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>
|
|
|
|
<addon id="docker.linuxserver.resilio-sync"
|
|
name="Resilio Sync (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>Resilio Sync in a docker container</summary>
|
|
<description>
|
|
Resilio Sync (formerly BitTorrent Sync) uses the BitTorrent protocol to sync files and folders between all of your devices. There are both free and paid versions, this container supports both. There is an official sync image but we created this one as it supports user mapping to simplify permissions for volumes.
|
|
|
|
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.resilio-sync:
|
|
--------------------------------
|
|
|
|
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
|
|
- Improve chown logic
|
|
|
|
1.0.6
|
|
- Support *elec
|
|
|
|
1.0.5
|
|
- Use updater addon for image updates
|
|
- Faster start on boot
|
|
- Enable direct communication between containers
|
|
|
|
1.0.4
|
|
- Wait for network
|
|
|
|
1.0.3
|
|
- Fix timezone bug
|
|
|
|
1.0.2
|
|
- Added aarch64 support
|
|
|
|
1.0.1
|
|
- Run as user nobody
|
|
|
|
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>
|
|
|
|
<addon id="docker.linuxserver.swag"
|
|
name="SWAG - Secure Web Application Gateway (LinuxServer.io)"
|
|
version="1.1.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>Nginx/PHP/Certbot/Fail2Ban in a docker container</summary>
|
|
<description>
|
|
SWAG (Secure Web Application Gateway) sets up an Nginx webserver and reverse proxy with php support and a built-in certbot client that automates free SSL server certificate generation and renewal processes. It also contains fail2ban for intrusion prevention.
|
|
|
|
***Port 443 on the router has to be forwarded to this machine.
|
|
***Port 80 on the router has to be forwarded to this machine if using http validation.
|
|
|
|
For dns validation, go to the config folder and edit the relevant ini/json file under /config/dns-conf with your settings
|
|
|
|
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.swag:
|
|
-------------------------------
|
|
|
|
1.1.3
|
|
- Force aarch64 image on 32/64 bit hybrid systems
|
|
|
|
1.1.2
|
|
- Update systemd to not delay Kodi start
|
|
|
|
1.1.1
|
|
- Add support for additional docker arguments
|
|
|
|
1.1.0
|
|
- Add option for using ZeroSSL instead of LetsEncrypt (requires e-mail set)
|
|
- Add MaxMinDB license key (optional, needed for GeoIP)
|
|
- Add directadmin, hetzner and vultr dns validation options
|
|
|
|
1.0.1
|
|
- Add gehirn, njalla and sakuracloud dns validation options
|
|
- Fix container name
|
|
|
|
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>
|
|
|
|
<addon id="docker.linuxserver.tautulli"
|
|
name="Tautulli (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>Tautulli in a docker container</summary>
|
|
<description>
|
|
Tautulli is a python based web application for monitoring, analytics and notifications for Plex Media Server.
|
|
|
|
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.tautulli:
|
|
--------------------------
|
|
|
|
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.1
|
|
- Support *elec
|
|
|
|
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>
|
|
|
|
<addon id="docker.linuxserver.thelounge"
|
|
name="TheLounge (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>TheLounge in a docker container</summary>
|
|
<description>
|
|
TheLounge (a fork of shoutIRC) is a web IRC client that you host on your own server. * Multiple user support * Stays connected even when you close the browser * Connect from multiple devices at once * Responsive layout — works well on your smartphone
|
|
|
|
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.thelounge:
|
|
-----------------------------
|
|
|
|
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 for image updates
|
|
- Faster start on boot
|
|
- Enable aarch64 build
|
|
- 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>
|
|
|
|
<addon id="docker.linuxserver.tvheadend"
|
|
name="TVheadend (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>TVheadend in a docker container</summary>
|
|
<description>
|
|
Tvheadend is a TV streaming server and recorder for Linux, FreeBSD and Android supporting DVB-S, DVB-S2, DVB-C, DVB-T, ATSC, ISDB-T, IPTV, SAT>IP and HDHomeRun as input sources. Tvheadend offers the HTTP (VLC, MPlayer), HTSP (Kodi, Movian) and SAT>IP streaming. Multiple EPG sources are supported (over-the-air DVB and ATSC including OpenTV DVB extensions, XMLTV, PyXML).
|
|
|
|
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.tvheadend:
|
|
-----------------------------
|
|
|
|
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.1
|
|
- Add optional extra docker parameter support (hw transcode can be enabled by adding --device=/dev/dri there)
|
|
|
|
1.1.0
|
|
- switch to multi-arch image
|
|
|
|
1.0.6
|
|
- Support *elec
|
|
|
|
1.0.5
|
|
- Use updater addon for image updates
|
|
- Faster start on boot
|
|
- Enable aarch64 build
|
|
- Enable direct communication between containers
|
|
|
|
1.0.4
|
|
- Wait for network
|
|
|
|
1.0.3
|
|
- Fix timezone bug
|
|
|
|
1.0.2
|
|
- Added aarch64 support
|
|
|
|
1.0.1
|
|
- Fix config location
|
|
|
|
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>
|
|
|
|
<addon id="docker.linuxserver.updater"
|
|
name="Docker Image Updater (LinuxServer.io)"
|
|
version="2.0.2"
|
|
provider-name="LinuxServer.io">
|
|
<requires>
|
|
<import addon="service.system.docker" version="0.0.0" />
|
|
</requires>
|
|
<extension point="xbmc.service" library="default.py">
|
|
<provides></provides>
|
|
</extension>
|
|
<extension point="xbmc.addon.metadata">
|
|
<summary>Docker image updater for LinuxServer.io addons</summary>
|
|
<description>
|
|
This addon sets up a cron job to update the docker images for LinuxServer.io docker container addons once a week and performs an image clean up once a day.
|
|
|
|
This is an addon brought to you by the LinuxServer.io team.
|
|
Please visit https://linuxserver.io for more information.
|
|
</description>
|
|
<disclaimer>
|
|
</disclaimer>
|
|
<news>
|
|
docker.linuxserver.updater:
|
|
-------------------------
|
|
|
|
2.0.2
|
|
- Update systemd to not delay Kodi start
|
|
|
|
2.0.1
|
|
- Remove LibreELEC dependency
|
|
|
|
2.0.0
|
|
- Kodi Matrix compatibility
|
|
|
|
1.0.6
|
|
- Revert systemd to simple (with RemainAfterExit added) to prevent boot delay
|
|
- Switch image updates to nightly
|
|
- Chain updates and prune
|
|
|
|
1.0.5
|
|
- Fix systemd, switch to oneshot
|
|
|
|
1.0.4
|
|
- Fix settings menu
|
|
|
|
1.0.3
|
|
- Wait for cron to start first
|
|
|
|
1.0.2
|
|
- Add container and image prune options to settings dialog
|
|
|
|
1.0.1
|
|
- Fix prune.sh script
|
|
|
|
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>
|
|
|
|
<addon id="docker.linuxserver.webgrabplus"
|
|
name="WebGrab+Plus (LinuxServer.io)"
|
|
version="2.1.2"
|
|
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>WebGrab+Plus in a docker container</summary>
|
|
<description>
|
|
WebGrab+Plus is a multi-site incremental xmltv epg grabber. It collects tv-program guide data from selected tvguide sites for your favourite channels.
|
|
|
|
Follow the install guide on WenGrab+Plus's website, but there are some differences outlined below.
|
|
|
|
The configuration files are found where your config volume is mounted.
|
|
Do not change the filename tag in the configuration file!
|
|
|
|
The /data volume mapping is where WebGrab+Plus outputs the xml file. To use the xml file in another program, you have to point it to the host path you mapped the /data volume to.
|
|
|
|
To adjust the scheduled cron job for grabbing, edit the wg-cron file found in the /config folder. After you have edited the the wg-cron file, restart the container (disable and reenable addon) to apply the new schedule. Do not adjust the command!
|
|
|
|
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.webgrabplus:
|
|
-------------------------------
|
|
|
|
2.1.2
|
|
- Force aarch64 image on 32/64 bit hybrid systems
|
|
|
|
2.1.1
|
|
- Update systemd to not delay Kodi start
|
|
|
|
2.1.0
|
|
- Add hostname and mac address options to settings. They are needed for license validation.
|
|
|
|
2.0.1
|
|
- Remove LibreELEC dependency
|
|
|
|
2.0.0
|
|
- Kodi Matrix compatibility
|
|
- Switch to multi-arch images
|
|
|
|
1.0.2
|
|
- Fix armhf image name
|
|
|
|
1.0.1
|
|
- Support *elec
|
|
|
|
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>
|
|
|
|
<addon id="docker.linuxserver.znc"
|
|
name="ZNC (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>ZNC in a docker container</summary>
|
|
<description>
|
|
ZNC is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.
|
|
|
|
***Default username:password are admin:admin (Change password ASAP)
|
|
|
|
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.znc:
|
|
-----------------------
|
|
|
|
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
|
|
|
|
1.0.6
|
|
- Support *elec
|
|
|
|
1.0.5
|
|
- Use updater addon for image updates
|
|
- Faster start on boot
|
|
- Enable aarch64 build
|
|
- Enable direct communication between containers
|
|
|
|
1.0.4
|
|
- Wait for network
|
|
|
|
1.0.3
|
|
- Fix timezone bug
|
|
|
|
1.0.2
|
|
- Added aarch64 support
|
|
|
|
1.0.1
|
|
- Fix default settings
|
|
|
|
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>
|
|
</addons>
|