https://github.com/buildit/encryptor-api
https://github.com/buildit/encryptor-api
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/buildit/encryptor-api
- Owner: buildit
- Created: 2018-03-16T14:50:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-01T19:56:10.000Z (almost 7 years ago)
- Last Synced: 2025-02-04T23:31:04.867Z (3 months ago)
- Language: Groovy
- Size: 125 KB
- Stars: 1
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Encryptor Api
[](https://travis-ci.org/buildit/encryptor-api)
[  ](https://bintray.com/buildit/maven/encryptor-api/_latestVersion)
[](https://hub.docker.com/r/builditdigital/encryptor-api/)Simple ui and rest api for the Buildit [Encrytor](https://github.com/buildit/encryptor).
## Running it
### Docker
To use the image run```
docker run -it -p 4567:4567 builditdigital/encryptor-api:2.3.0
```
and navigate to [http://localhost:4567/](http://localhost:4567/)### Kubernetes
```
kubectl run encryptor --image builditdigital/encryptor-api:2.3.0 --port 4567
kubectl expose deployment encryptor --type "LoadBalancer"
```