You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,8 @@ docker-compose up -d
100
100
101
101
## FAQ
102
102
<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
+
104
105
```
105
106
pre code {
106
107
white-space: pre-wrap;
@@ -109,6 +110,20 @@ pre code {
109
110
```
110
111
</details>
111
112
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
+
112
127
## Contributing
113
128
114
129
Feel free to fork this repository and submit pull requests. Contributions and issues are welcome!
0 commit comments