我理解 (https://askubuntu.com/questions/248914/what-is-hardware-enablement-hwe),但与 nextcloud 相比并不小。
在他们的 wiki 上也有看到https://wiki.hetzner.de/index.php/Standardimages/en
答案1
该minimal
映像附带一组最少的已安装应用程序,并且该nextcloud
映像具有 nextcloud,因此依赖项(如 webserver 和PHP
已安装)。
你发布了他们 wiki 的链接
https://wiki.hetzner.de/index.php/Standardimages/en其中指出LAMP images contain "Linux, Apache, MySQL and PHP"
。也许还可以看看
https://github.com/hetzneronline/installimage/blob/master/nextcloud.functions.shinstallimage
这证明它们是一个 nextcloud 实例,可以通过每个图像内的脚本nextcloud
进行配置nextcloud-beta
。