C
C#9mo ago
CrosRoad95

❔ Docker image to provide configuration

I'm hosting my c# application on vps, not in azure, aws or other. So i want to have some web application, container which i can use to configure my server in real time, any suggestions?
23 Replies
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
CrosRoad95
CrosRoad959mo ago
i want some website where can i edit at runtime that now configuration X has value Y, so IMonitorOptions<MyOptions> ( don't remember exact interface ) can listen for this change and update itself don't want to use sql server or other simillar tools to store configuration
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
CrosRoad95
CrosRoad959mo ago
hmm
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
CrosRoad95
CrosRoad959mo ago
maybe if there is no tool like this, maybe i could use redis? it has some web panel i can use
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
CrosRoad95
CrosRoad959mo ago
that's what i want, but outside azure
No description
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
CrosRoad95
CrosRoad959mo ago
Medium
.Net Core IOptions with Redis Backplane
Implement a custom configuration provider with Redis and get instant updates with IOptionsMonitor.
CrosRoad95
CrosRoad959mo ago
or, code my own solution
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
CrosRoad95
CrosRoad959mo ago
and yes, i could use json hot reload... maybe
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
CrosRoad95
CrosRoad959mo ago
so when i want different configuration, i could even swap files?
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
CrosRoad95
CrosRoad959mo ago
i'm running it in docker compose on vps
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
CrosRoad95
CrosRoad959mo ago
do IOptionsMonitor and json are smart enough to hotreload changed sections only?
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
CrosRoad95
CrosRoad959mo ago
i will use it until i code my own solution or maybe, let's later code public docker container to do it
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
Accord
Accord9mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.