Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
425ed1f
Add wireguard tag; update twingate UID/GID
AlphaDelta9 Feb 4, 2026
0378fd8
Merge branch 'master' of https://github.com/AlphaDelta9/apps
AlphaDelta9 Feb 21, 2026
fb7ae5a
Crowdsec initial commit
AlphaDelta9 May 8, 2026
f931173
Merge branch 'truenas:master' into master
AlphaDelta9 May 8, 2026
bf5f4f9
Crowdsec initial commit
AlphaDelta9 May 8, 2026
1736b43
test fix
AlphaDelta9 May 8, 2026
a726ae2
Merge branch 'master' of https://github.com/AlphaDelta9/apps
AlphaDelta9 May 8, 2026
02fcd1b
fix crowdsec app.yaml
AlphaDelta9 May 8, 2026
b5d6c06
fix crowdsec app.yaml
AlphaDelta9 May 8, 2026
1db59d8
Merge branch 'master' of https://github.com/AlphaDelta9/apps
AlphaDelta9 May 8, 2026
b5571cd
add run_as configuration to basic-values.yaml
AlphaDelta9 May 8, 2026
71fef6e
refactor crowdsec storage configuration in docker-compose and basic-v…
AlphaDelta9 May 8, 2026
deccf36
Merge branch 'master' into master
AlphaDelta9 May 8, 2026
dab15e4
Merge branch 'master' of https://github.com/AlphaDelta9/apps
AlphaDelta9 May 8, 2026
b66ddb4
Merge branch 'master' of https://github.com/AlphaDelta9/apps
AlphaDelta9 May 8, 2026
ae530f5
refactor crowdsec image options and simplify storage configuration in…
AlphaDelta9 May 9, 2026
ce44efb
Merge branch 'master' of https://github.com/AlphaDelta9/apps
AlphaDelta9 May 9, 2026
ae718a6
update api_port configurations
AlphaDelta9 May 9, 2026
7397397
Merge branch 'master' into master
AlphaDelta9 May 9, 2026
ae87482
Merge branch 'master' of https://github.com/AlphaDelta9/apps
AlphaDelta9 May 9, 2026
1ffd37d
fix: healthcheck command template
AlphaDelta9 May 9, 2026
31f316e
update healthcheck command to use 'lapi' instead of 'capi'
AlphaDelta9 May 9, 2026
abb30e6
fix: update enum values for consistency in questions.yaml
AlphaDelta9 May 9, 2026
d7d89b3
add collections field to crowdsec configuration in basic-values.yaml
AlphaDelta9 May 9, 2026
55553b4
fix COLLECTIONS environment variable reference
AlphaDelta9 May 9, 2026
814597e
fix: update enum values for consistency in questions.yaml
AlphaDelta9 May 9, 2026
f44fbc4
fix: format description and update icon URL in app.yaml
AlphaDelta9 May 9, 2026
d9c6eb6
fix README.md
AlphaDelta9 May 9, 2026
585a27d
update twingate changelog URL and icon (https://avatars.githubusercon…
AlphaDelta9 May 9, 2026
64ed07f
remove unnecessary TTY and stdin
AlphaDelta9 May 9, 2026
a03624a
update lib
stavros-k May 12, 2026
97bc1cb
update meta
stavros-k May 12, 2026
158602b
fixes
stavros-k May 12, 2026
fc2bceb
huh? where is storage?
stavros-k May 12, 2026
2792dd4
fix
stavros-k May 12, 2026
96fc5e3
fix
stavros-k May 12, 2026
e85430f
????
stavros-k May 12, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ words:
- cpus
- creds
- crontasks
- crowdsec
- cuda
- cyfershepard
- databasus
Expand Down
3 changes: 3 additions & 0 deletions ix-dev/community/crowdsec/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# CrowdSec

[CrowdSec](https://docs.crowdsec.net) is an open-source and collaborative security engine that parses logs and blocks malicious IPs.
34 changes: 34 additions & 0 deletions ix-dev/community/crowdsec/app.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
app_version: v1.7.7
capabilities: []
categories:
- security
changelog_url: https://github.com/crowdsecurity/crowdsec/releases
date_added: '2025-05-12'
description: CrowdSec is an open-source and collaborative security engine that parses
logs and blocks malicious IPs.
home: https://docs.crowdsec.net
host_mounts:
- description: Required to read the docker information.
host_path: /var/run/docker.sock
icon: https://media.sys.truenas.net/apps/crowdsec/icons/icon.svg
keywords:
- security
lib_version: 2.3.5
lib_version_hash: c0d042e3de6350fae9aee546d3c79bc0accf1f2011da89cc1ebff29421aa7fc9
maintainers:
- email: dev@truenas.com
name: truenas
url: https://www.truenas.com/
name: crowdsec
run_as_context:
- description: Container [crowdsec] runs as root user and group.
gid: 0
group_name: Host group is [root]
uid: 0
user_name: Host user is [root]
screenshots: []
sources:
- https://hub.docker.com/r/crowdsecurity/crowdsec
title: CrowdSec
train: community
version: 1.0.0
6 changes: 6 additions & 0 deletions ix-dev/community/crowdsec/item.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
categories:
- security
icon_url: https://media.sys.truenas.net/apps/crowdsec/icons/icon.svg
screenshots: []
tags:
- security
10 changes: 10 additions & 0 deletions ix-dev/community/crowdsec/ix_values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
images:
image:
repository: crowdsecurity/crowdsec
tag: "v1.7.7"
slim_image:
repository: crowdsecurity/crowdsec
tag: "v1.7.7-slim"

consts:
crowdsec_container_name: crowdsec
Loading
Loading