aptalca f53a5777ad
Round of updates
Deprecate letsencrypt, pi-hole, portainer and photoshow
Optimize systemd services to not delay kodi start
Specify python3 for xml generator
2023-10-12 08:24:19 -04:00

108 lines
2.8 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<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>