File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ cp .env.example .env
65652. Edit the ` .env` file with your configurations:
6666` ` ` dotenv
6767FRESHRSS_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
7070FRESHPROXY_ALLOWED_ORIGINS=http://localhost:3000,https://mydomain.com
7171FRESHPROXY_HOST=0.0.0.0
@@ -120,7 +120,7 @@ docker build -t freshproxy .
120120` ` ` bash
121121docker 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 \
You can’t perform that action at this time.
0 commit comments