Skip to content

Commit 19a3798

Browse files
committed
Document how to resolve 401 errors when uploading banners
1 parent b127c60 commit 19a3798

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

v3.x/configuration/theme.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,18 @@ php artisan storage:link
3131

3232
From here you may upload a custom banner image to be displayed on your status page. To use the default banner image, click the "X" button.
3333

34+
### Common issues
35+
36+
#### Uploading images returns a `401 Unauthorized`
37+
38+
This error is often seen when running Cachet behind a Reverse Proxy. To resolve this, you'll need to add your trusted
39+
proxy IPs Cachet's `.env` file.
40+
41+
```dotenv
42+
# Replace with your reverse proxy IPs
43+
CACHET_TRUSTED_PROXIES="192.168.1.1,192.168.1.2"
44+
```
45+
3446
## Accents
3547

3648
Cachet provides a simple way to customize the colors of your status page through the use of accents. Accent colors

0 commit comments

Comments
 (0)