From e8c2772eda632389e8f0d99f4794e97ac1ec8524 Mon Sep 17 00:00:00 2001 From: George Shaw Date: Tue, 30 Jan 2018 14:30:13 -0600 Subject: [PATCH 1/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4e431ab..d77aae5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -87,23 +87,28 @@ Key: __Implemented__ | __*Implemented, but needs work*__ | *Unimplemented* | ~~R * Diagnostics * __Error Logging__ * *Alert system for fatal errors* - * Mail Servers + * *Email alerts* + * *Text alerts* + * *Mail Servers* * Domains * __Configuration of domains__ * __Configuration of sub-domains__ * *TLS/SSL certificate support* + * *Using LetsEncrypt (Certbot)* * __Multi-domain support__ * Remote Access * __SSH Access__ - * __FTP Access__ + * __SFTP Access__ * File Manager * *CRUD* * *Inline Editor* * *Managing Permissions* + * CRON Jobs + * Interface to set an interval for file(s) to be executed automatically * Public (Lower level of bundles) * Accessibility * __Using ports defined during configuration__ - * __Serve Requests (duh)__ + * __Serve Requests__ * __Concurrent Processing__ * Supported content types * __All of the obvious ones (.jpg/.html/.css/etc)__ @@ -114,7 +119,7 @@ Key: __Implemented__ | __*Implemented, but needs work*__ | *Unimplemented* | ~~R * __Binary__ * *GUI Installation Helper* * Multi-infrastructure Support - * ~~Windows~~ (No native solution for SSH exists within Windows OS) + * ~~Windows~~ (No native solution for SSH/SFTP exists within Windows OS) * __Linux__ * *Mac* (This is possible, but OS detection and refactoring within the system package needs done) * *Amazon Web Services* From 3a0a4a544d54553eff7d1833ce4b0b6497d52b25 Mon Sep 17 00:00:00 2001 From: George Shaw Date: Tue, 30 Jan 2018 14:59:04 -0600 Subject: [PATCH 2/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d77aae5..5f29565 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -117,6 +117,7 @@ Key: __Implemented__ | __*Implemented, but needs work*__ | *Unimplemented* | ~~R * General * Deployment * __Binary__ + * Shell script to ensure/install required packages * *GUI Installation Helper* * Multi-infrastructure Support * ~~Windows~~ (No native solution for SSH/SFTP exists within Windows OS)