mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-07-18 00:46:59 +00:00
Update README.md
This commit is contained in:
parent
0443dc955e
commit
c88bffb69a
1 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ hs.yourdomain.com.au {
|
|||
## Development
|
||||
Development can be done either by using the official development docker image, or via a normal nodejs installation.
|
||||
### Quick Start (Docker)
|
||||
* `docker run -p 443:443 -p 3000:3000 -v "$(pwd)"/data:/data ghcr.io/gurucomputing/headscale-ui:latest`
|
||||
* `docker run -p 443:443 -p 3000:3000 -v "$(pwd)"/data:/data ghcr.io/gurucomputing/headscale-ui-dev:latest`
|
||||
|
||||
A full browser based vscode development environment will be found at `http://<your-ip>:3000/?tkn=<your authentication token>`. The authentication token will be printed in your docker logs, and must be included in the URL.
|
||||
|
||||
|
|
@ -105,4 +105,4 @@ Development environment can be ran with `npm run dev`. Static site can be genera
|
|||
see [style](/documentation/Style.md) for details
|
||||
|
||||
## Architecture
|
||||
See [architecture](/documentation/Architecture.md) for details
|
||||
See [architecture](/documentation/Architecture.md) for details
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue