OSDN Git Service

add the bubbleupnp-server cookbook. bubbleupnp-server-0.1.0
authorwhitestar <whitestar@users.osdn.me>
Sun, 24 Feb 2019 07:51:17 +0000 (16:51 +0900)
committerwhitestar <whitestar@users.osdn.me>
Sun, 24 Feb 2019 07:51:17 +0000 (16:51 +0900)
commitbc6496dec24a6e608a99b7ff928fe07a70fd8cf4
tree92fcead09ed4fb1b2be648084f1a1f02a54875c1
parent0c42954ea847282e57c00ceee175bc691ca120e1
add the bubbleupnp-server cookbook.
25 files changed:
cookbooks/bubbleupnp-server/.foodcritic [new file with mode: 0644]
cookbooks/bubbleupnp-server/.rubocop.yml [new file with mode: 0644]
cookbooks/bubbleupnp-server/Berksfile [new file with mode: 0644]
cookbooks/bubbleupnp-server/CHANGELOG.md [new file with mode: 0644]
cookbooks/bubbleupnp-server/Gemfile [new file with mode: 0644]
cookbooks/bubbleupnp-server/Gemfile.lock [new file with mode: 0644]
cookbooks/bubbleupnp-server/README.md [new file with mode: 0644]
cookbooks/bubbleupnp-server/Rakefile [new file with mode: 0644]
cookbooks/bubbleupnp-server/attributes/default.rb [new file with mode: 0644]
cookbooks/bubbleupnp-server/chefignore [new file with mode: 0644]
cookbooks/bubbleupnp-server/concourse.yml [new file with mode: 0644]
cookbooks/bubbleupnp-server/fly-vars.local.yml [new file with mode: 0644]
cookbooks/bubbleupnp-server/fly-vars.yml [new file with mode: 0644]
cookbooks/bubbleupnp-server/metadata.rb [new file with mode: 0644]
cookbooks/bubbleupnp-server/recipes/default.rb [new file with mode: 0644]
cookbooks/bubbleupnp-server/recipes/docker-compose.rb [new file with mode: 0644]
cookbooks/bubbleupnp-server/spec/recipes/default_spec.rb [new file with mode: 0644]
cookbooks/bubbleupnp-server/spec/spec_helper.rb [new file with mode: 0644]
cookbooks/bubbleupnp-server/templates/default/etc/cron.d/bubbleupnp-server-local [new file with mode: 0644]
cookbooks/bubbleupnp-server/templates/default/opt/docker-compose/app/bubbleupnp-server/.env [new file with mode: 0644]
cookbooks/bubbleupnp-server/templates/default/opt/docker-compose/app/bubbleupnp-server/Dockerfile [new file with mode: 0644]
cookbooks/bubbleupnp-server/templates/default/opt/docker-compose/app/bubbleupnp-server/Dockerfile.armhf [new file with mode: 0644]
cookbooks/bubbleupnp-server/templates/default/opt/docker-compose/app/bubbleupnp-server/docker-compose.yml [new file with mode: 0644]
cookbooks/bubbleupnp-server/version [new file with mode: 0644]
roles/bubbleupnp-server-on-docker.rb [new file with mode: 0644]