{"id":19693715,"url":"https://github.com/arad-afzali/self-hosted-cloud-storage","last_synced_at":"2026-04-19T14:35:59.019Z","repository":{"id":221215906,"uuid":"753760798","full_name":"Arad-Afzali/Self-Hosted-Cloud-Storage","owner":"Arad-Afzali","description":"Self Hosted Cloud Storage system using Django as backend","archived":false,"fork":false,"pushed_at":"2024-07-02T09:31:23.000Z","size":69312,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-27T12:02:55.946Z","etag":null,"topics":["bootstrap","cloud","cloud-storage","django","self-hosted","self-hosted-cloud"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"kavishsanghvi/file-management-system-using-django","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Arad-Afzali.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":"2024-02-06T18:37:33.000Z","updated_at":"2024-08-01T07:04:40.000Z","dependencies_parsed_at":"2024-06-02T21:43:40.113Z","dependency_job_id":"bc77b021-26f4-419d-95cf-277cd72fb11f","html_url":"https://github.com/Arad-Afzali/Self-Hosted-Cloud-Storage","commit_stats":null,"previous_names":["arad-afzali/self-hosted-cloud-storage-managment","arad-afzali/self-hosted-cloud-storage"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Arad-Afzali/Self-Hosted-Cloud-Storage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arad-Afzali%2FSelf-Hosted-Cloud-Storage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arad-Afzali%2FSelf-Hosted-Cloud-Storage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arad-Afzali%2FSelf-Hosted-Cloud-Storage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arad-Afzali%2FSelf-Hosted-Cloud-Storage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Arad-Afzali","download_url":"https://codeload.github.com/Arad-Afzali/Self-Hosted-Cloud-Storage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arad-Afzali%2FSelf-Hosted-Cloud-Storage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32010064,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["bootstrap","cloud","cloud-storage","django","self-hosted","self-hosted-cloud"],"created_at":"2024-11-11T19:17:47.843Z","updated_at":"2026-04-19T14:35:59.001Z","avatar_url":"https://github.com/Arad-Afzali.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Self-Hosted Cloud Storage\n\nThis is a self-hosted cloud storage management system built using Django. The system allows users to upload, manage, and share files securely within their own infrastructure.\n\n![alt text](\u003css.png\u003e)\n\n## Features\n\n- User authentication\n- File upload, download, and management\n- Responsive design for desktop and mobile devices\n\n## Installation\n\nFollow these steps to set up the project on your local machine.\n\n### Prerequisites\n\n- Python 3.12 or higher\n- Django 4.x\n- Virtual environment (optional but recommended)\n\n1. **Clone the repository**:\n    ```bash\n    git clone https://github.com/Arad-Afzali/Self-Hosted-Cloud-Storage.git\n    cd Self-Hosted-Cloud-Storage\n    ```\n\n2. **Create and activate a virtual environment** (recommended):\n    \n    **On macOS/Linux:**\n    ```bash\n    python3 -m venv venv\n    source venv/bin/activate\n    ```\n\n    **On Windows:**\n    ```cmd\n    python3 -m venv venv\n    venv\\Scripts\\activate\n    ```\n\n3. **Install the dependencies**:\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n### Set Up the Database\n\nRun the following commands to apply migrations and set up the database.\n\n```bash\npython manage.py makemigrations\npython manage.py migrate\n```\n\n### Run the Server\n\nStart the development server.\n\n```bash\npython manage.py runserver\n```\n\nOpen your browser and navigate to `http://127.0.0.1:8000` to see the application in action.\n\n### Note\n\nYou can creat a new superuser by running the following command  superuser can be used for deleting users  \n\n```bash\npython manage.py createsuperuser\n```\n\n## Usage\n\n### File Management\n\n- Log in with your account.\n- Upload files using the file upload interface.\n- Manage your files through the dashboard, including downloading, deleting, and sharing files.\n\n\n## Contributing\n\nContributions are welcome! Please follow these steps to contribute:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bugfix.\n3. Make your changes and commit them with descriptive messages.\n4. Push your changes to your fork.\n5. Open a pull request and describe the changes you have made.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farad-afzali%2Fself-hosted-cloud-storage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farad-afzali%2Fself-hosted-cloud-storage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farad-afzali%2Fself-hosted-cloud-storage/lists"}