{"id":29196593,"url":"https://github.com/flancer32/pwa-aid-mob","last_synced_at":"2025-07-02T06:07:45.178Z","repository":{"id":91494527,"uuid":"590519698","full_name":"flancer32/pwa-aid-mob","owner":"flancer32","description":"AI Demo PWA","archived":false,"fork":false,"pushed_at":"2024-03-26T11:47:17.000Z","size":220,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-22T13:12:17.175Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/flancer32.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}},"created_at":"2023-01-18T15:51:37.000Z","updated_at":"2023-02-12T13:33:08.000Z","dependencies_parsed_at":"2024-03-25T17:19:55.114Z","dependency_job_id":null,"html_url":"https://github.com/flancer32/pwa-aid-mob","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flancer32/pwa-aid-mob","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flancer32%2Fpwa-aid-mob","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flancer32%2Fpwa-aid-mob/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flancer32%2Fpwa-aid-mob/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flancer32%2Fpwa-aid-mob/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flancer32","download_url":"https://codeload.github.com/flancer32/pwa-aid-mob/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flancer32%2Fpwa-aid-mob/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263083719,"owners_count":23411165,"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":"2025-07-02T06:07:42.660Z","updated_at":"2025-07-02T06:07:45.164Z","avatar_url":"https://github.com/flancer32.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pwa-aid-mob\nAI Demo PWA\n\n## Configure Apache 2 to proxy Web Sockets\n\n```shell\n$ sudo a2enmod proxy\n$ sudo a2enmod proxy_http\n$ sudo a2enmod proxy_http2\n$ sudo a2enmod proxy_wstunnel\n$ sudo apache2ctl -M | grep proxy\n proxy_module (shared)\n proxy_http_module (shared)\n proxy_http2_module (shared)\n proxy_wstunnel_module (shared)\n```\n\n```apacheconf\n\u003cVirtualHost *:443\u003e\n    ...\n    # Redirect all requests to HTTP2 server.\n    RewriteEngine  on\n    RewriteCond %{HTTP:Upgrade} !websocket [NC]\n    RewriteCond %{HTTP:Connection} !upgrade [NC]\n    RewriteRule    \"^/(.*)$\"  \"http://localhost:8080/$1\"  [P]\n\n    RewriteCond %{HTTP:Upgrade} websocket [NC]\n    RewriteCond %{HTTP:Connection} upgrade [NC]\n    RewriteRule ^/?(.*) \"ws://localhost:8080/$1\" [P,L]\n\n\u003c/VirtualHost\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflancer32%2Fpwa-aid-mob","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflancer32%2Fpwa-aid-mob","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflancer32%2Fpwa-aid-mob/lists"}