1
0

Compare commits

...

6 Commits

Author SHA1 Message Date
fxequals
86325a4a45 initial commit 2025-07-20 23:20:47 -04:00
fxequals
05685ce4a2 initial commit 2025-07-20 18:13:38 -04:00
fxequals
f39e4e3bd9 initial commit 2025-07-20 17:57:06 -04:00
fxequals
d66afe9b2d minor updates 2025-07-20 16:37:08 -04:00
fxequals
7dbd8c8fee made ssh optional 2025-07-20 16:31:17 -04:00
fxequals
0bff86ed67 minor updates 2025-07-20 14:58:47 -04:00
12 changed files with 99 additions and 2 deletions

View File

@@ -0,0 +1 @@
SESSION_SECRET=

View File

@@ -13,8 +13,8 @@ services:
networks:
- proxy
ports:
- 2222:22
# ports:
# - 2222:22 <--- maps a unique SSH port for SSH pushes
environment:
PUID: 1000

View File

View File

@@ -0,0 +1,31 @@
---
# IT Tools
# Collection of various IT tools
# Created by CorentinTh
# ↳ https://github.com/CorentinTh/it-tools
services:
it-tools:
image: corentinth/it-tools:latest
container_name: it-tools
restart: unless-stopped
networks:
- proxy
# ports:
# - 80:80
environment:
PUID: 1000
PGID: 1000
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
networks:
proxy:
external: true
# Documentation available at https://github.com/CorentinTh/it-tools

View File

@@ -0,0 +1 @@
DOCKERGW=

View File

View File

@@ -0,0 +1,61 @@
---
# SearXNG
# Privacy Focused Search Engine
# Created by Searxng
# ↳ https://github.com/searxng/searxng
services:
searxng-server:
image: docker.io/searxng/searxng:latest
container_name: searxng
restart: unless-stopped
networks:
- search
# ports:
# - 8080:8080
environment:
PUID: 1000
PGID: 1000
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /home/fxequals/docker/searxng/search:/etc/searxng:rw
searxng-redis:
image: docker.io/valkey/valkey:8-alpine
container_name: redis
restart: unless-stopped
command: valkey-server --save 30 1 --loglevel warning
networks:
- search
environment:
PUID: 1000
PGID: 1000
volumes:
- /home/fxequals/docker/searsng/redis:/data
cap_drop:
- ALL
cap_add:
- SETGID
- SETUID
- DAC_OVERRIDE
logging:
driver: "json-file"
options:
max-size: "1m"
max-file: "1"
networks:
search:
external: true
# Documentation available at https://docs.searxng.org/

View File

@@ -0,0 +1,3 @@
DB_USER=
DB_PASS=
DB_ROOT=