Skip to content

Commit d3c711c

Browse files
committed
docs: fix example
1 parent 6c09521 commit d3c711c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ cp .env.example .env
6565
2. Edit the `.env` file with your configurations:
6666
```dotenv
6767
FRESHRSS_API_TOKEN=your-secret-token
68-
FRESHRSS_BASE_URL=https://freshrss.example.com/greader.php
68+
FRESHRSS_BASE_URL=https://freshrss.example.com/api/greader.php/reader/api/0
6969
7070
FRESHPROXY_ALLOWED_ORIGINS=http://localhost:3000,https://mydomain.com
7171
FRESHPROXY_HOST=0.0.0.0
@@ -120,7 +120,7 @@ docker build -t freshproxy .
120120
```bash
121121
docker run -p 8000:8000 \
122122
-e FRESHRSS_API_TOKEN="my-secret-token" \
123-
-e FRESHRSS_BASE_URL="https://freshrss.example.com/greader.php" \
123+
-e FRESHRSS_BASE_URL="https://freshrss.example.com/api/greader.php/reader/api/0" \
124124
-e FRESHPROXY_ALLOWED_ORIGINS="http://localhost:3000,https://mydomain.com" \
125125
-e FRESHPROXY_HOST="0.0.0.0" \
126126
-e FRESHPROXY_PORT=8000 \

0 commit comments

Comments
 (0)