Skip to content

Commit dfe3f74

Browse files
authored
docs: Enhance FAQ with Miniflux 2.2.18 network access info
Updated FAQ section with new details on Miniflux network access requirements.
1 parent c9afdae commit dfe3f74

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ docker-compose up -d
100100

101101
## FAQ
102102
<details>
103-
<summary>If the formatting of summary content is incorrect, add the following code in Settings > Custom CSS:</summary>
103+
<summary> If the formatting of summary content is incorrect, add the following code in Settings > Custom CSS: </summary>
104+
104105
```
105106
pre code {
106107
white-space: pre-wrap;
@@ -109,6 +110,20 @@ pre code {
109110
```
110111
</details>
111112

113+
<details>
114+
<summary> fetcher: refusing to access private network host "xx.xx.xx.xx" </summary>
115+
116+
Starting with Miniflux 2.2.18, `FETCHER_ALLOW_PRIVATE_NETWORKS=1` must now be enabled to access feeds hosted on a local network. See the [official release notes](https://github.com/miniflux/v2/releases/tag/2.2.18) for details.
117+
118+
</details>
119+
120+
<details>
121+
<summary> level=WARN msg="Unable to send new entries to Webhook" ... client: connection to private network is blocked: host "miniflux-ai" resolves to a non-public IP address" </summary>
122+
123+
Starting with Miniflux 2.2.18, `INTEGRATION_ALLOW_PRIVATE_NETWORKS=1` must now be enabled to access third-party integration services hosted on a local network. See the [official release notes](https://github.com/miniflux/v2/releases/tag/2.2.18) for details.
124+
125+
</details>
126+
112127
## Contributing
113128

114129
Feel free to fork this repository and submit pull requests. Contributions and issues are welcome!

0 commit comments

Comments
 (0)