From e31f8ee220faf3a3d0cb4f53468011567cfc3578 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Wed, 4 Feb 2026 11:38:36 +0100 Subject: [PATCH] piler deferred --- ct/{ => deferred}/piler.sh | 0 frontend/public/json/piler.json | 35 ------------------------- install/{ => deferred}/piler-install.sh | 0 3 files changed, 35 deletions(-) rename ct/{ => deferred}/piler.sh (100%) delete mode 100644 frontend/public/json/piler.json rename install/{ => deferred}/piler-install.sh (100%) diff --git a/ct/piler.sh b/ct/deferred/piler.sh similarity index 100% rename from ct/piler.sh rename to ct/deferred/piler.sh diff --git a/frontend/public/json/piler.json b/frontend/public/json/piler.json deleted file mode 100644 index fb3b31f77..000000000 --- a/frontend/public/json/piler.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "Piler", - "slug": "piler", - "categories": [ - 7 - ], - "date_created": "2025-12-15", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 80, - "documentation": "https://www.mailpiler.org/", - "config_path": "", - "website": "https://www.mailpiler.org/", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/piler.webp", - "description": "Piler is a feature rich open source email archiving solution with support for legal hold, deduplication, full text search, and many more features.", - "install_methods": [ - { - "type": "default", - "script": "ct/piler.sh", - "resources": { - "cpu": 4, - "ram": 4096, - "hdd": 20, - "os": "Debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [] -} \ No newline at end of file diff --git a/install/piler-install.sh b/install/deferred/piler-install.sh similarity index 100% rename from install/piler-install.sh rename to install/deferred/piler-install.sh