{"id":25549670,"url":"https://github.com/netlah/aspnet-webssh","last_synced_at":"2026-02-12T05:37:07.125Z","repository":{"id":59847136,"uuid":"448827870","full_name":"NetLah/aspnet-webssh","owner":"NetLah","description":"Custom ASP.NET Core Runtime image supports Azure AppService Web SSH","archived":false,"fork":false,"pushed_at":"2025-11-17T04:50:09.000Z","size":129,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-17T05:24:54.534Z","etag":null,"topics":["appservice","aspnetcore","azure","ssh","webssh"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/netlah/aspnet-webssh","language":"PowerShell","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/NetLah.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-01-17T09:23:07.000Z","updated_at":"2025-11-17T03:12:40.000Z","dependencies_parsed_at":"2023-11-24T06:47:14.160Z","dependency_job_id":"a3b097d7-39e0-4608-be2d-3cbbfc4f161a","html_url":"https://github.com/NetLah/aspnet-webssh","commit_stats":null,"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"purl":"pkg:github/NetLah/aspnet-webssh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetLah%2Faspnet-webssh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetLah%2Faspnet-webssh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetLah%2Faspnet-webssh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetLah%2Faspnet-webssh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NetLah","download_url":"https://codeload.github.com/NetLah/aspnet-webssh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NetLah%2Faspnet-webssh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29359581,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T01:03:07.613Z","status":"online","status_checked_at":"2026-02-12T02:00:06.911Z","response_time":55,"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":["appservice","aspnetcore","azure","ssh","webssh"],"created_at":"2025-02-20T10:19:21.611Z","updated_at":"2026-02-12T05:37:07.121Z","avatar_url":"https://github.com/NetLah.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ASP.NET Core Runtime image supports Azure AppService Web SSH\n\nA customized ASP.NET Core Runtime image supports Azure AppService Web SSH. Docker image repository is on https://hub.docker.com/r/netlah/aspnet-webssh.\n\n## Support ASP.NET Core\n\n- ASP.NET Core 6.0, mcr.microsoft.com/dotnet/aspnet:6.0 tags: `6.0-alpine`, `6.0-bookworm-slim`, `6.0-bullseye-slim`, `6.0-jammy`, `6.0-focal`\n- ASP.NET Core 8.0, mcr.microsoft.com/dotnet/aspnet:8.0 tags: `8.0-alpine`, `8.0-bookworm-slim`, `8.0-noble`, `8.0-jammy`\n- ASP.NET Core 9.0, mcr.microsoft.com/dotnet/aspnet:9.0 tags: `9.0-alpine`, `9.0-bookworm-slim`, `9.0-noble`\n- ASP.NET Core 10.0, mcr.microsoft.com/dotnet/aspnet:10.0 tags: `10.0-alpine`, `10.0-noble`\n\n## Github source\n\nhttps://github.com/NetLah/aspnet-webssh\n\n## Build Status\n\n[![Docker Image CI](https://github.com/NetLah/aspnet-webssh/actions/workflows/docker-image.yml/badge.svg)](https://github.com/NetLah/aspnet-webssh/actions/workflows/docker-image.yml)\n\n## Run example ASP.NET Core container with WebSSH support\n\n- Run with WebSSH support, using `STARTCOMMAND` environment for original entrypoint.\n\n```\ndocker run -it --rm --name aspnetssh --entrypoint /opt/startup/init_container.sh -e \"STARTUPCOMMAND=exec dotnet WebApp.dll\" -p 5002:80 -p 2222:2222 -e TZ=Asia/Singapore netlah/spa-host:6.0-alpine\n```\n\n- Run with WebSSH support, using command arguments for original entrypoint.\n\n```\ndocker run -it --rm --name aspnetssh --entrypoint /opt/startup/init_container.sh -p 5002:80 -p 2222:2222 -e TZ=Asia/Singapore netlah/spa-host:6.0-alpine exec dotnet WebApp.dll\n```\n\nOutput\n\n```\n    _   ___ ___  _  _ ___ _____    ___\n   /_\\ / __| _ \\| \\| | __|_   _|  / __|___ _ _ ___\n  / _ \\\\__ \\  _/| .` | _|  | |   | (__/ _ \\ '_/ -_)\n /_/ \\_\\___/_|(_)_|\\_|___| |_|    \\___\\___/_| \\___|\n\nAlpine Linux v3.16\nASP.NET Core v6.0.10\nStartup 2022-10-05 12:34:56 +0800 Asia/Singapore\n[02:33:30 INF] Application starting...\n[02:33:30 INF] Application initializing...\n```\n\n![aspnet-webssh](https://raw.githubusercontent.com/NetLah/aspnet-webssh/main/docs/aspnet-webssh.png)\n\n## Test SSH to container\n\n![ssh_2222_container](https://raw.githubusercontent.com/NetLah/aspnet-webssh/main/docs/ssh_2222_container.png)\n\n## Reference\n\n- https://learn.microsoft.com/en-us/azure/app-service/configure-custom-container?pivots=container-linux#enable-ssh\n- https://mcr.microsoft.com/en-us/product/dotnet/aspnet/tags\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlah%2Faspnet-webssh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetlah%2Faspnet-webssh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetlah%2Faspnet-webssh/lists"}