Skip to content

Commit

Permalink
docs: add chmod for htpasswd
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Apr 15, 2024
1 parent ff925d9 commit 4857c47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions apps/console/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ download latest `traefik.me` certs for _svelte_ dev server.
```shell
curl traefik.me/fullchain.pem -o infra/base/traefik/certs/traefik.me.crt
curl traefik.me/privkey.pem -o infra/base/traefik/certs/traefik.me.key
# make sure docker has read access to those files:
chmod ugo+r infra/base/traefik/.htpasswd
```

### Backend
Expand Down
2 changes: 1 addition & 1 deletion docs/wip.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```shell
# clean exclude TODO & .env (remove `-n` , it used to try dry-run)
git clean -dfx -e TODO -e .env.local -e .env -e .env.prod -e .secrets -e infra/base/traefik/certs -e compose.nhost.yml -n
git clean -dfx -e TODO -e .env.local -e .env -e .env.prod -e .secrets -e .secrets.prod -e apps/playground/.env.test -e infra/base/traefik/certs -e compose.nhost.yml -n
# update deps
pnpm up --latest -r
```
2 changes: 1 addition & 1 deletion nhost/overlays/local.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"op": "replace",
"path": "/auth/redirections/allowedUrls",
"value1": ["https://console.traefik.me:5173", "https://console.traefik.me:5173/dashboard/profile", "https://console.traefik.me:3000", "https://console.traefik.me:3000/dashboard/profile", "https://console.traefik.me", "https://console.traefik.me/dashboard/profile", "https://*.vercel.app"]
"value": ["https://console.traefik.me:5173", "https://console.traefik.me:5173/dashboard/profile", "https://console.traefik.me:3000", "https://console.traefik.me:3000/dashboard/profile", "https://console.traefik.me", "https://console.traefik.me/dashboard/profile", "https://*.vercel.app"]
},
{
"op": "replace",
Expand Down

0 comments on commit 4857c47

Please sign in to comment.