Merge branch 'app/crowdsec' of github.com:falkheiland/runtipi-appstore into app/crowdsec
This commit is contained in:
commit
5ebd50f325
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "budibase",
|
||||
"tipi_version": 129,
|
||||
"version": "2.24.0",
|
||||
"tipi_version": 130,
|
||||
"version": "2.24.1",
|
||||
"categories": [
|
||||
"development"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: '3.7'
|
||||
services:
|
||||
budibase:
|
||||
image: budibase/budibase:2.24.0
|
||||
image: budibase/budibase:2.24.1
|
||||
restart: unless-stopped
|
||||
container_name: budibase
|
||||
ports:
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"id": "changedetection",
|
||||
"description": "The best and simplest free open source website change detection, restock monitor and notification service.",
|
||||
"tipi_version": 19,
|
||||
"version": "0.45.21",
|
||||
"tipi_version": 20,
|
||||
"version": "0.45.22",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
changedetection:
|
||||
image: ghcr.io/dgtlmoon/changedetection.io:0.45.21
|
||||
image: ghcr.io/dgtlmoon/changedetection.io:0.45.22
|
||||
container_name: changedetection
|
||||
hostname: changedetection
|
||||
volumes:
|
||||
|
|
|
@ -9,9 +9,9 @@ services:
|
|||
- /etc/localtime:/etc/localtime:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- ${APP_DATA_DIR}/data/crowdsec/acquis.yaml:/etc/crowdsec/acquis.yaml
|
||||
- ${APP_DATA_DIR}/data/crowdsec:/etc/crowdsec
|
||||
- ${APP_DATA_DIR}/data/crowdsec/db:/var/lib/crowdsec/data
|
||||
- /var/log/auth.log:/var/log/auth.log:ro
|
||||
- /var/log/syslog.log:/var/log/syslog.log:ro
|
||||
- /var/log/traefik:/var/log/traefik:ro
|
||||
# other containers will output their log files too
|
||||
# sudo mkdir /var/log/crowdsec
|
||||
|
@ -35,7 +35,8 @@ services:
|
|||
- crowdsec
|
||||
environment:
|
||||
# the CROWDSEC_BOUNCER_API_KEY needs to be created of the crowdsec container with:
|
||||
# `docker compose exec -t crowdsec cscli bouncers add crowdsec-bouncer-traefik`
|
||||
# To create the CROWDSEC_BOUNCER_API_KEY, execute the following command in the crowdsec container:
|
||||
# docker compose exec -t crowdsec cscli bouncers add crowdsec-bouncer-traefik
|
||||
- CROWDSEC_BOUNCER_API_KEY=${CROWDSEC_BOUNCER_API_KEY}
|
||||
- CROWDSEC_AGENT_HOST=crowdsec:8080
|
||||
networks:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Crowdsec
|
||||
# CrowdSec
|
||||
|
||||
CrowdSec - the open-source and participative security solution offering crowdsourced protection against malicious IPs and access to the most advanced real-world CTI
|
||||
|
||||
|
@ -32,7 +32,7 @@ API key for 'crowdsec-bouncer-traefik':
|
|||
Please keep this key since you will not be able to retrieve it!
|
||||
```
|
||||
|
||||
to get the Bouncer API Key. Use this Key in the settings of the app instead of dummy Bouncer API Key and restart the app.
|
||||
To get the Bouncer API Key, use this Key in the settings of the app instead of the dummy Bouncer API Key and restart the app.
|
||||
|
||||
## Check Metrics
|
||||
|
||||
|
@ -100,4 +100,4 @@ add the following files and / or settings:
|
|||
trustForwardHeader: true
|
||||
```
|
||||
|
||||
restart runtipi to apply the settings.
|
||||
restart runtipi to apply the settings.
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "ghostfolio",
|
||||
"tipi_version": 79,
|
||||
"version": "2.77.1",
|
||||
"tipi_version": 80,
|
||||
"version": "2.78.0",
|
||||
"categories": [
|
||||
"finance"
|
||||
],
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.9"
|
|||
services:
|
||||
ghostfolio:
|
||||
container_name: ghostfolio
|
||||
image: ghostfolio/ghostfolio:2.77.1
|
||||
image: ghostfolio/ghostfolio:2.78.0
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${APP_PORT}:3333
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "homeassistant-1",
|
||||
"tipi_version": 13,
|
||||
"version": "2024.4.4",
|
||||
"tipi_version": 14,
|
||||
"version": "2024.5.0",
|
||||
"categories": [
|
||||
"automation"
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3'
|
|||
|
||||
services:
|
||||
homeassistant-1:
|
||||
image: ghcr.io/home-assistant/home-assistant:2024.4.4
|
||||
image: ghcr.io/home-assistant/home-assistant:2024.5.0
|
||||
container_name: homeassistant-1
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
|
|
|
@ -42,7 +42,7 @@ services:
|
|||
traefik.http.routers.invoice-ninja-local.tls: true
|
||||
|
||||
invoice-ninja-server:
|
||||
image: invoiceninja/invoiceninja:5.8.51
|
||||
image: invoiceninja/invoiceninja:5.8.53
|
||||
container_name: invoice-ninja-server
|
||||
restart: unless-stopped
|
||||
user: 1500:1500
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"port": 8010,
|
||||
"id": "kanboard",
|
||||
"description": "Kanboard is a free and open source Kanban project management software.",
|
||||
"tipi_version": 9,
|
||||
"version": "1.2.35",
|
||||
"tipi_version": 10,
|
||||
"version": "1.2.36",
|
||||
"categories": [
|
||||
"development"
|
||||
],
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.9"
|
|||
services:
|
||||
kanboard:
|
||||
container_name: kanboard
|
||||
image: kanboard/kanboard:v1.2.35
|
||||
image: kanboard/kanboard:v1.2.36
|
||||
environment:
|
||||
- PLUGIN_INSTALLER=${PLUGIN_INSTALLER}
|
||||
ports:
|
||||
|
|
|
@ -5,14 +5,19 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "kiwix-serve",
|
||||
"tipi_version": 1,
|
||||
"version": "3.5.0-2",
|
||||
"categories": ["media"],
|
||||
"tipi_version": 2,
|
||||
"version": "3.7.0-2",
|
||||
"categories": [
|
||||
"media"
|
||||
],
|
||||
"description": "Kiwix Server is a web server for hosting .zim files",
|
||||
"short_desc": "Kiwix Server is a web server for hosting .zim files",
|
||||
"author": "Kiwix",
|
||||
"source": "https://github.com/kiwix/kiwix-tools/",
|
||||
"website": "https://kiwix.org/",
|
||||
"form_fields": [],
|
||||
"supported_architectures": ["arm64", "amd64"]
|
||||
"supported_architectures": [
|
||||
"arm64",
|
||||
"amd64"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ version: '3.9'
|
|||
services:
|
||||
kiwix-serve:
|
||||
container_name: kiwix-serve
|
||||
image: ghcr.io/kiwix/kiwix-serve:3.5.0-2
|
||||
image: ghcr.io/kiwix/kiwix-serve:3.7.0-2
|
||||
ports:
|
||||
- ${APP_PORT}:8080
|
||||
volumes:
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"id": "lobe-chat",
|
||||
"description": "LobeChat is an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible (Function Call) plugin system.",
|
||||
"tipi_version": 129,
|
||||
"version": "0.152.1",
|
||||
"tipi_version": 135,
|
||||
"version": "0.152.8",
|
||||
"categories": [
|
||||
"ai"
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.9'
|
|||
services:
|
||||
lobe-chat:
|
||||
container_name: lobe-chat
|
||||
image: lobehub/lobe-chat:v0.152.1
|
||||
image: lobehub/lobe-chat:v0.152.8
|
||||
environment:
|
||||
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
||||
- OPENAI_PROXY_URL=${OPEANAI_PROXY_URL}
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "sabnzbd",
|
||||
"tipi_version": 12,
|
||||
"version": "4.2.3",
|
||||
"tipi_version": 13,
|
||||
"version": "4.3.0",
|
||||
"categories": [
|
||||
"media",
|
||||
"utilities"
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3'
|
|||
|
||||
services:
|
||||
sabnzbd:
|
||||
image: lscr.io/linuxserver/sabnzbd:4.2.3
|
||||
image: lscr.io/linuxserver/sabnzbd:4.3.0
|
||||
container_name: sabnzbd
|
||||
ports:
|
||||
- ${APP_PORT}:8080
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
"exposable": true,
|
||||
"no_gui": true,
|
||||
"id": "simplex-smp",
|
||||
"tipi_version": 17,
|
||||
"version": "5.7.0",
|
||||
"tipi_version": 18,
|
||||
"version": "5.7.1",
|
||||
"categories": [
|
||||
"social"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: '3.9'
|
||||
services:
|
||||
simplex-smp:
|
||||
image: simplexchat/smp-server:v5.7.0
|
||||
image: simplexchat/smp-server:v5.7.1
|
||||
container_name: simplex-smp
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/simplex/logs:/var/opt/simplex:z
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"id": "windows",
|
||||
"description": "Run windows in docker...because why not?",
|
||||
"tipi_version": 22,
|
||||
"version": "3.00",
|
||||
"tipi_version": 23,
|
||||
"version": "3.01",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@ version: "3.9"
|
|||
services:
|
||||
windows:
|
||||
container_name: windows
|
||||
image: dockurr/windows:3.00
|
||||
image: dockurr/windows:3.01
|
||||
restart: unless-stopped
|
||||
devices:
|
||||
- /dev/kvm
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "zigbee2mqtt",
|
||||
"tipi_version": 3,
|
||||
"version": "1.36.1",
|
||||
"tipi_version": 4,
|
||||
"version": "1.37.0",
|
||||
"categories": [
|
||||
"utilities",
|
||||
"automation"
|
||||
|
|
|
@ -3,7 +3,7 @@ version: '3.7'
|
|||
services:
|
||||
zigbee2mqtt:
|
||||
container_name: zigbee2mqtt
|
||||
image: koenkk/zigbee2mqtt:1.36.1
|
||||
image: koenkk/zigbee2mqtt:1.37.0
|
||||
environment:
|
||||
- TZ=${TZ}
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue
Block a user