{"id":21019341,"url":"https://github.com/rmraya/mvdserver","last_synced_at":"2026-01-24T07:02:02.250Z","repository":{"id":133853751,"uuid":"219544851","full_name":"rmraya/MVDServer","owner":"rmraya","description":"A simple web server that supports HTTP and HTTPS","archived":false,"fork":false,"pushed_at":"2024-10-17T21:19:30.000Z","size":19575,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T05:23:16.264Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rmraya.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":"2019-11-04T16:21:30.000Z","updated_at":"2024-10-17T21:19:35.000Z","dependencies_parsed_at":"2024-11-19T10:36:08.617Z","dependency_job_id":"f62cf1cc-d9c3-4d4e-9751-8ab76207d83b","html_url":"https://github.com/rmraya/MVDServer","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/rmraya%2FMVDServer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmraya%2FMVDServer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmraya%2FMVDServer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmraya%2FMVDServer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rmraya","download_url":"https://codeload.github.com/rmraya/MVDServer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254296426,"owners_count":22047263,"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-11-19T10:31:19.277Z","updated_at":"2026-01-24T07:01:57.206Z","avatar_url":"https://github.com/rmraya.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MVDServer\n\nA simple web server that supports HTTP and HTTPS.\n\nIf you use binaries from the command line, running `.\\server.bat` or `./server.sh` without parameters displays help for using MVDServer.\n\n```text\nserver.sh [-help] [-version] [-config config.json]\nWhere:\n\n   -help:      (optional) Display this help information and exit\n   -version:   (optional) Display version \u0026 build information and exit\n   -config:    (optional) Load configuration from JSON file (default: config.json)\n```\n\nEdit the provided `config.json` (see below) and personalize your settings or create a new JSON file withe the same fields.\n\n```JSON\n{\n    \"hostName\": \"mysite.com\",\n    \"ipAddress\": \"\",\n    \"httpPort\": 8080,\n    \"httpsPort\": 8443,\n    \"keystore\": \"\",\n    \"password\": \"\",\n    \"webDir\": \"www\",\n    \"stopWord\": \"halt\"\n}\n```\n\nReady to use binaries and configuration information are available at [MVDServer home page](https://www.mvdsoftware.com/tools/mvdserver.html).\n\nYou can find instructions for generating TLS/SSL certificates for using HTTPS with MVDServer at [https://mvdsoftware.com/tools/certificates.html](https://mvdsoftware.com/tools/certificates.html)\n\n## Requirements\n\n- JDK 21 or newer is required for compiling and building. Pre-built binaries already include everything you need to run all options.\n- Apache Ant 1.10.6 or newer\n\n## Building\n\n- Checkout this repository.\n- Point your JAVA_HOME variable to JDK 17\n- Run `ant` to generate a binary distribution in `./dist`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmraya%2Fmvdserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frmraya%2Fmvdserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmraya%2Fmvdserver/lists"}