{"id":17881617,"url":"https://github.com/mischief/webfs","last_synced_at":"2025-04-03T01:41:38.762Z","repository":{"id":10213482,"uuid":"12309555","full_name":"mischief/webfs","owner":"mischief","description":"webfs(4) in go","archived":false,"fork":false,"pushed_at":"2014-04-20T08:24:37.000Z","size":123,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-08T15:47:06.507Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/mischief.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":"2013-08-22T22:37:49.000Z","updated_at":"2023-04-02T21:46:03.000Z","dependencies_parsed_at":"2022-09-22T07:56:06.368Z","dependency_job_id":null,"html_url":"https://github.com/mischief/webfs","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/mischief%2Fwebfs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mischief%2Fwebfs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mischief%2Fwebfs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mischief%2Fwebfs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mischief","download_url":"https://codeload.github.com/mischief/webfs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246922238,"owners_count":20855343,"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-10-28T12:37:52.661Z","updated_at":"2025-04-03T01:41:38.743Z","avatar_url":"https://github.com/mischief.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"webfs\n=====\n\na go reimplementation of [webfs](http://man.cat-v.org/9front/4/webfs)\n\nlinux\n-----\n\nrequirements: [plan9port](http://swtch.com/plan9port/)\n\nalternatively, one may use the linux kernel 9p driver\n\n    # fetch\n    go get github.com/mischief/webfs\n\n    # run\n    webfs \u0026\n\n    # mount\n    9 srv -n 'tcp!127.0.0.1!5640' webfs\n    mkdir $HOME/webfs\n    9pfuse `namespace`/webfs $HOME/webfs\n\n    # usage\n    url=https://www.kernel.org/doc/Documentation/filesystems/9p.txt\n    cd $HOME/webfs\n    d=$(cat clone)\n    echo url $url \u003e\u003e $d/ctl\n    less $d/body\n\nplan 9\n------\n\n    # fetch\n    hget https://github.com/mischief/webfs/archive/master.zip \u003e webfs.zip\n    unzip \u003c webfs.zip\n    cd webfs-master\n    go build\n\n    # run\n    ./webfs-master \u0026\n\n    # mount\n    srv 'tcp!$ip!5640' web /mnt/web\n\n    # usage\n    url=https://www.kernel.org/doc/Documentation/filesystems/9p.txt\n    cd /mnt/web\n    d=`{cat clone}\n    echo url $url \u003e\u003e $d/ctl\n    cat $d/body\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmischief%2Fwebfs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmischief%2Fwebfs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmischief%2Fwebfs/lists"}