Skip to content

Commit

Permalink
Merge branch 'master' of github.com:caprover/caprover-website
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsaturn committed Oct 24, 2024
2 parents 9101289 + 1c6356d commit 11026fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/run-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ First of all, the installation command for local installation requires an extra
echo "{\"skipVerifyingDomains\":\"true\"}" > /captain/data/config-override.json
docker run -e ACCEPTED_TERMS=true -e MAIN_NODE_IP_ADDRESS=127.0.0.1 -p 80:80 -p 443:443 -p 3000:3000 -v /var/run/docker.sock:/var/run/docker.sock -v /captain:/captain caprover/caprover
```
**NOTE:** if port 80 and 443 are currently occupied and you want to run CapRover behind a reverse proxy, [see here](https://github.com/caprover/caprover/issues/1166#issuecomment-2430704491).

#### Setup

Expand Down
8 changes: 6 additions & 2 deletions docs/theme-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,16 @@ You can insert custom JS that completely modifies the elements on the dashboard

There are some customizations that are not modifiable by Ant Design by default. Those customizations can be modified through CapRover extra configuration box.

Currently, the only parameter here is the theme of side bar on the dashboard (light or dark). By default, CapRover uses light side bar
Currently, the only parameter here is the theme of side bar on the dashboard (light or dark), but there might be more in the future.

```js
{
siderTheme: "dark";
}
```

But there might be more in the future.


### Submit your custom themes!

If you have built a new fun theme, feel free to submit a pull request to include it in [our built-in themes](https://github.com/caprover/caprover/tree/master/template/themes)

0 comments on commit 11026fc

Please sign in to comment.