Commit graph

268 commits

Author SHA1 Message Date
George Shaw
ef0e030d2c readme modification 2018-05-17 13:43:41 -05:00
George Shaw
0f1a16619a changed golang ver 2018-05-15 15:15:28 -05:00
George Shaw
7435873853 readme done 2018-05-15 15:14:13 -05:00
George Shaw
2dab33ab22 Merge branch 'master' of https://github.com/george-e-shaw-iv/gPanel 2018-05-15 14:58:23 -05:00
George Shaw
77112df735 logos 2018-05-15 14:57:50 -05:00
George Shaw
6a62cdc310
Merge pull request #143 from PAPERPANKS/patch-1
password length (>=8)
2018-04-24 16:28:11 -05:00
Pankaj Kumar Gautam
0530b96359
password length (>=8) 2018-04-24 19:40:27 +05:30
George Shaw
95d39f27bb
Merge pull request #142 from george-e-shaw-iv/master
Cleaned up bundle creation process and replaced system package with github.com/george-e-shaw-iv/nixtools
2018-04-06 15:45:27 -05:00
George Shaw
f8595c9925 Merge remote-tracking branch 'refs/remotes/upstream/master' 2018-04-06 15:38:28 -05:00
George Shaw
5e7b10cad7 added package github.com/george-e-shaw-iv/nixtools to dep 2018-04-06 15:38:19 -05:00
George Shaw
80532f6eb8 added checks to bundle creation process, preventing most common errors, referencing issue #135. removed system package and instead using package github.com/george-e-shaw-iv/nixtools 2018-04-06 15:37:35 -05:00
George Shaw
fcd88a905a
Merge pull request #141 from george-e-shaw-iv/master
github files moved back to root
2018-04-06 14:17:50 -05:00
George Shaw
be864e0511 github files moved back to root 2018-04-06 14:17:05 -05:00
George Shaw
cad261a6be
mozsprint 2018-03-13 14:36:01 -05:00
George Shaw
afdc1021a2
Merge pull request #139 from george-e-shaw-iv/master
Put github docs into .github folder, added preview images, and restructured readme
2018-02-15 14:26:18 -06:00
George Shaw
e0cdff5a35 fix readme anchors 2018-02-15 13:57:51 -06:00
George Shaw
0e797b95e0 changed table of contents heading in readme 2018-02-15 13:56:16 -06:00
George Shaw
831f33861e added .github folder, added preview images in README, and restructured README 2018-02-15 13:55:20 -06:00
George Shaw
cdddde0812
Merge pull request #136 from george-e-shaw-iv/master
Implemented TLS with autocert && partially fixed serving PHP
2018-02-12 14:11:43 -06:00
George Shaw
3e6ae139b6 updated vendor with golang/dep 2018-02-12 14:00:02 -06:00
George Shaw
c654beba54 updating contributing doc features list 2018-02-12 13:55:18 -06:00
George Shaw
0be665bd8b refactored for autocert, TLS has been implemented 2018-02-12 13:53:42 -06:00
George Shaw
6cf4baa2bf php-cgi into readme 2018-02-12 13:30:54 -06:00
George Shaw
c3785f6602 fixed part of serving php.. post/get variables currently don't work though 2018-02-12 13:29:23 -06:00
George Shaw
dfaf4fb649
Merge pull request #134 from george-e-shaw-iv/master
Fixed issue where bundles were using the same instance of http.Server
2018-02-07 16:45:08 -06:00
George Shaw
68b87e02b5 Merge remote-tracking branch 'upstream' 2018-02-07 16:40:49 -06:00
George Shaw
8d77d3fb56 fixed issue where multiple bundles used the same instance of http.Server 2018-02-07 16:39:59 -06:00
George Shaw
3a0a4a544d
Update CONTRIBUTING.md 2018-01-30 14:59:04 -06:00
George Shaw
e8c2772eda
Update CONTRIBUTING.md 2018-01-30 14:30:13 -06:00
George Shaw
a27d5571ca
Update CONTRIBUTING.md 2018-01-24 15:32:16 -06:00
George Shaw
9638be65a9
Merge pull request #133 from george-e-shaw-iv/master
Updated README to Include Installation Directions and Implemented a Custom Transporter in the Domain Router
2018-01-24 15:26:39 -06:00
George Shaw
b9e450ec5d reworked reverse proxy domain router to utilize transport to throw 400 bad requests instead of having the server handle it. 2018-01-24 15:18:11 -06:00
George Shaw
384d3c247f updated readme to include installation guide 2018-01-24 14:17:19 -06:00
George Shaw
441448092d
Merge pull request #132 from george-e-shaw-iv/master
Fixed domain router issues and implemented subdomains
2018-01-23 16:02:36 -06:00
George Shaw
05ef046e55 subdomains now work 2018-01-23 15:50:18 -06:00
George Shaw
f802fd8eac front end interface for adding/removing/listing subdomains for accounts is in place 2018-01-23 15:35:48 -06:00
George Shaw
d57cb9afa3 fixed domain router issues and followed HTTP docs in regards to host field 2018-01-23 14:38:49 -06:00
George Shaw
14a83962c0
Merge pull request #131 from george-e-shaw-iv/master
Removed all gorilla package dependencies
2018-01-22 17:15:46 -06:00
George Shaw
820957f53c update dep to remove gorilla/sessions and gorilla/context 2018-01-22 17:08:12 -06:00
George Shaw
843e9a691a referencing #129, removed usage of gorilla/sessions and gorilla/context within code 2018-01-22 17:03:29 -06:00
George Shaw
4c872ab911
Merge pull request #130 from george-e-shaw-iv/master
Document root serves from bundle's /home/ directory and logs are also stored there
2018-01-22 15:50:46 -06:00
George Shaw
af6c2b9709 fixed logs issue with restructuring 2018-01-22 15:41:59 -06:00
George Shaw
6555f720eb restructured to serve out of /home/[bundle_name]/document_root/ and also store logs in /home/[bundle_name]/logs, removing the need to keep track of anything other than .db files within the program for each bundle. the log read/write/truncate api's need fixed though 2018-01-18 15:33:21 -06:00
George Shaw
0db133f475
Merge pull request #126 from george-e-shaw-iv/master
Frontend SSH interface and user deletion upon bundle deletion
2018-01-11 11:30:30 -06:00
George Shaw
94887bc409 ssh interface is completely done other than some windows instructions on generating and using key-pairs to connect 2018-01-11 11:24:08 -06:00
George Shaw
b14311ca64 user is deleted upon bundle deletion 2018-01-11 11:23:36 -06:00
George Shaw
e17f7fca32 listing ssh keys and adding ssh keys 2018-01-10 20:57:21 -06:00
George Shaw
0562a4365e
Merge pull request #124 from mcrice123/password-length
Password length
2018-01-10 19:55:22 -06:00
Maria Rice
f6eefbbfec Merge branch 'master' into password-length 2018-01-09 14:20:16 -06:00
Maria Rice
34621171b3 made add user form erase password fields after submission 2018-01-09 14:12:59 -06:00