- Eine VM mit Linux
- InfuxDB
- Grafana
- PHP + CURL
- Datenbank + User in InfluxDB anlegen
| <?php | |
| declare(strict_types=1); | |
| namespace PerrysFramework; | |
| class FileUploadUtils | |
| { | |
| // This is just a list of my personal common mime types, | |
| // this may not suit your requirements |
| # by Christian Blechert <[email protected]> | |
| # ATTENTION! It only checks ext3 + ext4 filesystems right now! | |
| # Extend it if you use something else | |
| # Repo: https://github.com/perryflynn/find-log4j | |
| while read -u 3 -r JAR | |
| do | |
| Moved to https://github.com/perryflynn/git-utils |
| Ext.define('Ext.ux.data.proxy.JsonAjaxProxy', { | |
| extend:'Ext.data.proxy.Ajax', | |
| alias:'proxy.jsonajax', | |
| /** | |
| * proxy: { | |
| * type:'jsonajax', | |
| * api: { | |
| * read:'/api' | |
| * }, |
| <html> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | |
| <title>Grid to Tree Drag and Drop Example</title> | |
| <link rel="stylesheet" type="text/css" href="../../resources/css/ext-all.css" /> | |
| <link rel="stylesheet" type="text/css" href="../shared/example.css" /> | |
| <script type="text/javascript" src="../../bootstrap.js"></script> | |
| <script type="text/javascript" src="../shared/examples.js"></script> |