- Implemented subscription creation, updating, and rendering in script_9.js. - Added functions for handling subscription line items, product selection, and total calculations. - Integrated AnyDesk API for session management in test_anydesk.py. - Created REST client test requests for API endpoints in api.http. - Developed a script to check ESET machine status and save details in tmp_check_eset_machine.py.
526 B
526 B
Links Module
Removable operational access layer module.
Enable
- Set
LINKS_MODULE_ENABLED=truein.env - Run migrations
154_links_endpoints_module.sqland155_links_permissions.sql
Disable (soft remove)
- Set
LINKS_MODULE_ENABLED=false - Restart API
Remove (hard)
- Soft-remove first.
- Export required data from links tables.
- Drop module tables (
links,link_categories,link_category_map,link_runbooks,link_runbook_steps,link_status_checks,link_access_log,links_audit_log).