{"id":22989316,"url":"https://github.com/olbrichattila/aws-localstack-web-gui","last_synced_at":"2025-04-02T11:44:45.606Z","repository":{"id":217962973,"uuid":"745229182","full_name":"olbrichattila/aws-localstack-web-gui","owner":"olbrichattila","description":"AWS Localstack web GUI","archived":false,"fork":false,"pushed_at":"2024-02-01T22:59:56.000Z","size":579,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T02:44:37.369Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/olbrichattila.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-01-18T22:22:22.000Z","updated_at":"2024-01-18T22:36:31.000Z","dependencies_parsed_at":"2024-02-02T00:02:45.347Z","dependency_job_id":null,"html_url":"https://github.com/olbrichattila/aws-localstack-web-gui","commit_stats":null,"previous_names":["olbrichattila/aws-localstack-web-gui"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olbrichattila%2Faws-localstack-web-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olbrichattila%2Faws-localstack-web-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olbrichattila%2Faws-localstack-web-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olbrichattila%2Faws-localstack-web-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olbrichattila","download_url":"https://codeload.github.com/olbrichattila/aws-localstack-web-gui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246811244,"owners_count":20837745,"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-12-15T04:17:19.647Z","updated_at":"2025-04-02T11:44:45.576Z","avatar_url":"https://github.com/olbrichattila.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web GUI to manage AWS localstack services\n\n## This is a work in progress ##\n\nServices implemented:\n    - S3\n    - SQS\n\n## Install\n@todo\n\n## Use pre-built docker image\n```\ndocker pull aolb/localstack-web-ui:latest\ndocker run -p 80:80 aolb/localstack-web-ui:latest\n```\n\n## Visit:\n```\nhttp://localhost\n```\n\n## Docker compose example\n```\nversion: \"3\"\n\nservices:\n  web-ui:\n    image: aolb/localstack-web-ui:latest\n    container_name: localstack-web-ui\n    ports:\n      - \"80:80\"\n    networks:\n      - my-stack-dev\n\n  localstack:\n    image: localstack/localstack\n    container_name: localstack-container\n    ports:\n      - \"4566:4566\"\n      - \"4510-4559:4510-4559\"  # external services port range\n    environment:\n      - SERVICES=s3,sqs  # Include additional services as needed\n      - DEBUG=1\n      - AWS_ACCESS_KEY_ID=your-access-key-id\n      - AWS_SECRET_ACCESS_KEY=your-secret-access-key\n      - AWS_DEFAULT_REGION=us-east-1\n    networks:\n      - my-stack-dev\n\nnetworks:\n  my-stack-dev:\n    driver: bridge\n```\n\n### If your localstack running on your local machine, use host network.\n\nWhen you visit the page, it starts with settings, Please enter your region, key, secret and host.\nIn this example:\n```\n'region' =\u003e 'us-east-1',\n'endpoint' =\u003e 'http://localstack-container:4566', // LocalStack endpoint visible within your container\n'key' =\u003e 'your-access-key-id',\n'secret' =\u003e 'your-secret-access-key',\n            \n```\n\n\n@TODO description     \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folbrichattila%2Faws-localstack-web-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folbrichattila%2Faws-localstack-web-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folbrichattila%2Faws-localstack-web-gui/lists"}