mirror of
https://github.com/bitinflow/expose.git
synced 2026-03-13 13:35:54 +00:00
wip
This commit is contained in:
@@ -17,7 +17,7 @@ This makes the assumption that you have access to the current working directory
|
|||||||
|
|
||||||
If you are using Laravel Valet, the configured Valet subdomain will automatically be detected.
|
If you are using Laravel Valet, the configured Valet subdomain will automatically be detected.
|
||||||
|
|
||||||
If you are using a different domain for your local sites, you can change the default TLD that expose uses in the [configuration file]().
|
If you are using a different domain for your local sites, you can change the default TLD that expose uses in the [configuration file](/docs/expose/client/configuration).
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
@@ -54,4 +54,4 @@ To specify the subdomain, pass the `--subdomain` option to expose:
|
|||||||
expose share my-site.test --subdomain=my-site
|
expose share my-site.test --subdomain=my-site
|
||||||
```
|
```
|
||||||
|
|
||||||
If the chosen subdomain is already taken on the Expose server, you will see an error message and the connection to the Expose server gets closed.
|
If the chosen subdomain is already taken on the Expose server, you will see an error message and the connection to the Expose server gets closed.
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ The easiest way to install expose is by making it a global composer dependency:
|
|||||||
composer global require beyondcode/expose
|
composer global require beyondcode/expose
|
||||||
```
|
```
|
||||||
|
|
||||||
Now you're ready to go and can [share your first site](/getting-started/share-your-first-site).
|
Now you're ready to go and can [share your first site](/docs/expose/getting-started/share-your-first-site).
|
||||||
|
|
||||||
### Extending Expose
|
### Extending Expose
|
||||||
|
|
||||||
@@ -20,4 +20,4 @@ By default, expose comes as an executable PHAR file. This allows you to use all
|
|||||||
|
|
||||||
If you want to modify expose, for example by adding custom request/response modifiers, you will need to clone the GitHub repository instead.
|
If you want to modify expose, for example by adding custom request/response modifiers, you will need to clone the GitHub repository instead.
|
||||||
|
|
||||||
You can learn more about how to customize expose in the [extending Expose](/extending) documentation section.
|
You can learn more about how to customize expose in the [extending Expose](/docs/expose/extending-the-server/subdomain-generator) documentation section.
|
||||||
|
|||||||
@@ -23,13 +23,13 @@ To learn more about how you can share your local sites, check out the [sharing l
|
|||||||
|
|
||||||
A big advantage of Expose over other alternatives such as ngrok, is the ability to host your own server. To make sharing your sites as easy as possible, we provide and host a custom expose server on our own - so getting started with expose is a breeze.
|
A big advantage of Expose over other alternatives such as ngrok, is the ability to host your own server. To make sharing your sites as easy as possible, we provide and host a custom expose server on our own - so getting started with expose is a breeze.
|
||||||
|
|
||||||
This server is available free of charge for everyone, but makes use of Expose's [authentication token]() authorization method.
|
This server is available free of charge for everyone, but makes use of Expose's authentication token authorization method.
|
||||||
|
|
||||||
Therefore, in order to share your sites for the first time, you will need an authorization token.
|
Therefore, in order to share your sites for the first time, you will need an authorization token.
|
||||||
|
|
||||||
You can obtain such a token by singing in to your [Beyond Code account](/login). If you do not yet have an account, you can [sign up and create an account](/register) for free.
|
You can obtain such a token by singing in to your [Beyond Code account](https://beyondco.de/login). If you do not yet have an account, you can [sign up and create an account](https://beyondco.de/register) for free.
|
||||||
|
|
||||||
## Authenticating with expose.dev
|
## Authenticating with sharedwithexpose.com
|
||||||
|
|
||||||
To register and use the given credentials, just run the following command:
|
To register and use the given credentials, just run the following command:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user