You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instead of having the user keep track of when changes have been made (e.g. added, updated, or deleted plugins/modules), the system should be monitored and introspective JSON data generated automatically
perhaps something like tracking for changes on a a hash value in settings.json or similar based on something functionally similar to a shell command like ls -Rla $RACK_DIR/plugins | md5 -- maybe even use sha265 since that's what all the cool blockchain kids us ;-)
The text was updated successfully, but these errors were encountered:
instead of having the user keep track of when changes have been made (e.g. added, updated, or deleted plugins/modules), the system should be monitored and introspective JSON data generated automatically
perhaps something like tracking for changes on a a hash value in settings.json or similar based on something functionally similar to a shell command like
ls -Rla $RACK_DIR/plugins | md5
-- maybe even use sha265 since that's what all the cool blockchain kids us ;-)The text was updated successfully, but these errors were encountered: