[PR #1859] [MERGED] Adding setting to disable RSS requests. #2314

Closed
opened 2026-02-27 12:10:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/1859
Author: @ClemRiviere
Created: 3/26/2020
Status: Merged
Merged: 4/15/2020
Merged by: @tonioo

Base: masterHead: master


📝 Commits (4)

  • ac431f7 Added setting to bypass dashboard RSS timeout
  • 8df80cc Updating test_project settings
  • 613cf15 Adding unit tests
  • e2492a0 Code improvements

📊 Changes

4 files changed (+33 additions, -11 deletions)

View changed files

📝 modoboa/core/commands/templates/settings.py.tpl (+2 -0)
📝 modoboa/core/tests/test_views.py (+15 -0)
📝 modoboa/core/views/dashboard.py (+15 -11)
📝 test_project/test_project/settings.py (+1 -0)

📄 Description

Resolves #1797

Current behavior before PR:
Modoboa server is behind proxy, so no internet direct access
Acces dashboard via admin account

-> 504 Gateway Time-out

Desired behavior after PR is merged:
It is possible to disable RSS requests in settings.py file being behind a proxy to avoid the dashboard time-out.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/1859 **Author:** [@ClemRiviere](https://github.com/ClemRiviere) **Created:** 3/26/2020 **Status:** ✅ Merged **Merged:** 4/15/2020 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`ac431f7`](https://github.com/modoboa/modoboa/commit/ac431f77e87b3633c0633cb5e92ed78518378f2c) Added setting to bypass dashboard RSS timeout - [`8df80cc`](https://github.com/modoboa/modoboa/commit/8df80cc5b24764db3d8f0c4ef92597155ee9ad50) Updating test_project settings - [`613cf15`](https://github.com/modoboa/modoboa/commit/613cf1546a3d7114077bb1831fc0f442a2c0c4c6) Adding unit tests - [`e2492a0`](https://github.com/modoboa/modoboa/commit/e2492a08b0a7749fbebc3f161af17df20142d028) Code improvements ### 📊 Changes **4 files changed** (+33 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `modoboa/core/commands/templates/settings.py.tpl` (+2 -0) 📝 `modoboa/core/tests/test_views.py` (+15 -0) 📝 `modoboa/core/views/dashboard.py` (+15 -11) 📝 `test_project/test_project/settings.py` (+1 -0) </details> ### 📄 Description Resolves #1797 Current behavior before PR: Modoboa server is behind proxy, so no internet direct access Acces dashboard via admin account -> 504 Gateway Time-out Desired behavior after PR is merged: It is possible to disable RSS requests in settings.py file being behind a proxy to avoid the dashboard time-out. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:10:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2314
No description provided.