{"id":19397988,"url":"https://github.com/chainski/https-file-server","last_synced_at":"2025-06-13T20:37:10.334Z","repository":{"id":94753491,"uuid":"468207656","full_name":"Chainski/HTTPS-FILE-SERVER","owner":"Chainski","description":"This is a simple http file server to access your files via webbrowser.","archived":false,"fork":false,"pushed_at":"2024-07-18T05:23:43.000Z","size":47,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-03T00:24:27.270Z","etag":null,"topics":["file-server","file-server-python","https","https-file-server","https-server","python-http-file-server","python3","ssl"],"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/Chainski.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":"2022-03-10T05:34:11.000Z","updated_at":"2024-08-01T12:41:14.000Z","dependencies_parsed_at":"2025-01-11T09:31:59.360Z","dependency_job_id":null,"html_url":"https://github.com/Chainski/HTTPS-FILE-SERVER","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chainski%2FHTTPS-FILE-SERVER","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chainski%2FHTTPS-FILE-SERVER/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chainski%2FHTTPS-FILE-SERVER/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chainski%2FHTTPS-FILE-SERVER/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chainski","download_url":"https://codeload.github.com/Chainski/HTTPS-FILE-SERVER/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250572268,"owners_count":21452327,"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":["file-server","file-server-python","https","https-file-server","https-server","python-http-file-server","python3","ssl"],"created_at":"2024-11-10T11:04:34.532Z","updated_at":"2025-04-24T05:31:17.232Z","avatar_url":"https://github.com/Chainski.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://github.com/chainski/HTTPS-FILE-SERVER\"\u003e\u003cimg src=\"https://img.shields.io/badge/OPEN--SOURCE-YES-green\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/chainski/HTTPS-FILE-SERVER\"\u003e\u003cimg src=\"https://img.shields.io/badge/PYTHON-3.10-green\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/chainski/HTTPS-FILE-SERVER\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-GPL--3.0-orange\"\u003e\u003c/a\u003e \n\u003ca href=\"https://github.com/chainski/HTTPS-FILE-SERVER\"\u003e\u003cimg src=\"https://img.shields.io/badge/contributions-welcome-green\"\u003e\u003c/a\u003e\n\n# HTTPS-FILE-SERVER\n- This is a simple http file server to access your files via webbrowser.\n\n## Preview\n![server](https://github.com/user-attachments/assets/250b8b80-6525-48fe-a590-0aa2547ee86c)\n\n\n## Support Python Version\n- Python 3.10+\n\n## Dependencies\n- run install.bat\n\n\n## Why choose\n- Good UI\n- Lightweight\n- SSL support\n- Easy to use\n\n## Usage\n```\npython https-file-server\n```\n## Mandatory SSL\nThis script must be used with a certificate in order to work so, you need to generate one:\n\n## Open Powershell as admin and enter the command below\n```\n$cert = New-SelfSignedCertificate -Subject \"localhost\" -TextExtension @(\"2.5.29.17={text}DNS=localhost\u0026IPAddress=127.0.0.1\") -CertStoreLocation cert:\\LocalMachine\\My \n$pwd = ConvertTo-SecureString -String \"httpfileserver\" -Force -AsPlainText\nExport-PfxCertificate -Cert $cert -FilePath $env:userprofile\\downloads\\cert.pfx -Password $pwd\n```\n## Convert the .pfx file to a .pem extension using \u003ca href=\"https://slproweb.com/products/Win32OpenSSL.html\"\u003e\u003cimg src=\"https://img.shields.io/badge/Open-SSL-yellow\"\u003e\u003c/a\u003e \n```\nopenssl pkcs12 -in cert.pfx -out cert.pem -nodes\n\n```\nAfter converting the certificate move it to the same directory as the script then run \n```\npython https-file-server.py \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchainski%2Fhttps-file-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchainski%2Fhttps-file-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchainski%2Fhttps-file-server/lists"}