Replies: 1 comment
-
|
Thank you for opening this discussion & for using World Monitor It's the top thing for me on the roadmap, we shouldn't need to edit code to add feeds or parameter It's a hobby project, this requires still some time to get to this end result, but we are super aligned |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi 👋, First of all, thank you for the great project — it's a very solid foundation for global monitoring.
I’d like to propose an improvement specifically focused on self-hosted installations, where users may want to customize the system beyond the default configuration.
1️⃣ Persistent Way to Add Custom Tier 1 Countries
Current Situation
It is currently possible to add new countries to Tier 1.
However, it requires modifying multiple files and configuration points.
This creates two main problems:
For self-hosted users, this makes customization fragile and difficult to maintain.
Proposed Solution
Introduce a custom override mechanism, for example:
custom.countries)config/customcountries/directory ignored by GitThe core idea:
This would allow users to monitor:
Without modifying core project files.
2️⃣ Persistent Way to Add Custom / Local RSS Sources
Current Situation
RSS sources can be added, but:
For self-hosted deployments, this prevents:
Proposed Solution
Apply the same logic as with countries:
custom.sourcesfile/config/customrss/folderNo core file edits required.
🎯 Why This Matters
For self-hosted users, this would:
It would also make the project more extensible and production-friendly for:
Thanks again for the great project 🙌
Beta Was this translation helpful? Give feedback.
All reactions