{"id":18637624,"url":"https://github.com/dutchcoders/stacktray","last_synced_at":"2025-04-11T10:30:37.962Z","repository":{"id":16601752,"uuid":"19356339","full_name":"dutchcoders/stacktray","owner":"dutchcoders","description":"Manage your cloud (AWS) instances from the status bar on Mac OS X. With StackTray you can connect to instances, reboot, start, stop, copy addresses to clipboard and more to come.","archived":false,"fork":false,"pushed_at":"2015-06-20T09:36:15.000Z","size":1467,"stargazers_count":37,"open_issues_count":8,"forks_count":10,"subscribers_count":10,"default_branch":"v2","last_synced_at":"2023-08-03T21:05:44.818Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://dutchcoders.github.io/stacktray/","language":"Swift","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/dutchcoders.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}},"created_at":"2014-05-01T20:10:13.000Z","updated_at":"2021-03-24T02:29:23.000Z","dependencies_parsed_at":"2022-09-24T08:41:22.316Z","dependency_job_id":null,"html_url":"https://github.com/dutchcoders/stacktray","commit_stats":null,"previous_names":[],"tags_count":2,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fstacktray","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fstacktray/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fstacktray/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fstacktray/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dutchcoders","download_url":"https://codeload.github.com/dutchcoders/stacktray/tar.gz/refs/heads/v2","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223465938,"owners_count":17149761,"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-07T05:37:07.710Z","updated_at":"2024-11-07T05:37:08.229Z","avatar_url":"https://github.com/dutchcoders.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StackTray\nStackTray App\n\nTo get started with the app, run 'pod install' in the terminal.\nAfter that, open StackTray.xcworkspace\n\n\n## Creating policy with restricted access using IAM\nUsing IAM you can create an account with less privileges, eg. to only read, stop and start instances. \n\nExample policy file that allows stop and start for the instances with environment tag stacktray:\n\n```\n{\n    \"Version\": \"2012-10-17\",\n    \"Statement\": [\n        {\n            \"Sid\": \"TheseActionsSupportResourceLevelPermissionsWithInstancesAndTags\",\n            \"Effect\": \"Allow\",\n            \"Action\": [\n                \"ec2:StopInstances\",\n                \"ec2:StartInstances\"],\n            \"Resource\": \"arn:aws:ec2:eu-west-1:{customerid}:instance/*\",\n            \"Condition\": {\n                \"StringEquals\": {\"ec2:ResourceTag/Environment\": \"stacktray\"}\n            }\n        }\n    ]\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fstacktray","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdutchcoders%2Fstacktray","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fstacktray/lists"}