{"id":18251798,"url":"https://github.com/hiroakis/host-management-app","last_synced_at":"2026-06-19T16:33:00.968Z","repository":{"id":145130466,"uuid":"21118368","full_name":"hiroakis/host-management-app","owner":"hiroakis","description":"This project is created for my angular.js study :)","archived":false,"fork":false,"pushed_at":"2014-08-01T07:54:31.000Z","size":407,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T20:48:46.935Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/hiroakis.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}},"created_at":"2014-06-23T07:59:03.000Z","updated_at":"2014-07-28T06:57:53.000Z","dependencies_parsed_at":"2023-03-22T22:17:02.316Z","dependency_job_id":null,"html_url":"https://github.com/hiroakis/host-management-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hiroakis/host-management-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Fhost-management-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Fhost-management-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Fhost-management-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Fhost-management-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiroakis","download_url":"https://codeload.github.com/hiroakis/host-management-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroakis%2Fhost-management-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280801541,"owners_count":26393546,"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-24T02:00:06.418Z","response_time":73,"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":[],"created_at":"2024-11-05T09:48:30.755Z","updated_at":"2025-10-24T13:21:39.868Z","avatar_url":"https://github.com/hiroakis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# host-management-app\n\nThis is a IP address and host administration tool using flask and angular.js.\nThis project is created for my angular.js study :)\n\n* Python 3.3\n* Flask\n* SQLAlchemy\n* MySQL\n* Angular.js\n\n## Installation\n\n### This application\n\n```\ngit clone https://github.com/hiroakis/host-management-app.git\ncd host-management-app\npip install -r requirements.txt\ncd view\nbower install\n```\n\n### httpd\n\nMove view directory to document root on your httpd and edit view/static/js/app.js following line.\n\n```\nvar api = 'http://localhost:8080';\n```\n\n* nginx.conf\n\nview/nginx.conf.example\n\n### MySQL\n\nInstall MySQL and edit srvadm/config.py\n\n```\nSQLALCHEMY_DATABASE_URI = 'mysql+pymysql://srv:srv@localhost/srv?charset=utf8'\n```\n\nCreate database schema and user to connect.\n\n```\n/etc/init.d/mysql start\nmysql -uroot -e \"create database srv\"\nmysql -uroot -e \"grant all privileges on srv.* to 'srv'@'localhost' identified by 'srv';\n```\n\n### start application\n\n```\npython manage.py run\n```\n\n### insert sample data\n\n```\nsh init.sh\n```\n\n## screen shot\n\n![](screenshot.png?raw=true)\n\n## License\n\nMIT.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroakis%2Fhost-management-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiroakis%2Fhost-management-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroakis%2Fhost-management-app/lists"}