Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eyevinn/docker-ecs-unified
Use ECS task role credentials when running Unifiedstreaming Origin
https://github.com/eyevinn/docker-ecs-unified
Last synced: 5 days ago
JSON representation
Use ECS task role credentials when running Unifiedstreaming Origin
- Host: GitHub
- URL: https://github.com/eyevinn/docker-ecs-unified
- Owner: Eyevinn
- License: apache-2.0
- Created: 2022-12-13T13:01:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T13:04:50.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T03:36:30.276Z (7 days ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ECS-UNIFIED-ORIGIN
A wrapper container for running Unified Origin on ECS and that uses the ECS task role for remote access
to S3 bucket.## Usage
Read credentials from ECS task role via credentials API.
```
docker run -d \
-e USP_LICENSE_KEY= \
-e S3_REGION=eu-north-1 \
-e REMOTE_STORAGE_URL=https://.s3.eu-north-1.amazonaws.com/delivery/ \
-p 8080:80 \
eyevinntechnology/unifiedorigin-ecs
```## Contributing
If you're interested in contributing to the project:
- We welcome all people who want to contribute in a healthy and constructive manner within our community. To help us create a safe and positive community experience for all, we require all participants to adhere to the [Code of Conduct](CODE_OF_CONDUCT.md).
- If you are looking to make a code change create a Pull Request with suggested changes.
- Develop and contribute with scheduling service plugins.
- Report, triage bugs or suggest enhancements.
- Help others by answering questions.## License (Apache-2.0)
```
Copyright 2022 Eyevinn Technology ABLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```## Support
Join our [community on Slack](http://slack.streamingtech.se) where you can post any questions regarding any of our open source projects. Eyevinn's consulting business can also offer you:
- Further development of this component
- Customization and integration of this component into your platform
- Support and maintenance agreementContact [[email protected]](mailto:[email protected]) if you are interested.
## About Eyevinn Technology
[Eyevinn Technology](https://www.eyevinntechnology.se) is an independent consultant firm specialized in video and streaming. Independent in a way that we are not commercially tied to any platform or technology vendor. As our way to innovate and push the industry forward we develop proof-of-concepts and tools. The things we learn and the code we write we share with the industry in [blogs](https://dev.to/video) and by open sourcing the code we have written.
Want to know more about Eyevinn and how it is to work here. Contact us at [email protected]!