Skip to content

Commit

Permalink
updated readme with accurate docker instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaals committed Sep 2, 2014
1 parent b35cd30 commit 475c9ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Gem::Specification.new do |s|
s.name = 'yopass'
s.version = '2.2.0'
s.author = 'Johan Haals'
s.email = ['[email protected]']
s.email = '[email protected]'
s.homepage = 'https://github.com/jhaals/yopass'
s.summary = 'Secure sharing for secrets and passwords'
s.description = 'Web service for sharing secrets more securely'
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,19 +30,18 @@ Most settings can be configured with environment variables.


### Run in docker container
YoPass Docker container available [here](https://hub.docker.com/u/jhaals/yopass)

make sure to change `YOPASS_BASE_URL`

docker pull jhaals/yopass
docker run -e "RACK_ENV=production" -e "YOPASS_BASE_URL=http://192.168.59.105:4567" -p 4567:4567 -d jhaals/yopass

### SMS providers

Lacking your SMS provider? Just fork the repo and submit a pull request.
Use the bulksms provider in ```lib/sms_provider/bulksms.rb``` as example
Supported SMS providers

##### Supported Providers
Bulksms
- Bulksms

Missing your favorite SMS provider? Just fork the repo and submit a pull request.
Use the bulksms provider in ```lib/sms_provider/bulksms.rb``` as example

### Screenshot
![YoPass website](http://f.cl.ly/items/2F2T1L3a3R162K2G383q/yopass.png)
Expand Down

0 comments on commit 475c9ce

Please sign in to comment.