Author Topic: update 5/16/2025  (Read 407 times)

0 Members and 1 Guest are viewing this topic.

razwall

  • Administrator
  • Jr. Member
  • *****
  • Posts: 68
    • View Profile
update 5/16/2025
« on: May 16, 2025, 08:18:20 AM »
Still working on the 1.3 udpate. I am getting the basic network setup stuff operational in the web UI. I was having a lot trouble deciphering what Endian was doing loading but I think it's figured out. They are saving individual settings to flat config files, but load all settings up based on what page you select as a stateless session data, but all changes are written into a session cookie on the server as stateful. If the session cookie contains data, the prompt to apply changes is displayed. I am rewriting this so it's not so messy.

techdevel2

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: update 5/16/2025
« Reply #1 on: July 06, 2025, 10:22:47 AM »
Hi,
I think so you are working with the netwizard module of endian cgi's. I have used pfsense/opnsense and their way of interface assignment is very good.  I think, redesign required in the network wizard for the dynamic zone incorporation or management. 

razwall

  • Administrator
  • Jr. Member
  • *****
  • Posts: 68
    • View Profile
Re: update 5/16/2025
« Reply #2 on: July 17, 2025, 09:37:57 AM »
I am working to pick all of these pieces apart so they can all be configured separately. Once this is working, I can build a new 'wizard' that will run independently of the main admin scripts rather than having them all mashed together while tracking all of the 'switches' they used. While I am doing this, I figured I might as well rewrite the configs to use a global JSON file format. This way the program is not trying to read 30 or 40 configs on login and track it across sessions using state files. I have pulled the thread on the sweater and it is unraveling.