{"id":20769368,"url":"https://github.com/bayars/cloud-management-panel","last_synced_at":"2026-05-03T20:37:17.832Z","repository":{"id":41900477,"uuid":"211533210","full_name":"bayars/Cloud-Management-Panel","owner":"bayars","description":"The panel made with Django. Manages files and directories in remote servers.","archived":false,"fork":false,"pushed_at":"2023-12-30T13:55:42.000Z","size":24675,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T19:45:09.737Z","etag":null,"topics":["cloudmanagementplatform","django","management-system","postgresql","python37"],"latest_commit_sha":null,"homepage":"","language":"Python","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/bayars.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":"2019-09-28T16:57:27.000Z","updated_at":"2022-06-12T16:12:17.000Z","dependencies_parsed_at":"2024-05-23T03:44:00.799Z","dependency_job_id":"e7bbc849-a5a4-4454-bd1e-31d7c95feef9","html_url":"https://github.com/bayars/Cloud-Management-Panel","commit_stats":null,"previous_names":["bayars/cloud-management-panel"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bayars/Cloud-Management-Panel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bayars%2FCloud-Management-Panel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bayars%2FCloud-Management-Panel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bayars%2FCloud-Management-Panel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bayars%2FCloud-Management-Panel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bayars","download_url":"https://codeload.github.com/bayars/Cloud-Management-Panel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bayars%2FCloud-Management-Panel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274088637,"owners_count":25220261,"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-09-07T02:00:09.463Z","response_time":67,"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":["cloudmanagementplatform","django","management-system","postgresql","python37"],"created_at":"2024-11-17T11:43:35.420Z","updated_at":"2026-05-03T20:37:12.665Z","avatar_url":"https://github.com/bayars.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cloud Management Panel\n\n![Screenshot1](public/Screenshot.png)\n\nThe project manages files and directories to remote servers. The main pages wants register to your server information. Afterthat the new page open and you can see files and directories.\n\nYou can delete, upload, create, download the all matters. The system on development mode right now. So you're just using for development.\n\nI used PostgreSQL 11 you should use upper versions of PostgreSQL.\n\nYou need to install the python3-dev package in debian or Redhat systems.\n\n```shell\nsudo apt install python3-dev\nsudo yum install python3-dev\n```\n\nVirtualenv should be install in system.\n\n```shell\nvirtualenv cloud\n. cloud/bin/activate\npip install -r requirements.txt\n```\n\nPostgreSQL wants to access to cloud database. So, you need create user, password and database for clouds.\n\n```shell\ncreate user TEST with password 'TEST'\ncreate database cloudpanel owner TEST;\n```\n\nTables need to create in PostgreSQL. You should run this command.\n\n```shell\npython manage.py migrate\n```\n\nSuper user purpose access to admin page. That wants to information of admin user.\n\n```shell\npython manage.py createsuperuser\n```\n\nRun the web application;\n\n```shell\npython manage.py runserver\n```\n\n![Screenshot2](public/Screenshot1.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbayars%2Fcloud-management-panel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbayars%2Fcloud-management-panel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbayars%2Fcloud-management-panel/lists"}