Skip to content

Commit b8d0017

Browse files
authored
Merge pull request #14 from hlambda/release/0.3.1
fix: 🚑 Implement proxy for vscode-unpkg CORS issue
2 parents 6fceacd + cca887a commit b8d0017

File tree

306 files changed

+50648
-3645
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

306 files changed

+50648
-3645
lines changed

.dockerignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,9 @@ data/metadata-history/*
1313
metadata_tmp/
1414

1515
.env
16+
.DS_Store
17+
18+
# vscode payload should not be ignored at all, node_modules are also important.
19+
# same goes for dist folders.
20+
!/public/console/vscode-payload/**/*
21+
.DS_Store

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ data/metadata-history/*
1010
metadata_tmp/
1111

1212
.DS_Store
13+
14+
# vscode payload should not be ignored at all, node_modules are also important.
15+
# same goes for dist folders.
16+
!/public/console/vscode-payload/**/*
17+
.DS_Store

docker/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,24 @@ docker run -d -p 8081:1331 --env HLAMBDA_ADMIN_SECRET=demo --name hlambda-server
3030
This will:
3131

3232
- Run a new container named: hlambda-server
33-
- Run latest hlambda server on host port: 8081
34-
- Set hlambda server admin secret to: `demo`
35-
- Create volume for your metadata named: hlambda_metadata
33+
- Run the latest hlambda server on host port: 8081
34+
- Set the hlambda server admin secret to: `demo`
35+
- Create a volume for your metadata named: hlambda_metadata
3636

3737
Hlambda Console will be available at `http://localhost:8081`.
3838

3939
### Docker Compose Stack with [Hasura](https://hasura.io) <3 and Postgres <3
4040

41-
To run Hlambda in docker stack with Postgres and [Hasura](https://hasura.io) you can run:
41+
To run Hlambda in the docker stack with Postgres and [Hasura](https://hasura.io) you can run:
4242

4343
```
4444
curl https://www.hlambda.io/raw/code/start/docker-compose.yaml -o docker-compose.yaml && docker compose up -d
4545
```
4646

4747
This will:
4848

49-
- Download the docker-compose.yaml file (Warning: please read the contents of the YAML file to understand what you are actually running)
50-
- Run new docker-compose stack
49+
- Download the `docker-compose.yaml` file (Warning: please read the contents of the YAML file to understand what you are actually running)
50+
- Run a new docker-compose stack
5151

5252
# License
5353

0 commit comments

Comments
 (0)