mirror of
https://github.com/linuxserver/libreelec-addon-repo.git
synced 2026-01-09 06:50:54 +08:00
79 lines
2.6 KiB
XML
79 lines
2.6 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
<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>
|