{"id":16769279,"url":"https://github.com/afro-coder/watchtower","last_synced_at":"2025-03-16T14:11:06.306Z","repository":{"id":172212001,"uuid":"215072237","full_name":"afro-coder/WatchTower","owner":"afro-coder","description":"Linux Dashboard written in Laravel.","archived":false,"fork":false,"pushed_at":"2019-11-27T11:08:37.000Z","size":3222,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T01:30:25.374Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/afro-coder.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-14T14:58:00.000Z","updated_at":"2019-11-27T11:24:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"35f55b4d-cece-4475-9fab-e8f6d63f6543","html_url":"https://github.com/afro-coder/WatchTower","commit_stats":null,"previous_names":["afro-coder/watchtower"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afro-coder%2FWatchTower","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afro-coder%2FWatchTower/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afro-coder%2FWatchTower/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/afro-coder%2FWatchTower/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/afro-coder","download_url":"https://codeload.github.com/afro-coder/WatchTower/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243878483,"owners_count":20362433,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T06:13:47.077Z","updated_at":"2025-03-16T14:11:06.300Z","avatar_url":"https://github.com/afro-coder.png","language":"PHP","readme":"\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://res.cloudinary.com/dtfbvvkyp/image/upload/v1566331377/laravel-logolockup-cmyk-red.svg\" width=\"400\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://travis-ci.org/laravel/framework\"\u003e\u003cimg src=\"https://travis-ci.org/laravel/framework.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://poser.pugx.org/laravel/framework/d/total.svg\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://poser.pugx.org/laravel/framework/v/stable.svg\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://poser.pugx.org/laravel/framework/license.svg\" alt=\"License\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n# Project WatchTower\n\n## Screenshots\n![2019-11-27_screenshot_16-35-08](https://user-images.githubusercontent.com/8469842/69718175-afe13e00-1133-11ea-8221-33d7408fb153.png)\n\n\n## About the project\n\nThis is a simple Linux dashboard, with the basic features such as CPU load, Uptime, Load Average and a simple Disk usage, disabled in a live environment for now.\n\nIts still in its basic stage, and all the settings are at the defaults and hardcoded.\n\nI was going to write this in Python but I wanted to learn PHP since its used every where.\n\n## How to set this up\n\nThis uses Postgresql but you can use MySQL by changing the driver to mysql in the .env file\n\u003cpre\u003e\nRun git clone https://github.com/Afro-Coder/WatchTower.git\ncd WatchTower\ncomposer update\nphp artisan key:generate\nphp artisan make:migration\n\u003c/pre\u003e\nYou also need to edit the .env file to add the Database details and the user details.\n\n## Upcoming addons\n\u003cul\u003e\n    \u003cli\u003eLog Viewer\u003c/li\u003e\n    \u003cli\u003eEmail alerts\u003c/li\u003e\n    \u003cli\u003eFree memory\u003c/li\u003e\n    \u003cli\u003eList of processes.\u003c/li\u003e\n    \u003cli\u003eNproc\u003c/li\u003e\n    \u003cli\u003eCpu Usage\u003c/li\u003e\n    \u003cli\u003eDisk Usage\u003c/li\u003e\n    \u003cli\u003eInode Usage\u003c/li\u003e\n    \u003cli\u003eReading Mail logs\u003c/li\u003e\n    \u003cli\u003eFilter logs\u003c/li\u003e\n\u003c/ul\u003e\n\nFeel free to leave your suggestions.\n\n## About Laravel\n\nLaravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:\n\n- [Simple, fast routing engine](https://laravel.com/docs/routing).\n- [Powerful dependency injection container](https://laravel.com/docs/container).\n- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.\n- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).\n- Database agnostic [schema migrations](https://laravel.com/docs/migrations).\n- [Robust background job processing](https://laravel.com/docs/queues).\n- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).\n\nLaravel is accessible, powerful, and provides tools required for large, robust applications.\n\n## Learning Laravel\n\nLaravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework.\n\nIf you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains over 1500 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library.\n\n## Laravel Sponsors\n\nWe would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel [Patreon page](https://patreon.com/taylorotwell).\n\n- **[Vehikl](https://vehikl.com/)**\n- **[Tighten Co.](https://tighten.co)**\n- **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)**\n- **[64 Robots](https://64robots.com)**\n- **[Cubet Techno Labs](https://cubettech.com)**\n- **[Cyber-Duck](https://cyber-duck.co.uk)**\n- **[British Software Development](https://www.britishsoftware.co)**\n- **[Webdock, Fast VPS Hosting](https://www.webdock.io/en)**\n- **[DevSquad](https://devsquad.com)**\n- [UserInsights](https://userinsights.com)\n- [Fragrantica](https://www.fragrantica.com)\n- [SOFTonSOFA](https://softonsofa.com/)\n- [User10](https://user10.com)\n- [Soumettre.fr](https://soumettre.fr/)\n- [CodeBrisk](https://codebrisk.com)\n- [1Forge](https://1forge.com)\n- [TECPRESSO](https://tecpresso.co.jp/)\n- [Runtime Converter](http://runtimeconverter.com/)\n- [WebL'Agence](https://weblagence.com/)\n- [Invoice Ninja](https://www.invoiceninja.com)\n- [iMi digital](https://www.imi-digital.de/)\n- [Earthlink](https://www.earthlink.ro/)\n- [Steadfast Collective](https://steadfastcollective.com/)\n- [We Are The Robots Inc.](https://watr.mx/)\n- [Understand.io](https://www.understand.io/)\n- [Abdel Elrafa](https://abdelelrafa.com)\n- [Hyper Host](https://hyper.host)\n\n## Contributing\n\nThank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).\n\n## Security Vulnerabilities\n\nIf you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [taylor@laravel.com](mailto:taylor@laravel.com). All security vulnerabilities will be promptly addressed.\n\n## License\n\nThe Laravel framework is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","funding_links":["https://patreon.com/taylorotwell"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafro-coder%2Fwatchtower","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fafro-coder%2Fwatchtower","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fafro-coder%2Fwatchtower/lists"}