{"id":20178854,"url":"https://github.com/drsnowbird/jetty-fileserver","last_synced_at":"2026-06-08T11:01:56.969Z","repository":{"id":90087450,"uuid":"100067529","full_name":"DrSnowbird/jetty-fileserver","owner":"DrSnowbird","description":"jetty-fileserver as Docker container with linking to host shared folder","archived":false,"fork":false,"pushed_at":"2023-03-12T21:16:46.000Z","size":93,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-03T05:41:48.138Z","etag":null,"topics":["file-download","file-sharing","fileserver","jetty-server"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DrSnowbird.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":"2017-08-11T20:21:55.000Z","updated_at":"2022-02-26T19:54:16.000Z","dependencies_parsed_at":"2024-11-14T03:15:11.022Z","dependency_job_id":null,"html_url":"https://github.com/DrSnowbird/jetty-fileserver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DrSnowbird/jetty-fileserver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSnowbird%2Fjetty-fileserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSnowbird%2Fjetty-fileserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSnowbird%2Fjetty-fileserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSnowbird%2Fjetty-fileserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DrSnowbird","download_url":"https://codeload.github.com/DrSnowbird/jetty-fileserver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrSnowbird%2Fjetty-fileserver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34059157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":["file-download","file-sharing","fileserver","jetty-server"],"created_at":"2024-11-14T02:23:46.169Z","updated_at":"2026-06-08T11:01:56.949Z","avatar_url":"https://github.com/DrSnowbird.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jetty 9 + Java 11 OpenJDK\n\n[![](https://images.microbadger.com/badges/image/openkbs/jetty-fileserver.svg)](https://microbadger.com/images/openkbs/jetty-fileserver \"Get your own image badge on microbadger.com\") [![](https://images.microbadger.com/badges/version/openkbs/jetty-fileserver.svg)](https://microbadger.com/images/openkbs/jetty-fileserver \"Get your own version badge on microbadger.com\")\n\n# Components:\n* Jetty version: 9.4.30.v20200611\n* Base Components (e.g., Maven, Java, NodeJS, etc.)\n  * See [openkbs/jdk-mvn-py3 - Components](https://github.com/DrSnowbird/jdk-mvn-py3/blob/master/README.md#Components)\n  * See [openkbs/jdk-mvn-py3 - Releases Information](https://github.com/DrSnowbird/jdk-mvn-py3/blob/master/README.md#Releases-information)\n\n# Run (recommended for easy-start)\nImage is pulling from openkbs/jetty-fileserver\n```\n./run.sh\n```\n\n## Prepare your Web Folder\nThe default \"run.sh\" use the following base FTP directory.\n* Important: You need to copy your data file into the folder \"UNDER\" the folder \"jetty_base\":\n\n```\n    $HOME/data-docker/jetty_fileserver/jetty_base/\n\n~/data-docker/jetty-fileserver: \n.\n├── data\n├── jetty_base\n└── workspace\n\n```\n\n## Web File URL Access\nFor production, you need to configure Jetty to support https to be secured transport.\n```\nhttp://\u003chost_ip\u003e:18080/jetty_base/ (if you remotely access the Jetty FTP server)\nor\nhttp://localhost:18080/jetty_base/ (if you are on the same local host)\n```\n\n\n# Pull the image from Docker Repository\n\n```\ndocker pull openkbs/jetty-fileserver\n```\n\n# Build your own image from this\n\n```\nFROM openkbs/jetty-fileserver\n```\n\n# Build and Run your own image\nTo build your own image, say, \"my/jetty-fileserver\".\n\n```\ndocker build -t my/jetty-fileserver .\n```\n\nTo run your own image with the name of \"some-jetty-fileserver\":\n\n```\nmkdir ./data\ndocker run -d --name some-jetty-fileserver -i -t my/jetty-fileserver\n```\n\n# Shell into the Docker instance\nYou can simply run ./shell.sh\nor\n\n```\ndocker exec -it some-jetty-fileserver /bin/bash\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrsnowbird%2Fjetty-fileserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrsnowbird%2Fjetty-fileserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrsnowbird%2Fjetty-fileserver/lists"}