Commit Graph

198 Commits

Author SHA1 Message Date
Marcel Pociot
a83349e6b9 Merge pull request #118 from beyondcode/analysis-gOEJOG
Apply fixes from StyleCI
2020-09-07 13:34:13 +02:00
Marcel Pociot
9363e97d81 Apply fixes from StyleCI 2020-09-07 11:34:05 +00:00
Marcel Pociot
47b2350631 Associate shared sites with auth tokens 2020-09-07 13:33:40 +02:00
Marcel Pociot
13f184a955 Merge pull request #108 from beyondcode/analysis-J2x92V
Apply fixes from StyleCI
2020-08-13 00:20:14 +02:00
Marcel Pociot
55a456d5e1 Apply fixes from StyleCI 2020-08-12 22:20:06 +00:00
Marcel Pociot
f9084c3c31 Merge pull request #83 from ahmedash95/detect-valet-links
Auto detect valet links
2020-08-13 00:19:47 +02:00
Marcel Pociot
730b8457a6 Merge pull request #106 from CDRO/patch-1
[DOCS] Describe apache proxy configuration example
2020-08-07 14:34:10 +02:00
Tizian Schmidlin
188e1efe57 [DOCS] Describe apache proxy configuration exampl 2020-08-03 09:00:55 +02:00
Marcel Pociot
eaf04a8eae Don't try to log requests as curl when the requests are bigger than 256kb 2020-07-31 10:55:32 +02:00
Marcel Pociot
41e6e674e0 wip 2020-07-28 22:34:30 +02:00
Marcel Pociot
3d76b49fea wip 2020-07-28 22:23:31 +02:00
Marcel Pociot
1d5169af07 fix github packages config 2020-07-28 22:08:48 +02:00
Marcel Pociot
0945b1e66b Merge branch 'lukepolo-master' 2020-07-28 21:39:10 +02:00
Marcel Pociot
a2bdf518ab change docker hub namespace 2020-07-28 21:39:03 +02:00
Marcel Pociot
0216948d18 Merge branch 'master' of https://github.com/lukepolo/expose into lukepolo-master 2020-07-28 21:38:00 +02:00
Marcel Pociot
9e31b020b6 Merge pull request #103 from beyondcode/analysis-ZlOyRP
Apply fixes from StyleCI
2020-07-27 22:11:58 +02:00
Marcel Pociot
bf0025979e Apply fixes from StyleCI 2020-07-27 20:11:50 +00:00
Marcel Pociot
dda3cbbae5 Merge pull request #87 from localheinz/feature/normalize
Enhancement: Normalize composer.json
2020-07-27 22:11:29 +02:00
Andreas Möller
6a07859078 Enhancement: Normalize composer.json 2020-07-06 23:18:27 +02:00
Ahmed Ashraf
8db13e70af set path only if exists 2020-07-03 12:53:31 +02:00
Ahmed Ashraf
dfe889692b auto detect valet links 2020-07-03 12:50:08 +02:00
Marcel Pociot
e5b2aada2f Bump build for 1.3.0 2020-07-01 18:17:32 +02:00
Marcel Pociot
076da2c0de Use hardcoded version 2020-07-01 18:14:55 +02:00
Marcel Pociot
6410c7eb5e Merge pull request #81 from beyondcode/analysis-GDEdVA
Apply fixes from StyleCI
2020-07-01 18:11:21 +02:00
Marcel Pociot
0d9413dfdf Apply fixes from StyleCI 2020-07-01 16:11:13 +00:00
Marcel Pociot
87a4115c14 Merge pull request #79 from ahmedash95/users-pagination
Add simple pagination to users page
2020-07-01 18:10:58 +02:00
Luke Policinski
096a2b2a70 Simplified based on githubs docs
https://docs.github.com/en/actions/language-and-framework-guides/publishing-docker-images
2020-07-01 11:59:53 -04:00
Marcel Pociot
6d6306b3b2 Add request time to cli output 2020-07-01 17:58:54 +02:00
Marcel Pociot
611a4c617c Add X-Forwarded-Host header. Fixes #63 2020-07-01 17:46:54 +02:00
Marcel Pociot
54bd95c66c Merge pull request #67 from Ayesh/export-ignore
Update .gitattributes to export-ignore tests, docs, and other build files
2020-07-01 17:41:59 +02:00
Luke Policinski
3cb254e1f5 Update starting-the-server.md 2020-06-30 14:32:47 -04:00
Ahmed Ashraf
e960ffb825 Implement simple pagination 2020-06-26 12:20:01 +02:00
Marcel Pociot
459135f286 Merge pull request #74 from okaufmann/fix-remaining-time
fix remaining time calculation
2020-06-26 00:51:01 +02:00
Marcel Pociot
0efb42f989 Merge pull request #76 from riasvdv/patch-1
Don't use underscore in subdomain
2020-06-26 00:49:43 +02:00
Rias
6f04a0dfb6 Don't use underscore in subdomain
Even though it's perfectly valid, some providers (Paddle in our case) don't validate URLs with an underscore in them as valid, an easy fix is just using a dash instead.
2020-06-25 13:11:55 +02:00
Oliver Kaufmann
91f169460e fix remaining time calculation 2020-06-25 02:09:00 +02:00
Marcel Pociot
f8a6b45af7 Merge pull request #73 from clmntgr/patch-1
Update sharing.md with an https example
2020-06-24 11:22:30 +02:00
Clément Aigreault
b48dba1413 Update sharing.md with an https example 2020-06-24 11:18:20 +02:00
Marcel Pociot
8bcc7613d9 Merge pull request #71 from dakira/patch-1
Document missing nginx header config for ssl
2020-06-24 09:59:40 +02:00
Matthias Niess
9158887a60 document missing nginx header config for ssl 2020-06-24 09:54:13 +02:00
Luke Policinski
b3f2edd18c dont copy tests / .git 2020-06-23 13:03:06 -04:00
Luke Policinski
b4379ddf6d Adding action to push docker image 2020-06-23 12:44:56 -04:00
Luke Policinski
70a9666f37 Adding how to run with the readme 2020-06-23 12:37:15 -04:00
Luke Policinski
0b9f860138 adding a docker-compose file for starting a server 2020-06-23 12:28:21 -04:00
Ayesh Karunaratne
dae1851e1d Update .gitattributes to export-ignore tests, docs, and other build files 2020-06-23 04:47:03 +07:00
Marcel Pociot
70d275bb1c wip 2020-06-22 22:58:09 +02:00
Marcel Pociot
8b8c6c8e2e Fix subdomain check 2020-06-22 22:57:29 +02:00
Marcel Pociot
c5b89e1179 Add build 2020-06-22 22:51:21 +02:00
Marcel Pociot
18d67abc3f detect valet secured sites automatically 2020-06-22 22:49:19 +02:00
Marcel Pociot
38efb0b879 Merge branch 'master' of github.com:beyondcode/phunnel 2020-06-22 09:05:49 +02:00