Skip to content

m0cchi/nonono_daemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NononoDaemon

Notification Service

Installation

source "https://rubygems.org"

gem "nonono_daemon"
# gem nonono_sender
# gem nonono_reciever

Sample

FROM ruby

ENV SLACK_API_TOKEN=xoxp-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ENV SLACK_CHANNEL=#XXXXXXXXXXXXXXXXXXXXX
ENV NONONO_HTTP_PORT=4567
ENV NONONO_HTTP_USER=userid
ENV NONONO_HTTP_PASSWORD=password
EXPOSE 4567

RUN cd && mkdir app && cd app \
  && bundle init \
  && echo '' >> Gemfile \
  && echo 'gem "nonono_daemon"' >> Gemfile \
  && echo 'gem "nonono_sender-http"' >> Gemfile \
  && echo 'gem "nonono_reciever-slack"' >> Gemfile \
  && bundle install
CMD cd && cd app && bundle exec nonono

License

The gem is available as open source under the terms of the MIT License.

About

NononoDaemon

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages