{"id":26641049,"url":"https://github.com/josephspace/guacview","last_synced_at":"2025-10-07T08:10:51.659Z","repository":{"id":284194412,"uuid":"954136581","full_name":"JosephSpace/Guacview","owner":"JosephSpace","description":"The main purpose of the application is to retrieve data from users connected to the same Active Directory server as you and eliminate IT-related file clutter. The goal is to help you run tasks effortlessly without searching for files manually.  In short, if you have a file, you can simply import it for easy processing.","archived":false,"fork":false,"pushed_at":"2025-03-24T16:21:54.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T17:26:42.386Z","etag":null,"topics":["css","flask","html","javascript","python"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JosephSpace.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2025-03-24T16:04:12.000Z","updated_at":"2025-03-24T16:21:59.000Z","dependencies_parsed_at":"2025-03-24T17:37:13.488Z","dependency_job_id":null,"html_url":"https://github.com/JosephSpace/Guacview","commit_stats":null,"previous_names":["josephspace/guacview"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/JosephSpace/Guacview","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JosephSpace%2FGuacview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JosephSpace%2FGuacview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JosephSpace%2FGuacview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JosephSpace%2FGuacview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JosephSpace","download_url":"https://codeload.github.com/JosephSpace/Guacview/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JosephSpace%2FGuacview/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278740839,"owners_count":26037481,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["css","flask","html","javascript","python"],"created_at":"2025-03-24T18:19:26.627Z","updated_at":"2025-10-07T08:10:51.641Z","avatar_url":"https://github.com/JosephSpace.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Guacomole View - Google Chrome 2025-03-24 19-04-53](https://github.com/user-attachments/assets/d082aec1-2485-4f0d-9eea-fbf3c5e78e13)\n\nThe primary goal of this application is to retrieve data from users connected to the same Active Directory server as you, streamlining IT-related tasks and eliminating file clutter. Instead of manually searching for specific files or information, the application provides an efficient and organized way to access and manage user data.\n\nIts main objective is to simplify your workflow by automating processes, allowing you to run tasks effortlessly. If you have a relevant file, you can easily import it and let the system handle the rest, ensuring a smooth and hassle-free experience.\n\n* CPU %\n* Memory %\n* User Files\n* AD Server\n* RAM Used/Total\n* Disk Used/Total\n* User Control\n\n## Setup\n\ninstalls the Flask framework, allowing you to develop web applications and APIs in Python.\n\n```\npip install flask\n```\n\nWhen you import this file, all libraries will be downloaded.\n\n```\npip install -r requirements.txt\n```\n\n``` \nGuacview/                      # Ana proje dizini\n├── app.py                     # Ana Flask uygulaması, route'lar ve kimlik doğrulama işlemleri\n├── api.py                     # Sistem istatistikleri için API fonksiyonları\n├── requirements.txt           # Proje bağımlılıkları\n│\n├── __pycache__/               # Python derleme dosyaları\n│   ├── api.cpython-312.pyc\n│   └── auth.cpython-312.pyc\n│\n├── static/                    # Statik dosyalar dizini\n│   ├── css/                   # CSS stil dosyaları\n│   │   ├── dashboard.css      # Dashboard sayfası için stil\n│   │   ├── login_style.css    # Giriş sayfası için stil\n│   │   ├── main.css           # Ana sayfa için stil\n│   │   ├── navbar.css         # Navigasyon çubuğu için stil\n│   │   └── style.css          # Genel stil dosyası\n│   │\n│   └── js/                    # JavaScript dosyaları\n│       ├── applications.js    # Uygulamalar sayfası için script\n│       ├── dashboard.js       # Dashboard sayfası için script\n│       ├── navbar.js          # Navigasyon çubuğu için script\n│       └── script.js          # Genel script dosyası\n│\n└── templates/                 # HTML şablon dosyaları\n    ├── applications.html      # Uygulamalar sayfası\n    ├── dashboard.html         # Dashboard sayfası\n    ├── home.html              # Ana sayfa\n    ├── login.html             # Giriş sayfası\n    └── table.html             # Tablo görünümü sayfası\n``` \n## Maintainer\n\nhttps://github.com/JosephSpace\n\n## Credits\n\nhttps://github.com/JosephSpace/Guacview\n\n## Contact\n\n- İnstagram: https://www.instagram.com/joseph.ddf/\n- LinkedIn: https://www.linkedin.com/in/yusuf-aşkın-56015b232/\n- Mail: yusufaliaskin@gmail.com\n\n---\n## License\n\nMIT\n\nThe included Freeboard code is redistributed per its MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosephspace%2Fguacview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosephspace%2Fguacview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosephspace%2Fguacview/lists"}