Add the ihasmail template for Unraid Community Applications

One XML per app under templates/, ca_profile.xml at the root, as the
Community Applications starter lays it out.

The ihasmail template runs the published multi-arch image read-only
with /tmp in memory, and as Unraid's nobody user (99:100) because that
is the owner Unraid gives a freshly created appdata folder; the image's
own user could not write the session file there. The appdata path is
optional: clear it, blank SESSION_FILE and set IMMUTABLE=1 for a
container with no writable path at all.
This commit is contained in:
2026-09-10 22:28:56 -07:00
commit 6852311c8e
7 changed files with 128 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<CommunityApplications>
<Profile>Templates for the self-hosted software Coffey Labs publishes. Today that is ihasmail, an immutable webmail client for Stalwart Mail Server. Support for each app goes through its own GitHub issues, linked from the template.</Profile>
<Icon>https://raw.githubusercontent.com/Coffey-Labs/unraid-templates/main/icon.png</Icon>
<WebPage>https://coffeylabs.org</WebPage>
</CommunityApplications>