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

fivem (2) Versions 0.1.0

Deploy FiveM server

Policyfile
Berkshelf
Knife
cookbook 'fivem', '= 0.1.0', :supermarket
cookbook 'fivem', '= 0.1.0'
knife supermarket install fivem
knife supermarket download fivem
README
Dependencies
Changelog
Quality 67%

fivem Cookbook

Configure FiveM server.

Cookbook Version Build Status

Requirements

Cookbooks

Platforms

The following platforms and versions are tested and supported using Opscode's test-kitchen.
- Debian 10

Attributes

fivem::default

General FiveM server setup

Key Type Description
[fivem][prefix] String Prefix install directory (default: /opt)
[fivem][version] String FiveM version/build to install (default: 2431-[...])
[fivem][endpoints] Hash Server endpoints
[fivem][resources] Array Resources to start
[fivem][config] Hash Server configuration
Key Type Description
[fivem][server_data][repository] String Server data repository (default: https://github.com/citizenfx/cfx-server-data)
[fivem][server_data][reference] String Server data reference (default: master)

fivem::mariadb

Mariadb server & client configuration

Key Type Description
[fivem][mariadb][version] String MariaDB version (default: 10.3)
[fivem][mariadb][server][host] String MariaDB server bind address (default: 127.0.0.1)
[fivem][mariadb][server][port] String MariaDB server bind port (default: 3306)
[fivem][mariadb][server][password] String MariaDB server root password (default: mypass)

fivem::mysql_async

Key Type Description
[fivem][mysql_async][repository] String mysql_async repository (default: https://github.com/brouznouf/fivem-mysql-async)
[fivem][mysql_async][reference] String mysql_async reference (default: v2.1.1)

fivem::vrp

Key Type Description
[fivem][vrp][repository] String vRP repository (default: https://github.com/ImagicTheCat/vRP)
[fivem][vrp][reference] String vRP reference (default: master)

fivem::vrp_basic_mission

Key Type Description
[fivem][vrp_bm][repository] String vRP repository (default: https://github.com/ImagicTheCat/vRP-basic-mission)
[fivem][vrp_bm][reference] String vRP reference (default: master)

Usage

fivem::default

Include fivem in your node's run_list to setup a FiveM server:
json
{
"name":"my_node",
"run_list": [
"recipe[fivem]"
]
}

fivem::mariadb_server

Include fivem::mariadb_server in your node's run_list to install a MariaDB server:
json
{
"name":"my_node",
"run_list": [
"recipe[fivem::mariadb_server]"
]
}

fivem::mysql_async

Include fivem::mysql_async in your node's run_list to install mysql_async resource:
json
{
"name":"my_node",
"run_list": [
"recipe[fivem::mysql_async]"
]
}

fivem::es

Include fivem::es in your node's run_list to install essentialmode resources:
json
{
"name":"my_node",
"run_list": [
"recipe[fivem::es]"
]
}

fivem::vrp

Include fivem::vrp in your node's run_list to install vRP resources:
json
{
"name":"my_node",
"run_list": [
"recipe[fivem::vrp]"
]
}

fivem::vrp_basic_mission

Include fivem::vrp_basic_mission in your node's run_list to install vRP basic_mission resource:
json
{
"name":"my_node",
"run_list": [
"recipe[fivem::vrp_basic_mission]"
]
}

Testing

See [TESTING.md](TESTING.md)

Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md)

License and Authors

Authors: Sliim sliim@mailoo.org

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

git >= 0.0.0
mariadb >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

fivem CHANGELOG

This file is used to list changes made in each version of the fivem cookbook.

0.1.0

  • Initial release of fivem cookbook

Collaborator Number Metric
            

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

Foodcritic Metric
            

0.1.0 passed this metric

No Binaries Metric
            

0.1.0 passed this metric

Testing File Metric
            

0.1.0 passed this metric

Version Tag Metric
            

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