{"id":16255276,"url":"https://github.com/rpgeeganage/web-pizza-file-share","last_synced_at":"2025-04-08T13:18:45.884Z","repository":{"id":32370190,"uuid":"35946380","full_name":"rpgeeganage/web-pizza-file-share","owner":"rpgeeganage","description":"Onion Share (https://onionshare.org/) like file sharing app","archived":false,"fork":false,"pushed_at":"2015-05-20T16:14:02.000Z","size":2160,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T09:33:19.737Z","etag":null,"topics":["filesharing","privacy"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rpgeeganage.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-20T12:26:33.000Z","updated_at":"2021-01-27T18:05:27.000Z","dependencies_parsed_at":"2022-09-16T23:40:45.307Z","dependency_job_id":null,"html_url":"https://github.com/rpgeeganage/web-pizza-file-share","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpgeeganage%2Fweb-pizza-file-share","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpgeeganage%2Fweb-pizza-file-share/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpgeeganage%2Fweb-pizza-file-share/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpgeeganage%2Fweb-pizza-file-share/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rpgeeganage","download_url":"https://codeload.github.com/rpgeeganage/web-pizza-file-share/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247847614,"owners_count":21006100,"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":["filesharing","privacy"],"created_at":"2024-10-10T15:29:15.538Z","updated_at":"2025-04-08T13:18:45.866Z","avatar_url":"https://github.com/rpgeeganage.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ```Web Pizza``` file sharing system\nThis is similar to Onion Share (https://onionshare.org/). The difference is the file have to stored in a ```remote location ``` where, the particular file is accessible via ```HTTP GET ``` request.\n\n## Installation\n##### Web Pizza app\n* Install latest ```NodeJS``` (https://nodejs.org/)\n* Download the latest build from https://github.com/rpgeeganage/web-pizza-file-share\n\n##### TOR browser\n* Download ```TOR``` from https://www.torproject.org/download/download-easy.html.en\n* Set up the Hidden service as mentioned in https://www.torproject.org/docs/tor-hidden-service.html.en or http://www.makeuseof.com/tag/create-hidden-service-tor-site-set-anonymous-website-server/\n* Set the hidden service local server as ```127.0.0.1:\u003cport of the server component\u003e```. \n\n\u003e eg: 127.0.0.1:8483\n\n\n## Using app\n###### Linux/Ubuntu users\n* Execute the script ```run.sh```\n\n###### Windows users\n* For Client app, excute ```client.bat```\n* For Server app, excute ```server.bat```\n\n#### Default Url\n* Client default Url : ```http://localhost:9851```\n* Server default Url : ```http://localhost:8483```\n\n##### Configuration\nThe configueration file is located at ```config/config.json```\n\u003e Default config file : \n\n```json\n{\n  \"online_server_port\" : \"8483\",\n  \"client_port\" : \"9800\",\n  \"private_map_file_locket\" : \"../locket\",\n  \"tor\" :  {\n    \"enabled\" : false, \n    \"port\" : \"9050\" \n  }\n}\n````\n\n```  \"online_server_port\" : \"8483\"``` =\u003e Server port\n\n```  \"client_port\" : \"9800\"``` =\u003e Client port\n\n```  \"private_map_file_locket\" : \"../locket\"``` =\u003e locket folder path\n\n``` \"enabled\" : false``` =\u003e Change to True to use TOR for remote file download\n\n``` \"port\" : \"9050\"``` =\u003e TOR SOCKS port\n## Locker file\nA single locker is create each time.\n### ```Important``` Please Store the locker files in a secure place.\n##### Locker file format \n\u003e Sample locker file.\n\n```json\n{\n    \"pass_code\":\"61601b25d62f6be89f91ee76a2cf34d6\",\n    \"url_set\":[\n        \"http://filestorage.com/mysecret/my-secret-file-01.pdf\",\n        \"http://filestorage.com/mysecret/my-secret-file-02.pdf\"\n    ]\n}\n```\n\n```  \"pass_code\" : \"61601b25d62f6be89f91ee76a2cf34d6\"``` =\u003e This is the code which used by the receiver\n\n```  \"url_set\": [...] ``` =\u003e URLs of the secret files\n\n![alt tag](https://github.com/rpgeeganage/web-pizza-file-share/blob/master/how-to.jpg)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frpgeeganage%2Fweb-pizza-file-share","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frpgeeganage%2Fweb-pizza-file-share","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frpgeeganage%2Fweb-pizza-file-share/lists"}