Skip to content

Commit

Permalink
Added Listmonk
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksindelka authored and mvdkleijn committed Nov 10, 2024
1 parent 9c4e4e3 commit d71cb3b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Listmonk/Listmonk.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?php

namespace App\SupportedApps\Listmonk;

class Listmonk extends \App\SupportedApps
{
}
10 changes: 10 additions & 0 deletions Listmonk/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "a5b7013f56e4bedca9aaa8979a9c209fc5c6a12f",
"name": "Listmonk",
"website": "https://listmonk.app/",
"license": "GNU Affero General Public License v3.0",
"description": "Listmonk is a self-hosted, high performance one-way mailing list and newsletter manager. It comes as a standalone binary and the only dependency is a Postgres database.",
"enhanced": false,
"tile_background": "light",
"icon": "listmonk.png"
}
Binary file added Listmonk/listmonk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d71cb3b

Please sign in to comment.