diff --git a/package/secubox/secubox-core/Makefile b/package/secubox/secubox-core/Makefile index 94c12fba..07be028d 100644 --- a/package/secubox/secubox-core/Makefile +++ b/package/secubox/secubox-core/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=secubox-core PKG_VERSION:=0.8.0 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_ARCH:=all PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=SecuBox Team diff --git a/package/secubox/secubox-core/root/usr/share/secubox/plugins/catalog/secubox-app-mailinabox.json b/package/secubox/secubox-core/root/usr/share/secubox/plugins/catalog/secubox-app-mailinabox.json index 43b9e9bb..871a521d 100644 --- a/package/secubox/secubox-core/root/usr/share/secubox/plugins/catalog/secubox-app-mailinabox.json +++ b/package/secubox/secubox-core/root/usr/share/secubox/plugins/catalog/secubox-app-mailinabox.json @@ -2,19 +2,20 @@ "id": "secubox-app-mailinabox", "name": "Mail-in-a-Box", "version": "70.0", - "category": "productivity", + "category": "hosting", "runtime": "docker", "description": "Easy-to-deploy email server with webmail, contacts, calendar, spam filtering, and automatic security updates", "author": "CyberMind.fr", "license": "CC0-1.0", "url": "https://mailinabox.email/", - "icon": "\ud83d\udce7", + "icon": "📧", "tags": [ "email", "mail-server", "webmail", "calendar", "contacts", + "hosting", "docker" ], "packages": { @@ -27,16 +28,17 @@ "capabilities": [ "email", "mail-server", - "webmail" + "webmail", + "hosting" ], "requirements": { "min_ram_mb": 768, - "min_storage_mb": 1024 + "min_storage_mb": 2048 }, - "status": "stable", + "status": "beta", "conflicts": [ "citadel", "ispconfig" ], - "notes": "Requires a domain name with proper DNS configuration. Includes webmail, spam filtering, and automatic TLS." -} \ No newline at end of file + "notes": "Requires a domain name with proper DNS configuration. Includes webmail, spam filtering, and automatic TLS. Port 25 must be accessible." +}