Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |
| Detailed Steps | |
| 1) First obtain your enrolment key from Crowdsec. Enrollment refers to connecting your CrowdSec Security Engine to the CrowdSec Console | |
| To Get CrowdSec Enrollment Key | |
| - Visit https://www.crowdsec.net/ | |
| - Log in to your account | |
| - Obtain the enrollment key from your dashboard | |
| - Copy this key for later use |
| # Brewfile: Homebrew bundle file for macOS or Linux app install (with notes/source repos) | |
| # | |
| # Author : Chad Mayfield ([email protected]) | |
| # License : GPLv3 | |
| # | |
| # INFO: * Links and comments are added because I'm too old to remember where everything is :) | |
| # * install.sh can be used, but it needs some love (some of it doesn't work correctly). | |
| # * TODO items (and additional information) is listed at the bottom | |
| # | |
| # Installation steps; |
| # Example ssh config file. Usually located in ~/.ssh/config (user) or /etc/ssh/ssh_config (system) | |
| # This works on both linux and MacOS | |
| # Basic ssh commands converted to ssh/config file format | |
| # Simplest format | |
| # Run with: "ssh blog" => (equivalent to: "ssh [email protected]" and "ssh -i ~/.ssh/id_rsa -p 22 [email protected]") | |
| Host blog |
| # import config. | |
| # You can change the default config with `make cnf="config_special.env" build` | |
| cnf ?= config.env | |
| include $(cnf) | |
| export $(shell sed 's/=.*//' $(cnf)) | |
| # import deploy config | |
| # You can change the default deploy config with `make cnf="deploy_special.env" release` | |
| dpl ?= deploy.env | |
| include $(dpl) |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
| Commit type | Emoji |
|---|---|
| Initial commit | 🎉 :tada: |
| Version tag | 🔖 :bookmark: |
| New feature | ✨ :sparkles: |
| Bugfix | 🐛 :bug: |