From 1b32ccd0897a9aa2edda7211c78cd4c7ff4888ed Mon Sep 17 00:00:00 2001 From: Chris Missal Date: Wed, 5 Aug 2015 10:37:18 -0500 Subject: [PATCH 1/2] Add HuBoard (Bug and Task Trackers) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6893ed95..9917e8d0 100644 --- a/README.md +++ b/README.md @@ -490,6 +490,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [Flyspray](http://www.flyspray.org/) - uncomplicated, web-based bug tracking system ([Source code](https://github.com/Flyspray/flyspray)) `GPLv2` * [Gaskit](https://github.com/bkeepers/gaskit) - a git-backed issue tracker. It uses a branch in your local git database to store the tickets. `GPL` * [Habitica](http://habitica.com/) - A habit tracker app which treats your goals like a Role Playing Game. Previously called HabitRPG. ([Source code](https://github.com/HabitRPG/habitrpg)) `GPLv3/Other` `Nodejs` + * [HuBoard](https://github.com/rauhryan/huboard) – Instant project management for your GitHub issues (Connects directly GitHub API) `⚠ Depends on a third party network service` `MIT` `Ruby` * [Kanboard](http://kanboard.net/) - A simple and open source visual task board `AGPLv3` * [MantisBT](https://www.mantisbt.org/) - Self hosted bug tracker, fits best for software development - ([Demo](https://www.mantisbt.org/bugs/my_view_page.php)) - ([Source code](https://github.com/mantisbt/mantisbt)) - `GPLv2` * [myTinyTodo](http://www.mytinytodo.net/) - Simple way to manage your todo list in AJAX style. Uses PHP, jQuery, SQLite/MySQL. GTD compliant. `GPL` From 12f978c2f3e2e669f720574695b4f3752ce51958 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 5 Aug 2015 17:49:56 +0200 Subject: [PATCH 2/2] Fix external dependency footnote See https://github.com/Kickball/awesome-selfhosted/pull/170 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9917e8d0..7184b873 100644 --- a/README.md +++ b/README.md @@ -490,7 +490,7 @@ CMS are a practical way to setup a website with many features. CMS often come wi * [Flyspray](http://www.flyspray.org/) - uncomplicated, web-based bug tracking system ([Source code](https://github.com/Flyspray/flyspray)) `GPLv2` * [Gaskit](https://github.com/bkeepers/gaskit) - a git-backed issue tracker. It uses a branch in your local git database to store the tickets. `GPL` * [Habitica](http://habitica.com/) - A habit tracker app which treats your goals like a Role Playing Game. Previously called HabitRPG. ([Source code](https://github.com/HabitRPG/habitrpg)) `GPLv3/Other` `Nodejs` - * [HuBoard](https://github.com/rauhryan/huboard) – Instant project management for your GitHub issues (Connects directly GitHub API) `⚠ Depends on a third party network service` `MIT` `Ruby` + * [HuBoard](https://github.com/rauhryan/huboard) `⚠ ` – Instant project management for your GitHub issues (Connects directly GitHub API) `MIT` `Ruby` * [Kanboard](http://kanboard.net/) - A simple and open source visual task board `AGPLv3` * [MantisBT](https://www.mantisbt.org/) - Self hosted bug tracker, fits best for software development - ([Demo](https://www.mantisbt.org/bugs/my_view_page.php)) - ([Source code](https://github.com/mantisbt/mantisbt)) - `GPLv2` * [myTinyTodo](http://www.mytinytodo.net/) - Simple way to manage your todo list in AJAX style. Uses PHP, jQuery, SQLite/MySQL. GTD compliant. `GPL` @@ -553,6 +553,7 @@ See [staticsitegenerators.net](https://staticsitegenerators.net) and [staticgen. ## List of Licenses + * ` ⚠ ` - Depends on a third party network service * `AGPLv3` - [GNU Affero General Public License 3.0](https://www.gnu.org/licenses/agpl-3.0) * `Apache` - [Apache, Version 2.0](http://www.apache.org/licenses/) * `ARTv2` - [Artistic License Version 2.0](http://opensource.org/licenses/Artistic-2.0)