This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Update Schedules from Central Repository
#2
For me better would be to prepare some server with simple API and all LMs should fetching current settings from it.

This central server could be set up also on some LM.

In very simple way you could use for this task exported group addresses or .lp files with very simple script.

For second way you could have your settings in storage.

Code:
<?
require('apps')
require('json')
_SCRIPTNAME = 'Central schedule'
_CONFIGKEY = 'centralSchedule';

local config = storage.get(_CONFIGKEY, {})
print(json.encode(config))
?>
Done is better than perfect
Reply


Messages In This Thread
RE: Update Schedules from Central Repository - by buuuudzik - 09.04.2020, 11:54

Forum Jump: