{"id":22120400,"url":"https://github.com/znitche/homedrive","last_synced_at":"2025-07-25T12:33:18.903Z","repository":{"id":54339210,"uuid":"319414006","full_name":"zNitche/HomeDrive","owner":"zNitche","description":"Flask based minimalist file server with users accounts permissions","archived":false,"fork":false,"pushed_at":"2023-05-18T20:01:45.000Z","size":94,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-05-18T21:23:25.810Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/zNitche.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":"2020-12-07T18:51:12.000Z","updated_at":"2023-05-18T21:23:25.811Z","dependencies_parsed_at":"2023-01-19T19:26:15.402Z","dependency_job_id":null,"html_url":"https://github.com/zNitche/HomeDrive","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zNitche%2FHomeDrive","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zNitche%2FHomeDrive/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zNitche%2FHomeDrive/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zNitche%2FHomeDrive/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zNitche","download_url":"https://codeload.github.com/zNitche/HomeDrive/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227575652,"owners_count":17788389,"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-12-01T14:23:13.815Z","updated_at":"2024-12-01T14:23:14.453Z","avatar_url":"https://github.com/zNitche.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HomeDrive\n### Easy to use minimalist file server\n\nDjango reimplementation [here](https://github.com/zNitche/IO)\n\n---\n## App + MySQL Setup:\n### Install\n1. Clone this repo.\n2. Generate `.env` config file and change config values (`STORAGE_*_PATH` and `MYSQL_ROOT_PASSWORD`).\n```\npython3 generate_dotenv.py --db_mode MySQL\n```\n3. Run docker container.\n```\nsudo docker compose -f docker-compose.yml up -d\n```\n\n### Dev\n1. Change `MYSQL_SERVER_HOST` in `.env` to `127.0.0.1`\n2. Run DEV docker-compose.\n```\nsudo docker compose -f docker-compose-dev.yml up\n```\n\n## App + SQLite Setup:\n### Install\n1. Clone this repo.\n2. Generate `.env` config file and change config values (`STORAGE_*_PATH`).\n```\npython3 generate_dotenv.py --db_mode SQLite\n```\n3. Run docker container.\n```\nsudo docker compose -f docker-compose-sqlite.yml up -d\n```\n\n### Dev\njust run app\n```\npython3 app.py\n```\n\n## Create accounts\n1. Bash into container.\n```\nsudo docker container exec -it home_drive_web_app bash\n```\n2. Create users accounts using `users_manager.py` (this includes user's permissions settings).\n\n\n### Usage\n1. Use `Shared/Private` switch to switch between shared and private space (if current user has private space)\n2. Use `Download/Delete` buttons to manage files (download and delete them)\n3. Use `Create Directory` button to create directory inside your private space\n4. Use `Upload` button to upload file to shared or private space (or selected directory inside private space)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fznitche%2Fhomedrive","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fznitche%2Fhomedrive","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fznitche%2Fhomedrive/lists"}