mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-25 22:27:20 +10:00
update-readme
This commit is contained in:
parent
077332e038
commit
4ae54045cd
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
|
@ -1,6 +1,6 @@
|
|||
# ☁️ Cloud Desktop Environment
|
||||
|
||||
My [daily driver](https://github.com/users/sabrehagen/packages/container/package/desktop-environment) on the cloud and on desktop.
|
||||
My [daily driver](https://github.com/users/sabrehagen/packages/container/package/desktop-environment) on the desktop and in the cloud.
|
||||
|
||||

|
||||

|
||||
|
|
@ -9,7 +9,7 @@ My [daily driver](https://github.com/users/sabrehagen/packages/container/package
|
|||

|
||||

|
||||
|
||||
## Getting Started
|
||||
## Running on the Desktop
|
||||
|
||||
The only dependency required is [Docker](https://docs.docker.com/install).
|
||||
|
||||
|
|
@ -23,6 +23,12 @@ git clone https://github.com/sabrehagen/desktop-environment
|
|||
./desktop-environment/docker/scripts/recycle.sh
|
||||
```
|
||||
|
||||
## Running in the Cloud
|
||||
|
||||
Fork this repository, add your [ngrok auth token](https://dashboard.ngrok.com/login) to the repository secrets as `NGROK_AUTH_TOKEN`, run the [Deploy Desktop Environment](../../actions/workflows/deploy.yml) GitHub Actions workflow, and the desktop environment will be deployed to GitHub's Actions infrastructure. The environment url will be printed in the output of the `Get URL` workflow step.
|
||||
|
||||
Fork the [cloud-computer/cloud-computer](https://github.com/cloud-computer/cloud-computer) repository to deploy the desktop environment to Google cloud.
|
||||
|
||||
## Project Goals
|
||||
|
||||
- [x] A computer wholly defined in code.
|
||||
|
|
@ -80,9 +86,3 @@ Vim-style bindings for focusing and moving windows.
|
|||
- Show terminal: `$mod+grave`
|
||||
- Show volume: `$mod+v`
|
||||
- Show wifi: `$mod+i`
|
||||
|
||||
## Running in the Cloud
|
||||
|
||||
Fork this repository, add your [ngrok auth token](https://dashboard.ngrok.com/login) to the repository secrets as `NGROK_AUTH_TOKEN`, run the [Deploy Desktop Environment](../../actions/workflows/deploy.yml) GitHub Actions workflow, and the desktop environment will be deployed to GitHub's Actions infrastructure. The access url will be printed in the output of the `Get URL` workflow step.
|
||||
|
||||
Fork the [cloud-computer/cloud-computer](https://github.com/cloud-computer/cloud-computer) repository to deploy the desktop environment to Google cloud.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue