{"id":18023368,"url":"https://github.com/beginor/docker-jexus","last_synced_at":"2025-08-26T16:14:33.536Z","repository":{"id":144769281,"uuid":"62619159","full_name":"beginor/docker-jexus","owner":"beginor","description":"Jexus web server in docker","archived":false,"fork":false,"pushed_at":"2019-04-12T09:36:10.000Z","size":14,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T18:19:26.328Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beginor.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":"2016-07-05T08:26:30.000Z","updated_at":"2021-02-20T16:36:34.000Z","dependencies_parsed_at":"2024-06-14T10:45:51.409Z","dependency_job_id":null,"html_url":"https://github.com/beginor/docker-jexus","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/beginor/docker-jexus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beginor%2Fdocker-jexus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beginor%2Fdocker-jexus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beginor%2Fdocker-jexus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beginor%2Fdocker-jexus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beginor","download_url":"https://codeload.github.com/beginor/docker-jexus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beginor%2Fdocker-jexus/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264809811,"owners_count":23667348,"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-30T07:09:13.384Z","updated_at":"2025-07-11T12:40:15.574Z","avatar_url":"https://github.com/beginor.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Jexus in docker\n\n## Version Info:\n\n- Jexus 5.8.3.10\n- Mono 5.10.1.47\n- Ubuntu 16.04 (TimeZone set to Asia/Shanghai)\n\n## Usage:\n\n1. Get the image with command:\n\n  ```sh\n  docker pull beginor/jexus:5.8.3.10\n  ```\n\n2. Prepare the directors for volumes:\n\n  ```sh\n  mkdir -p \"$(pwd)/jexus/conf\"\n  mkdir -p \"$(pwd)/jexus/www\"\n  mkdir -p \"$(pwd)/jexus/log\"\n  ```\n\n3. Copy your website config file to `$(pwd)/jexus/conf` folder, Copy your websites to `$(pwd)/jexus/www` folder\n\n4. Run the image with command:\n\n  ```sh\n  docker run \\\n      --detach \\\n      --name jexus \\\n      --restart unless-stopped \\\n      --publish 9999:80 \\\n      --volume $(pwd)/jexus/www:/var/www \\\n      --volume $(pwd)/jexus/conf:/usr/jexus/siteconf \\\n      --volume $(pwd)/jexus/log:/usr/jexus/log \\\n      beginor/jexus:5.8.3.10\n  ```\n\n5. Then browse [http://127.0.0.1:9999/info](http://127.0.0.1:9999/info) with your faverite borwser, see what happens.\n\n\u003e You can change the port 9999 as your like.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeginor%2Fdocker-jexus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeginor%2Fdocker-jexus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeginor%2Fdocker-jexus/lists"}