From 4c1ce08b54b2cd6397613d9454feb3154d0cec2d Mon Sep 17 00:00:00 2001 From: volmarg Date: Sun, 2 Feb 2020 10:25:06 +0100 Subject: [PATCH 1/6] Add Personal Management System to Personal Dashboards --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51d0baef..414700cc 100644 --- a/README.md +++ b/README.md @@ -1163,6 +1163,7 @@ See also _[Monitoring](#monitoring)_ - [simple-dash](https://github.com/kutyla-philipp/simple-dash) - A simple, fully responsive Dashboard to forward to the services of your choice. ([Demo](https://kutyla-philipp.github.io/simple-dash/)) `MIT` `Javascript` - [Tipboard](http://allegro.tech/tipboard/) - In-house, tasty, local dashboarding system. ([Source Code](https://github.com/allegro/tipboard)) `Apache-2.0` `Python` - [wger](https://wger.de/) - Web-based personal workout, fitness and weight logger/tracker. It can also be used as a simple gym management utility and offers a full REST API as well. ([Demo](https://wger.de), [Source Code](https://github.com/rolandgeider/wger)) `AGPL-3.0` `Python` +- [Personal management system](https://github.com/Volmarg/personal-management-system) - Central point for managing personal data (billings, payments, job holidays, notes etc.) ([Demo](http://185.204.216.136:8000/)), `MIT` ## Photo and Video Galleries From f431528c29f7d87754fe706bf01b11cfec2a6eb3 Mon Sep 17 00:00:00 2001 From: Dariusz <37488679+Volmarg@users.noreply.github.com> Date: Sun, 2 Feb 2020 10:44:03 +0100 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 414700cc..a9e3a2b0 100644 --- a/README.md +++ b/README.md @@ -1163,7 +1163,7 @@ See also _[Monitoring](#monitoring)_ - [simple-dash](https://github.com/kutyla-philipp/simple-dash) - A simple, fully responsive Dashboard to forward to the services of your choice. ([Demo](https://kutyla-philipp.github.io/simple-dash/)) `MIT` `Javascript` - [Tipboard](http://allegro.tech/tipboard/) - In-house, tasty, local dashboarding system. ([Source Code](https://github.com/allegro/tipboard)) `Apache-2.0` `Python` - [wger](https://wger.de/) - Web-based personal workout, fitness and weight logger/tracker. It can also be used as a simple gym management utility and offers a full REST API as well. ([Demo](https://wger.de), [Source Code](https://github.com/rolandgeider/wger)) `AGPL-3.0` `Python` -- [Personal management system](https://github.com/Volmarg/personal-management-system) - Central point for managing personal data (billings, payments, job holidays, notes etc.) ([Demo](http://185.204.216.136:8000/)), `MIT` +- [Personal management system](https://github.com/Volmarg/personal-management-system) - Central point for managing personal data (billings, payments, job holidays, notes etc.) ([Demo](http://185.204.216.136:8000/), [Source Code](https://github.com/Volmarg/personal-management-system)), `MIT` `PHP/JS` ## Photo and Video Galleries From 777b98c863347d0971aa67a9f368b222e0e5eb6b Mon Sep 17 00:00:00 2001 From: Dariusz <37488679+Volmarg@users.noreply.github.com> Date: Sun, 2 Feb 2020 10:45:44 +0100 Subject: [PATCH 3/6] Alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9e3a2b0..7761446b 100644 --- a/README.md +++ b/README.md @@ -1160,10 +1160,10 @@ See also _[Monitoring](#monitoring)_ - [Homer](https://github.com/bastienwirtz/homer) - A dead simple static homepage to expose your server services, with an easy yaml configuration and connectivity check. `Apache-2.0` `HTML5` - [iDashboard-PHP](https://github.com/causefx/iDashboard-PHP) - HTPC Dashboard to load website services. `MIT` `PHP` - [Organizr](https://github.com/causefx/Organizr) - Organizr aims to be your one stop shop for your Servers Frontend. `GPL-3.0` `PHP` +- [Personal management system](https://github.com/Volmarg/personal-management-system) - Central point for managing personal data (billings, payments, job holidays, notes etc.) ([Demo](http://185.204.216.136:8000/), [Source Code](https://github.com/Volmarg/personal-management-system)), `MIT` `PHP/JS` - [simple-dash](https://github.com/kutyla-philipp/simple-dash) - A simple, fully responsive Dashboard to forward to the services of your choice. ([Demo](https://kutyla-philipp.github.io/simple-dash/)) `MIT` `Javascript` - [Tipboard](http://allegro.tech/tipboard/) - In-house, tasty, local dashboarding system. ([Source Code](https://github.com/allegro/tipboard)) `Apache-2.0` `Python` - [wger](https://wger.de/) - Web-based personal workout, fitness and weight logger/tracker. It can also be used as a simple gym management utility and offers a full REST API as well. ([Demo](https://wger.de), [Source Code](https://github.com/rolandgeider/wger)) `AGPL-3.0` `Python` -- [Personal management system](https://github.com/Volmarg/personal-management-system) - Central point for managing personal data (billings, payments, job holidays, notes etc.) ([Demo](http://185.204.216.136:8000/), [Source Code](https://github.com/Volmarg/personal-management-system)), `MIT` `PHP/JS` ## Photo and Video Galleries From 140f0e941804ea6e44f4edcfa5693b1e5fcae361 Mon Sep 17 00:00:00 2001 From: Dariusz <37488679+Volmarg@users.noreply.github.com> Date: Sun, 2 Feb 2020 10:46:58 +0100 Subject: [PATCH 4/6] Main server side language --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7761446b..0e3ba764 100644 --- a/README.md +++ b/README.md @@ -1160,7 +1160,7 @@ See also _[Monitoring](#monitoring)_ - [Homer](https://github.com/bastienwirtz/homer) - A dead simple static homepage to expose your server services, with an easy yaml configuration and connectivity check. `Apache-2.0` `HTML5` - [iDashboard-PHP](https://github.com/causefx/iDashboard-PHP) - HTPC Dashboard to load website services. `MIT` `PHP` - [Organizr](https://github.com/causefx/Organizr) - Organizr aims to be your one stop shop for your Servers Frontend. `GPL-3.0` `PHP` -- [Personal management system](https://github.com/Volmarg/personal-management-system) - Central point for managing personal data (billings, payments, job holidays, notes etc.) ([Demo](http://185.204.216.136:8000/), [Source Code](https://github.com/Volmarg/personal-management-system)), `MIT` `PHP/JS` +- [Personal management system](https://github.com/Volmarg/personal-management-system) - Central point for managing personal data (billings, payments, job holidays, notes etc.) ([Demo](http://185.204.216.136:8000/), [Source Code](https://github.com/Volmarg/personal-management-system)), `MIT` `PHP` - [simple-dash](https://github.com/kutyla-philipp/simple-dash) - A simple, fully responsive Dashboard to forward to the services of your choice. ([Demo](https://kutyla-philipp.github.io/simple-dash/)) `MIT` `Javascript` - [Tipboard](http://allegro.tech/tipboard/) - In-house, tasty, local dashboarding system. ([Source Code](https://github.com/allegro/tipboard)) `Apache-2.0` `Python` - [wger](https://wger.de/) - Web-based personal workout, fitness and weight logger/tracker. It can also be used as a simple gym management utility and offers a full REST API as well. ([Demo](https://wger.de), [Source Code](https://github.com/rolandgeider/wger)) `AGPL-3.0` `Python` From 12a1cf75b75716b3d5c055aa785273af00408dbd Mon Sep 17 00:00:00 2001 From: Dariusz <37488679+Volmarg@users.noreply.github.com> Date: Sun, 2 Feb 2020 10:48:05 +0100 Subject: [PATCH 5/6] Remove duplicated source code section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e3ba764..a98d3f0e 100644 --- a/README.md +++ b/README.md @@ -1160,7 +1160,7 @@ See also _[Monitoring](#monitoring)_ - [Homer](https://github.com/bastienwirtz/homer) - A dead simple static homepage to expose your server services, with an easy yaml configuration and connectivity check. `Apache-2.0` `HTML5` - [iDashboard-PHP](https://github.com/causefx/iDashboard-PHP) - HTPC Dashboard to load website services. `MIT` `PHP` - [Organizr](https://github.com/causefx/Organizr) - Organizr aims to be your one stop shop for your Servers Frontend. `GPL-3.0` `PHP` -- [Personal management system](https://github.com/Volmarg/personal-management-system) - Central point for managing personal data (billings, payments, job holidays, notes etc.) ([Demo](http://185.204.216.136:8000/), [Source Code](https://github.com/Volmarg/personal-management-system)), `MIT` `PHP` +- [Personal management system](https://github.com/Volmarg/personal-management-system) - Central point for managing personal data (billings, payments, job holidays, notes etc.) ([Demo](http://185.204.216.136:8000/)), `MIT` `PHP` - [simple-dash](https://github.com/kutyla-philipp/simple-dash) - A simple, fully responsive Dashboard to forward to the services of your choice. ([Demo](https://kutyla-philipp.github.io/simple-dash/)) `MIT` `Javascript` - [Tipboard](http://allegro.tech/tipboard/) - In-house, tasty, local dashboarding system. ([Source Code](https://github.com/allegro/tipboard)) `Apache-2.0` `Python` - [wger](https://wger.de/) - Web-based personal workout, fitness and weight logger/tracker. It can also be used as a simple gym management utility and offers a full REST API as well. ([Demo](https://wger.de), [Source Code](https://github.com/rolandgeider/wger)) `AGPL-3.0` `Python` From 6685d67cb72837818b3a49386d9de32abf4679fc Mon Sep 17 00:00:00 2001 From: Dariusz <37488679+Volmarg@users.noreply.github.com> Date: Sat, 8 Feb 2020 08:41:56 +0100 Subject: [PATCH 6/6] Add dot, remove coma, add domain based demo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a98d3f0e..cd9079d0 100644 --- a/README.md +++ b/README.md @@ -1160,7 +1160,7 @@ See also _[Monitoring](#monitoring)_ - [Homer](https://github.com/bastienwirtz/homer) - A dead simple static homepage to expose your server services, with an easy yaml configuration and connectivity check. `Apache-2.0` `HTML5` - [iDashboard-PHP](https://github.com/causefx/iDashboard-PHP) - HTPC Dashboard to load website services. `MIT` `PHP` - [Organizr](https://github.com/causefx/Organizr) - Organizr aims to be your one stop shop for your Servers Frontend. `GPL-3.0` `PHP` -- [Personal management system](https://github.com/Volmarg/personal-management-system) - Central point for managing personal data (billings, payments, job holidays, notes etc.) ([Demo](http://185.204.216.136:8000/)), `MIT` `PHP` +- [Personal management system](https://github.com/Volmarg/personal-management-system) - Central point for managing personal data (billings, payments, job holidays, notes etc.). ([Demo](http://personal-management-system.pl/)) `MIT` `PHP` - [simple-dash](https://github.com/kutyla-philipp/simple-dash) - A simple, fully responsive Dashboard to forward to the services of your choice. ([Demo](https://kutyla-philipp.github.io/simple-dash/)) `MIT` `Javascript` - [Tipboard](http://allegro.tech/tipboard/) - In-house, tasty, local dashboarding system. ([Source Code](https://github.com/allegro/tipboard)) `Apache-2.0` `Python` - [wger](https://wger.de/) - Web-based personal workout, fitness and weight logger/tracker. It can also be used as a simple gym management utility and offers a full REST API as well. ([Demo](https://wger.de), [Source Code](https://github.com/rolandgeider/wger)) `AGPL-3.0` `Python`