expose
expose copied to clipboard
A beautiful, fully open-source, tunneling service - written in pure PHP
This MR includes: 1. Update to Highlight.js 2. Adds Dark mode to the JSON preview box 3. Persists the theme selection
OS: ubuntu 18.04 Programming language: PHP framework Laravel GraphQL server: Laravel Lightouse GraphQL client software: Altair error in the console: ``` In UriFactory.php line 116: no class registered for scheme...
This seems like an error. But very annoying.
Allows users to configure a default subdomain instead of using the `--subdomain` command flag. This is most useful when using a local project config.
I've been attempting to get expose up and running - I've booted up an ubuntu EC2, installed nginx, php, and added expose. I can access this page  However locally...
There is a case when upgrade from Expose 1.x to Expose 2.x results into runtime error during client authentication process, effectively resulting into unusable service. Issue is triggered by upgrading...
With the change of entry point to "/src/expose", the image now runs with command `"/src/expose /bin/sh -c 'sed -i ...`. But for some reason with this change, `-c` option is...
I booted up a PHP server by running `php artisan serve` and then I ran `expose share http://localhost:8000`. 
Hello. After I set auth token I've started expose from my project directory `$ expose` The local dashboard at http://127.0.0.1:4040 is working and I see some results in the requests...
Hi this is my nginx configs ``` server { listen 80; server_name t.mydomain.cyou ; #log_subrequest on; location / { proxy_pass http://localhost:3001; proxy_read_timeout 60; proxy_connect_timeout 60; proxy_redirect off; # Allow the...