Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SOGo foundation app #6

Merged
merged 3 commits into from
Nov 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Rspamd/Rspamd.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php namespace App\SupportedApps\Rspamd;

class Rspamd extends \App\SupportedApps {

}
10 changes: 10 additions & 0 deletions Rspamd/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "5876529d5d47f91c435d9230576044bc4cad8547",
"name": "Rspamd",
"website": "https://rspamd.com/",
"license": "Apache 2.0",
"description": "Fast, free and open-source spam filtering system.",
"enhanced": false,
"tile_background": "dark",
"icon": "rspamd.png"
}
Binary file added Rspamd/rspamd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions SOGo/SOGo.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php namespace App\SupportedApps\SOGo;

class SOGo extends \App\SupportedApps {

}
10 changes: 10 additions & 0 deletions SOGo/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "d143b3a76b72591495655c5257c7523456bdd736",
"name": "SOGo",
"website": "https://sogo.nu/",
"license": "GNU GPL/LGPL v2 and above",
"description": "SOGo is a fully supported and trusted groupware server with a focus on scalability and open standards.",
"enhanced": false,
"tile_background": "light",
"icon": "sogo.svg"
}
11 changes: 11 additions & 0 deletions SOGo/sogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions Snibox/Snibox.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php namespace App\SupportedApps\Snibox;

class Snibox extends \App\SupportedApps {

}
10 changes: 10 additions & 0 deletions Snibox/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"appid": "6c050d5bdf522fa20599560ff0f6b74e7dcd97a8",
"name": "Snibox",
"website": "https://github.com/snibox/snibox",
"license": "MIT License",
"description": "Snibox is a self-hosted, single-user (for now) snippet manager. Developed to collect and organize code snippets. Supports various programming languages, markdown, plain text.",
"enhanced": false,
"tile_background": "dark",
"icon": "snibox.png"
}
Binary file added Snibox/snibox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.