cookbook 'bubbleupnp-server', '= 0.2.0'
bubbleupnp-server (6) Versions 0.2.0 Follow0
Installs/Configures bubbleupnp-server
cookbook 'bubbleupnp-server', '= 0.2.0', :supermarket
knife supermarket install bubbleupnp-server
knife supermarket download bubbleupnp-server
bubbleupnp-server Cookbook
This cookbook sets up a BubbleUPnP Server by Docker-compose.
You can build BubbleUPnP Server Docker image too.
Contents
Requirements
platforms
- Debian >= 10.x
- Ubuntu >= 18.04
- CentOS,RHEL >= 7.9
packages
- none.
Attributes
Key | Type | Description, example | Default |
---|---|---|---|
['bubbleupnp-server']['Dockerfile']['FROM'] |
String | Base image in the Dockerfile . |
See attributes/default.rb
|
['bubbleupnp-server']['docker-compose']['autopilot'] |
Hash | Autopilot configurations. | See attributes/default.rb
|
['bubbleupnp-server']['docker-compose']['app_dir'] |
String | "#{node['docker-grid']['compose']['app_dir']}/bubbleupnp-server" |
|
['bubbleupnp-server']['docker-compose']['data_dir'] |
String | "#{node['bubbleupnp-server']['docker-compose']['app_dir']}/data" |
|
['bubbleupnp-server']['docker-compose']['dot_env'] |
Hash |
.env configurations. |
See attributes/default.rb
|
['bubbleupnp-server']['docker-compose']['config'] |
Hash |
docker-compose.yml configurations. |
See attributes/default.rb
|
Usage
Recipes
bubbleupnp-server::default
This recipe does nothing.
bubbleupnp-server::docker-compose
This recipe generates a docker-compose.yml
for the BubbleUPnP Server.
Role Examples
roles/bubbleupnp-server-on-docker.rb
name 'bubbleupnp-server-on-docker' description 'BubbleUPnP Server on Docker' run_list( # see https://osdn.net/projects/metasearch/scm/git/grid-chef-repo/blobs/master/roles/docker-new-repo.rb 'role[docker]', 'recipe[bubbleupnp-server::docker-compose]', ) #env_run_lists #default_attributes override_attributes( 'bubbleupnp-server' => { 'docker-compose' => { 'dot_env' => { # use the official image # https://hub.docker.com/r/bubblesoftapps/bubbleupnpserver 'REGISTRY' => 'bubblesoftapps', 'NAME' => 'bubbleupnpserver', 'VER' => 'latest', # Local build #'REGISTRY' => 'yourname', #'NAME' => 'bubbleupnpserver', #'VER' => '0.9-6', }, 'config' => { 'services' => { 'bubbleupnp-server' => { 'restart' => 'no', }, }, }, }, }, )
License and Authors
- Author:: whitestar at osdn.jp
Copyright 2019-2022, whitestar Licensed 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 at http://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.
Dependent cookbooks
docker-grid >= 0.4.0 |
platform_utils >= 0.4.4 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
bubbleupnp-server CHANGELOG
0.2.0
- add 0.9-6 and the official image support.
0.1.0
- Initial release of bubbleupnp-server
Collaborator Number Metric
0.2.0 failed this metric
Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Contributing File Metric
0.2.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
0.2.0 passed this metric
No Binaries Metric
0.2.0 passed this metric
Testing File Metric
0.2.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.2.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.2.0 failed this metric
0.2.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
0.2.0 passed this metric
No Binaries Metric
0.2.0 passed this metric
Testing File Metric
0.2.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.2.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.2.0 passed this metric
0.2.0 passed this metric
Testing File Metric
0.2.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.2.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.2.0 failed this metric
0.2.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number