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

ff_sync (1) Versions 1.0.0

Installs and configures firefox mozilla sync server

Policyfile
Berkshelf
Knife
cookbook 'ff_sync', '~> 1.0.0', :supermarket
cookbook 'ff_sync', '~> 1.0.0'
knife supermarket install ff_sync
knife supermarket download ff_sync
README
Dependencies
Quality 17%

Description

Installs and sets up a firefox sync server built by mozilla foundation.

Syncs optionally
- Bookmarks
- Passwords
- Tabs
- Addons
- Preferences
- History

Requirements

mysql and database cookbooks
mercurial for checkout

Attributes

Directory where ff_sync is checked out
node['ff_sync']['server_dir'] = "/srv/ff_sync"

Mailserver where ff_sync sends mails to
node['ff_sync']['mailserver'] = "mail.#{node['domain']}"

Usage

Just include recipe or setup the attributes mentioned before.

Ideas/Todo

  • Configure nginx correctly

Contact

see metadata.rb

Dependent cookbooks

mercurial >= 0.0.0
database >= 0.0.0
mysql >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

1.0.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

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

1.0.0 failed this metric

FC043: Prefer new notification syntax: ff_sync/recipes/default.rb:41
FC043: Prefer new notification syntax: ff_sync/recipes/default.rb:51
FC043: Prefer new notification syntax: ff_sync/recipes/default.rb:78
FC043: Prefer new notification syntax: ff_sync/recipes/default.rb:84
FC043: Prefer new notification syntax: ff_sync/recipes/default.rb:98
FC064: Ensure issues_url is set in metadata: ff_sync/metadata.rb:1
FC065: Ensure source_url is set in metadata: ff_sync/metadata.rb:1
FC066: Ensure chef_version is set in metadata: ff_sync/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: ff_sync/metadata.rb:1
FC069: Ensure standardized license defined in metadata: ff_sync/metadata.rb:1
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

1.0.0 passed this metric

Testing File Metric
            

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

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