Skip to content

Commit

Permalink
docs: add csf install and management section
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Aug 9, 2024
1 parent 8a29dda commit f1641f7
Show file tree
Hide file tree
Showing 18 changed files with 1,805 additions and 304 deletions.
Empty file added docs/docs/about/backers.md
Empty file.
42 changes: 39 additions & 3 deletions docs/docs/about/conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ This defines what the default value for a setting is.

: <!-- md:default --> Specified setting has a default value
: <!-- md:default none --> Specified setting has no default value and is empty
: <!-- md:default computed --> Specified setting is automatically computed by the app

<br />

## <!-- md:command --> Command { #command data-toc-label="Command" }

This defines a command

: <!-- md:command --> Specified setting has a default value

<br />

Expand All @@ -50,15 +59,42 @@ Items listed with this symbol indicate that they are required to be set.

## <!-- md:flag customization --> Customization { #customization data-toc-label="Customization" }

This symbol denotes that the item described is a customization which affects the overall look of the plugin.
This symbol denotes that the item described is a customization which affects the overall look of the app.

<br />

## <!-- md:utility --> Utility { data-toc-label="Utility" }
## <!-- md:3rdparty --> 3rd Party { data-toc-label="3rd Party" }

This symbol denotes that the item described is classified as something that changes the overall functionality of the plugin.

[Insiders]: insiders/index.md
<br />

### <!-- md:flag metadata --> – Metadata property { #metadata data-toc-label="Metadata property" }

This symbol denotes that the item described is a metadata property, which can
be used in Markdown documents as part of the front matter definition.

<br />

### <!-- md:flag multiple --> – Multiple instances { #multiple-instances data-toc-label="Multiple instances" }

This symbol denotes that the plugin supports multiple instances, i.e, that it
can be used multiple times in the `plugins` setting in `mkdocs.yml`.

<br />

### <!-- md:feature --> – Optional feature { #feature data-toc-label="Optional feature" }

Most of the features are hidden behind feature flags, which means they must
be explicitly enabled via `mkdocs.yml`. This allows for the existence of
potentially orthogonal features.

<br />

### <!-- md:backers --> – Backers only { data-toc-label="Backers only" }

The pumping heart symbol denotes that a specific feature or behavior is only
available to backers. Normal users will not have access to this particular item.

<br />

Expand Down
18 changes: 8 additions & 10 deletions docs/docs/about_csf.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,14 @@ ConfigServer Firewall also comes with a service called **Login Failure Daemon**,

<br />

```embed
url: https://configserver.com/configserver-security-and-firewall/
name: ConfigServer Firewall Official Website
desc: A firewall configuration script created to provide better security for your server
image: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSjXOa4WN-mW3gXnIo_hEY6uAwoi2v_e02eG3TCHxSwIY70Y_OzErdaeaepXFoRa2sYx8M&usqp=CAU
favicon: https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSjXOa4WN-mW3gXnIo_hEY6uAwoi2v_e02eG3TCHxSwIY70Y_OzErdaeaepXFoRa2sYx8M&usqp=CAU
favicon_size: 25
target: new
accent: 4C59BFE0
```
When installing CSF; you will be provided with two services:

| Service | Description |
| --- | --- |
| `csf` | **ConfigServer Firewall** (csf): SPI iptables firewall which allows you to restrict what is allowed to communicate with your server. |
| `lfd` | **Login Failure Daemon** (lfd): Process that runs all the time and periodically (every X seconds) scans the latest log file entries for login attempts against your server that continually fail within a short period of time. |

<br />

<br />

Expand Down
Loading

0 comments on commit f1641f7

Please sign in to comment.