Apache 2.4.57
tcp/443 tcp/80
The following URL (usually /.git/config
) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65223d4d29eb
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://github.com/Freeboard/freeboard.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master
The following URL (usually /.git/config
) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65223d4d29eb
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://github.com/Freeboard/freeboard.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master
The following URL (usually /.git/config
) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65223d4d29eb
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://github.com/Freeboard/freeboard.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master
The following URL (usually /.git/config
) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65223d4d29eb
[core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true [remote "origin"] url = https://github.com/Freeboard/freeboard.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master
Open service 46.101.100.88:443 · www.freeboard.info
2024-11-21 02:38
HTTP/1.1 200 OK Date: Thu, 21 Nov 2024 02:38:48 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443 · freeboard.info
2024-11-21 02:02
HTTP/1.1 200 OK Date: Thu, 21 Nov 2024 02:02:59 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:80
2024-11-20 00:20
HTTP/1.1 200 OK Date: Wed, 20 Nov 2024 00:20:44 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443
2024-11-19 21:38
HTTP/1.1 200 OK Date: Tue, 19 Nov 2024 21:38:56 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443 · www.freeboard.info
2024-11-18 23:44
HTTP/1.1 200 OK Date: Mon, 18 Nov 2024 23:44:53 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443 · freeboard.info
2024-11-18 20:22
HTTP/1.1 200 OK Date: Mon, 18 Nov 2024 20:22:49 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443
2024-11-17 21:41
HTTP/1.1 200 OK Date: Sun, 17 Nov 2024 21:41:49 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:80
2024-11-17 21:14
HTTP/1.1 200 OK Date: Sun, 17 Nov 2024 21:14:28 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443 · freeboard.info
2024-11-16 20:42
HTTP/1.1 200 OK Date: Sat, 16 Nov 2024 20:42:11 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443 · www.freeboard.info
2024-11-16 14:02
HTTP/1.1 200 OK Date: Sat, 16 Nov 2024 14:02:34 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443
2024-11-15 23:18
HTTP/1.1 200 OK Date: Fri, 15 Nov 2024 23:18:10 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:80
2024-11-15 21:34
HTTP/1.1 200 OK Date: Fri, 15 Nov 2024 21:34:24 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443 · freeboard.info
2024-11-02 12:49
HTTP/1.1 200 OK Date: Sat, 02 Nov 2024 12:49:34 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443 · www.freeboard.info
2024-11-02 12:49
HTTP/1.1 200 OK Date: Sat, 02 Nov 2024 12:49:33 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:80
2024-11-02 01:14
HTTP/1.1 200 OK Date: Sat, 02 Nov 2024 01:14:52 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443
2024-11-01 21:39
HTTP/1.1 200 OK Date: Fri, 01 Nov 2024 21:39:41 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443 · freeboard.info
2024-11-01 09:56
HTTP/1.1 200 OK Date: Fri, 01 Nov 2024 09:56:52 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443 · www.freeboard.info
2024-11-01 09:56
HTTP/1.1 200 OK Date: Fri, 01 Nov 2024 09:56:52 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:80
2024-10-31 23:52
HTTP/1.1 200 OK Date: Thu, 31 Oct 2024 23:52:01 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443
2024-10-31 21:12
HTTP/1.1 200 OK Date: Thu, 31 Oct 2024 21:12:50 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443 · www.freeboard.info
2024-10-30 07:50
HTTP/1.1 200 OK Date: Wed, 30 Oct 2024 07:50:33 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443 · freeboard.info
2024-10-30 07:50
HTTP/1.1 200 OK Date: Wed, 30 Oct 2024 07:50:33 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:80
2024-10-30 00:28
HTTP/1.1 200 OK Date: Wed, 30 Oct 2024 00:28:19 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443
2024-10-29 23:41
HTTP/1.1 200 OK Date: Tue, 29 Oct 2024 23:41:57 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443
2024-10-28 16:57
HTTP/1.1 200 OK Date: Mon, 28 Oct 2024 16:57:01 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443 · www.freeboard.info
2024-10-22 12:10
HTTP/1.1 200 OK Date: Tue, 22 Oct 2024 12:10:50 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443 · freeboard.info
2024-10-22 07:38
HTTP/1.1 200 OK Date: Tue, 22 Oct 2024 07:38:18 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443
2024-10-21 22:23
HTTP/1.1 200 OK Date: Mon, 21 Oct 2024 22:23:55 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:80
2024-10-21 20:15
HTTP/1.1 200 OK Date: Mon, 21 Oct 2024 20:15:57 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443 · www.freeboard.info
2024-10-20 11:59
HTTP/1.1 200 OK Date: Sun, 20 Oct 2024 11:59:14 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443 · freeboard.info
2024-10-20 03:20
HTTP/1.1 200 OK Date: Sun, 20 Oct 2024 03:20:15 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443
2024-10-19 22:44
HTTP/1.1 200 OK Date: Sat, 19 Oct 2024 22:44:29 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:80
2024-10-19 20:01
HTTP/1.1 200 OK Date: Sat, 19 Oct 2024 20:01:03 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443 · www.freeboard.info
2024-10-18 11:28
HTTP/1.1 200 OK Date: Fri, 18 Oct 2024 11:28:54 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443 · freeboard.info
2024-10-18 04:17
HTTP/1.1 200 OK Date: Fri, 18 Oct 2024 04:17:53 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443
2024-10-17 22:54
HTTP/1.1 200 OK Date: Thu, 17 Oct 2024 22:54:12 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:80
2024-10-17 20:43
HTTP/1.1 200 OK Date: Thu, 17 Oct 2024 20:43:14 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443 · freeboard.info
2024-10-17 01:43
HTTP/1.1 200 OK Date: Thu, 17 Oct 2024 01:43:39 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>
Open service 46.101.100.88:443 · www.freeboard.info
2024-10-16 09:13
HTTP/1.1 200 OK Date: Wed, 16 Oct 2024 09:13:13 GMT Server: Apache/2.4.57 (Ubuntu) Last-Modified: Mon, 25 Dec 2023 14:22:24 GMT ETag: "1cba-60d564b6f5d6c" Accept-Ranges: bytes Content-Length: 7354 Vary: Accept-Encoding Connection: close Content-Type: text/html Page title: freeboard <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>freeboard</title> <meta name="mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <meta name="viewport" content = "width = device-width, initial-scale = 1, user-scalable = no" /> <link href="css/freeboard.min.css" rel="stylesheet" /> <script src="js/freeboard.thirdparty.min.js"></script> <script type="text/javascript"> head.js("js/freeboard_plugins.min.js", "js/pubnub.plugin.js", // *** Load more plugins here *** function(){ $(function() { //DOM Ready freeboard.initialize(true); var hashpattern = window.location.hash.match(/(&|#)source=([^&]+)/); if (hashpattern !== null) { $.getJSON(hashpattern[2], function(data) { freeboard.loadDashboard(data, function() { freeboard.setEditing(false); }); }); } }); }); </script> </head> <body> <div id="board-content"> <img id="dash-logo" data-bind="attr:{src: header_image}, visible:header_image()"> <div class="gridster responsive-column-width"> <ul data-bind="grid: true"> </ul> </div> </div> <header id="main-header" data-bind="if:allow_edit"> <div id="admin-bar"> <div id="admin-menu"> <div id="board-tools"> <h1 id="board-logo" class="title bordered">freeboard</h1> <div id="board-actions"> <ul class="board-toolbar vertical"> <li data-bind="click: loadDashboardFromLocalFile"><i id="full-screen-icon" class="icon-folder-open icon-white"></i><label id="full-screen">Load Freeboard</label></li> <li><i class="icon-download-alt icon-white"></i> <label data-bind="click: saveDashboardClicked">Save Freeboard</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="true">[Pretty]</label> <label style="display: none;" data-bind="click: saveDashboard" data-pretty="false">[Minified]</label> </li> <li id="add-pane" data-bind="click: createPane"><i class="icon-plus icon-white"></i><label>Add Pane</label></li> </ul> </div> </div> <div id="datasources"> <h2 class="title">DATASOURCES</h2> <div class="datasource-list-container"> <table class="table table-condensed sub-table" id="datasources-list" data-bind="if: datasources().length"> <thead> <tr> <th>Name</th> <th>Last Updated</th> <th> </th> </tr> </thead> <tbody data-bind="foreach: datasources"> <tr> <td> <span class="text-button datasource-name" data-bind="text: name, pluginEditor: {operation: 'edit', type: 'datasource'}"></span> </td> <td data-bind="text: last_updated"></td> <td> <ul class="board-toolbar"> <li data-bind="click: updateNow"><i class="icon-refresh icon-white"></i></li> <li data-bind="pluginEditor: {operation: 'delete', type: 'datasource'}"> <i class="icon-trash icon-white"></i></li> </ul>