Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

bubbleupnp-server (6) Versions 0.2.3

Installs/Configures bubbleupnp-server

Policyfile
Berkshelf
Knife
cookbook 'bubbleupnp-server', '= 0.2.3', :supermarket
cookbook 'bubbleupnp-server', '= 0.2.3'
knife supermarket install bubbleupnp-server
knife supermarket download bubbleupnp-server
README
Dependencies
Changelog
Quality 33%

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' => 'unless-stopped',
          },
        },
      },
    },
  },
)

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.3

  • add backup cron configuration.

0.2.2

  • fix the restore script.

0.2.1

  • fix volume mounting for the official image.
  • add backup and restore scripts.

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.3 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.3 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.3 passed this metric

No Binaries Metric
            

0.2.3 passed this metric

Testing File Metric
            

0.2.3 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.3 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