Skip to content

Commit

Permalink
📝 Add Documentation for userContentBaseUrl Configuration in Upptime c…
Browse files Browse the repository at this point in the history
…onfiguration.md (#53)

* Update configuration.md

add userContentBaseUrl to configuration doc

* Update docs/configuration.md

---------

Co-authored-by: Anand Chowdhary <[email protected]>
  • Loading branch information
Alireza2756 and AnandChowdhary authored Jul 15, 2024
1 parent 0c2a6b6 commit 243ba57
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,16 @@ status-website:
apiBaseUrl: https://api.github.com
```

#### Custom raw content URL

By default, Upptime uses https://raw.githubusercontent.com to fetch raw content from GitHub repositories. If you are using a proxy or another content delivery URL, you can replace the default user content base URL.

```yaml
status-website:
userContentBaseUrl: https://raw.githubusercontent.com
```


### Internationalization

Though our status page is in English, you can use any language with Upptime by supplying the required strings. The list of all required strings is available in [`upptime/status-page/i18n.yml`](https://github.com/upptime/status-page/blob/master/i18n.yml), and you can add them under the i18n key in the configuration file:
Expand Down

0 comments on commit 243ba57

Please sign in to comment.