Ansuel / tch-nginx-gui

Modified file to apply to a stock technicolor GUI
GNU General Public License v3.0
340 stars 52 forks source link

Feature: Multiple ddns configs #1176

Open robertodormepoco opened 6 months ago

robertodormepoco commented 6 months ago

Device Model/Firmware: N/A GUI Version: N/A

Debug file: N/A

Description:

Hi, thanks for the project, I've opened this issue to ask a generic question on how to tackle a specific feature that seems to be missing, I want to provide multiple ddns (i.e. duckdns) settings to be able to update different domains defined on the ddns provider. By checking ddns-scripts docs this seems to be possible and I'm wondering if I'm on the right path, by looking at dyndns-modal.lp it seems that by updating the form to be able to have multiple sections and assign to each section a unique id (i.e. local uniqueKey_[n] = post_helper.getRandomKey()) I should be able to achieve this. Since I'm not used to work with lua/uci stuff I'm wondering how can I iterate the development locally, can I run the circleci locally (by removing version bumps and publish steps)? without the need to publish the code and maybe test it in a restricted environment for example via qemu? have you tried this before?

Thanks in advance

FrancYescO commented 5 months ago

i suggest you to use your gateway as dev env, replacing the lua file on modem is a lot easier than trying to replicate a local env