Compare commits
27 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c5e8168e0a | |||
| defe1389a0 | |||
| d532b97ce9 | |||
| f492d6e9e5 | |||
| 0e8f0ff26f | |||
| a7e0d90ebd | |||
| a709999a6c | |||
| f468fb2357 | |||
| da4969ee81 | |||
| baa06d3b35 | |||
| 91f800b123 | |||
| 6d20e2f401 | |||
| 945f79a37c | |||
| 18a3978152 | |||
| 254fe484ad | |||
| 203b4c5f7a | |||
| 9e0db8635e | |||
| 0555325c38 | |||
| 1635de854c | |||
| bd1152273f | |||
| 3b6e5f62a5 | |||
| bfb5d7ea38 | |||
| cb7089e5a7 | |||
| 1dbadf70c8 | |||
| 8bdea248f3 | |||
| 8ba538dfb2 | |||
| 0c8aecf737 |
@@ -95,7 +95,7 @@
|
|||||||
| netbird-coturn | coturn/coturn:latest |
|
| netbird-coturn | coturn/coturn:latest |
|
||||||
| netbox | lscr.io/linuxserver/netbox:latest |
|
| netbox | lscr.io/linuxserver/netbox:latest |
|
||||||
| netbox-db | postgres:17-alpine |
|
| netbox-db | postgres:17-alpine |
|
||||||
| nextcloud | lscr.io/linuxserver/nextcloud:latest |
|
| nextcloud | nextcloud/all-in-one:latest |
|
||||||
| ollama | ollama/ollama |
|
| ollama | ollama/ollama |
|
||||||
| ombi | lscr.io/linuxserver/ombi:latest |
|
| ombi | lscr.io/linuxserver/ombi:latest |
|
||||||
| paperless-ngx | ghcr.io/paperless-ngx/paperless-ngx:latest |
|
| paperless-ngx | ghcr.io/paperless-ngx/paperless-ngx:latest |
|
||||||
|
|||||||
+44
-99
@@ -10,6 +10,8 @@ networks:
|
|||||||
name: compose_bitmagnet
|
name: compose_bitmagnet
|
||||||
default:
|
default:
|
||||||
name: compose_default
|
name: compose_default
|
||||||
|
nextcloud-aio:
|
||||||
|
external: true
|
||||||
services:
|
services:
|
||||||
actual_server:
|
actual_server:
|
||||||
container_name: actualbudget
|
container_name: actualbudget
|
||||||
@@ -520,63 +522,6 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
default: null
|
default: null
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
bunkerweb:
|
|
||||||
container_name: bunkerweb
|
|
||||||
environment:
|
|
||||||
API_WHITELIST_IP: 172.18.0.0/16 192.168.1.0/24
|
|
||||||
REAL_IP_FROM: 172.18.0.0/16
|
|
||||||
REAL_IP_HEADER: X-Forwarded-For
|
|
||||||
REVERSE_PROXY_HOST: http://swag:80
|
|
||||||
SERVER_NAME: bunker.trez.wtf
|
|
||||||
USE_REAL_IP: yes
|
|
||||||
USE_REVERSE_PROXY: yes
|
|
||||||
expose:
|
|
||||||
- 8080
|
|
||||||
- 8443
|
|
||||||
image: bunkerity/bunkerweb:latest
|
|
||||||
labels:
|
|
||||||
bunkerweb.INSTANCE: yes
|
|
||||||
restart: unless-stopped
|
|
||||||
bunkerweb-scheduler:
|
|
||||||
container_name: bunkerweb-scheduler
|
|
||||||
depends_on:
|
|
||||||
- bunkerweb
|
|
||||||
- docker-socket-proxy
|
|
||||||
environment:
|
|
||||||
DOCKER_HOST: tcp://dockerproxy:2375
|
|
||||||
image: bunkerity/bunkerweb-scheduler:latest
|
|
||||||
restart: unless-stopped
|
|
||||||
volumes:
|
|
||||||
- bunkerweb-data:/data
|
|
||||||
bunkerweb-ui:
|
|
||||||
container_name: bunkerweb-ui
|
|
||||||
depends_on:
|
|
||||||
bunkerweb:
|
|
||||||
condition: service_started
|
|
||||||
required: true
|
|
||||||
restart: true
|
|
||||||
docker-socket-proxy:
|
|
||||||
condition: service_started
|
|
||||||
required: true
|
|
||||||
environment:
|
|
||||||
DOCKER_HOST: tcp://dockerproxy:2375
|
|
||||||
expose:
|
|
||||||
- 7000
|
|
||||||
image: bunkerity/bunkerweb-ui:latest
|
|
||||||
labels:
|
|
||||||
homepage.group: Privacy/Security
|
|
||||||
homepage.name: Bunker Web
|
|
||||||
homepage.href: https://bunker.${MY_TLD}
|
|
||||||
homepage.icon: bunkerweb.svg
|
|
||||||
homepage.description: Next-gen WAF
|
|
||||||
swag: enable
|
|
||||||
swag_port: 7000
|
|
||||||
swag_url: bunker.${MY_TLD}
|
|
||||||
swag.uptime-kuma.enabled: true
|
|
||||||
swag.uptime-kuma.monitor.url: https://bunker.${MY_TLD}
|
|
||||||
restart: unless-stopped
|
|
||||||
volumes:
|
|
||||||
- bunkerweb-data:/data
|
|
||||||
castopod:
|
castopod:
|
||||||
container_name: castopod
|
container_name: castopod
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -3253,7 +3198,6 @@ services:
|
|||||||
PGID: 1000
|
PGID: 1000
|
||||||
PUID: 1000
|
PUID: 1000
|
||||||
TZ: America/New_York
|
TZ: America/New_York
|
||||||
MYSQL_PASSWORD: ${NEXTCLOUD_MARIADB_PASSWORD}
|
|
||||||
hostname: Rinoa
|
hostname: Rinoa
|
||||||
image: linuxserver/mariadb
|
image: linuxserver/mariadb
|
||||||
networks:
|
networks:
|
||||||
@@ -3717,12 +3661,10 @@ services:
|
|||||||
type: volume
|
type: volume
|
||||||
volume: {}
|
volume: {}
|
||||||
nextcloud:
|
nextcloud:
|
||||||
container_name: nextcloud
|
container_name: nextcloud-aio-mastercontainer
|
||||||
environment:
|
environment:
|
||||||
DOCKER_HOST: tcp://dockerproxy:2375
|
|
||||||
LOG_LEVEL: debug
|
|
||||||
SKIP_DOMAIN_VALIDATION: false
|
SKIP_DOMAIN_VALIDATION: false
|
||||||
APACHE_ADDITIONAL_NETWORK:
|
APACHE_ADDITIONAL_NETWORK: compose_default
|
||||||
APACHE_IP_BINDING: 0.0.0.0
|
APACHE_IP_BINDING: 0.0.0.0
|
||||||
APACHE_PORT: 11000
|
APACHE_PORT: 11000
|
||||||
expose:
|
expose:
|
||||||
@@ -3736,7 +3678,8 @@ services:
|
|||||||
homepage.description: Private Cloud
|
homepage.description: Private Cloud
|
||||||
swag: enable
|
swag: enable
|
||||||
swag_port: 11000
|
swag_port: 11000
|
||||||
swag_proto: https
|
swag_proto: http
|
||||||
|
swag_address: nextcloud-aio-apache
|
||||||
swag_url: cloud.${MY_TLD}
|
swag_url: cloud.${MY_TLD}
|
||||||
swag.uptime-kuma.enabled: true
|
swag.uptime-kuma.enabled: true
|
||||||
swag.uptime-kuma.monitor.url: https://cloud.${MY_TLD}
|
swag.uptime-kuma.monitor.url: https://cloud.${MY_TLD}
|
||||||
@@ -3744,9 +3687,8 @@ services:
|
|||||||
- 56713:8080
|
- 56713:8080
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- ${DOCKER_VOLUME_CONFIG}/nextcloud/config:/config
|
- nextcloud_aio_mastercontainer:/mnt/docker-aio-config
|
||||||
- ${DOCKER_VOLUME_CONFIG}/nextcloud/data:/data
|
|
||||||
ollama:
|
ollama:
|
||||||
container_name: ollama
|
container_name: ollama
|
||||||
image: ollama/ollama
|
image: ollama/ollama
|
||||||
@@ -4863,7 +4805,7 @@ services:
|
|||||||
homepage.group: Servarr Stack
|
homepage.group: Servarr Stack
|
||||||
homepage.name: Sonashow
|
homepage.name: Sonashow
|
||||||
homepage.href: https://sonashow.${MY_TLD}
|
homepage.href: https://sonashow.${MY_TLD}
|
||||||
homepage.icon: /icons/sonashow.png
|
homepage.icon: sh-sonashow.png
|
||||||
homepage.description: TV show discovery based on library/tastes
|
homepage.description: TV show discovery based on library/tastes
|
||||||
swag: enable
|
swag: enable
|
||||||
swag_auth: authelia
|
swag_auth: authelia
|
||||||
@@ -5059,7 +5001,8 @@ services:
|
|||||||
homepage.widget.type: swagdashboard
|
homepage.widget.type: swagdashboard
|
||||||
homepage.widget.url: http://swag:81
|
homepage.widget.url: http://swag:81
|
||||||
networks:
|
networks:
|
||||||
default: null
|
- default
|
||||||
|
- nextcloud-aio
|
||||||
ports:
|
ports:
|
||||||
- mode: ingress
|
- mode: ingress
|
||||||
protocol: tcp
|
protocol: tcp
|
||||||
@@ -6678,7 +6621,7 @@ services:
|
|||||||
source: /var/run/docker.sock
|
source: /var/run/docker.sock
|
||||||
target: /var/run/docker.sock
|
target: /var/run/docker.sock
|
||||||
type: bind
|
type: bind
|
||||||
wazuh.agent:
|
wazuh-agent:
|
||||||
container_name: wazuh.agent
|
container_name: wazuh.agent
|
||||||
environment:
|
environment:
|
||||||
JOIN_MANAGER_PROTOCOL: https
|
JOIN_MANAGER_PROTOCOL: https
|
||||||
@@ -6691,17 +6634,17 @@ services:
|
|||||||
VIRUS_TOTAL_KEY: ${VIRUS_TOTAL_API_KEY}
|
VIRUS_TOTAL_KEY: ${VIRUS_TOTAL_API_KEY}
|
||||||
DOCKER_HOST: tcp://dockerproxy:2375
|
DOCKER_HOST: tcp://dockerproxy:2375
|
||||||
hostname: wazuh.agent
|
hostname: wazuh.agent
|
||||||
image: opennix/wazuh-agent:latest
|
image: kennyopennix/wazuh-agent:latest
|
||||||
networks:
|
networks:
|
||||||
default: null
|
default: null
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
wazuh.dashboard:
|
wazuh-dashboard:
|
||||||
container_name: wazuh.dashboard
|
container_name: wazuh-dashboard
|
||||||
depends_on:
|
depends_on:
|
||||||
wazuh.indexer:
|
wazuh-indexer:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
required: true
|
required: true
|
||||||
wazuh.manager:
|
wazuh-manager:
|
||||||
condition: service_started
|
condition: service_started
|
||||||
required: true
|
required: true
|
||||||
restart: true
|
restart: true
|
||||||
@@ -6713,7 +6656,7 @@ services:
|
|||||||
DASHBOARD_PASSWORD: ${WAZUH_KIBANA_PASSWORD}
|
DASHBOARD_PASSWORD: ${WAZUH_KIBANA_PASSWORD}
|
||||||
API_USERNAME: wazuh-wui
|
API_USERNAME: wazuh-wui
|
||||||
API_PASSWORD: ${WAZUH_API_PASSWORD}
|
API_PASSWORD: ${WAZUH_API_PASSWORD}
|
||||||
hostname: wazuh.dashboard
|
hostname: wazuh-dashboard
|
||||||
image: wazuh/wazuh-dashboard:${WAZUH_VERSION}
|
image: wazuh/wazuh-dashboard:${WAZUH_VERSION}
|
||||||
labels:
|
labels:
|
||||||
swag: enable
|
swag: enable
|
||||||
@@ -6728,8 +6671,8 @@ services:
|
|||||||
homepage.icon: wazuh.svg
|
homepage.icon: wazuh.svg
|
||||||
homepage.description: OSS Security Platform for XDR/SIEM
|
homepage.description: OSS Security Platform for XDR/SIEM
|
||||||
links:
|
links:
|
||||||
- wazuh.indexer:wazuh.indexer
|
- wazuh-indexer:wazuh-indexer
|
||||||
- wazuh.manager:wazuh.manager
|
- wazuh-manager:wazuh-manager
|
||||||
networks:
|
networks:
|
||||||
default: null
|
default: null
|
||||||
ports:
|
ports:
|
||||||
@@ -6739,27 +6682,27 @@ services:
|
|||||||
target: 5601
|
target: 5601
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/dashboard/certs/wazuh.dashboard.pem
|
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/generator/wazuh.dashboard.pem
|
||||||
target: /usr/share/wazuh-dashboard/certs/wazuh-dashboard.pem
|
target: /usr/share/wazuh-dashboard/certs/wazuh-dashboard.pem
|
||||||
type: bind
|
type: bind
|
||||||
bind:
|
bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/dashboard/certs/wazuh.dashboard-key.pem
|
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/generator/wazuh.dashboard-key.pem
|
||||||
target: /usr/share/wazuh-dashboard/certs/wazuh-dashboard-key.pem
|
target: /usr/share/wazuh-dashboard/certs/wazuh-dashboard-key.pem
|
||||||
type: bind
|
type: bind
|
||||||
bind:
|
bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/dashboard/certs/root-ca.pem
|
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/generator/root-ca.pem
|
||||||
target: /usr/share/wazuh-dashboard/certs/root-ca.pem
|
target: /usr/share/wazuh-dashboard/certs/root-ca.pem
|
||||||
type: bind
|
type: bind
|
||||||
bind:
|
bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/dashboard/config/opensearch_dashboards.yml
|
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/dashboard/opensearch_dashboards.yml
|
||||||
target: /usr/share/wazuh-dashboard/config/opensearch_dashboards.yml
|
target: /usr/share/wazuh-dashboard/config/opensearch_dashboards.yml
|
||||||
type: bind
|
type: bind
|
||||||
bind:
|
bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/dashboard/config/wazuh.yml
|
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/dashboard/wazuh.yml
|
||||||
target: /usr/share/wazuh-dashboard/data/wazuh/config/wazuh.yml
|
target: /usr/share/wazuh-dashboard/data/wazuh/config/wazuh.yml
|
||||||
type: bind
|
type: bind
|
||||||
bind:
|
bind:
|
||||||
@@ -6772,11 +6715,11 @@ services:
|
|||||||
target: /usr/share/wazuh-dashboard/plugins/wazuh/public/assets/custom
|
target: /usr/share/wazuh-dashboard/plugins/wazuh/public/assets/custom
|
||||||
type: volume
|
type: volume
|
||||||
volume: {}
|
volume: {}
|
||||||
wazuh.indexer:
|
wazuh-indexer:
|
||||||
container_name: wazuh.indexer
|
container_name: wazuh-indexer
|
||||||
environment:
|
environment:
|
||||||
OPENSEARCH_JAVA_OPTS: -Xms512m -Xmx512m
|
OPENSEARCH_JAVA_OPTS: -Xms512m -Xmx512m
|
||||||
hostname: wazuh.indexer
|
hostname: wazuh-indexer
|
||||||
image: wazuh/wazuh-indexer:${WAZUH_VERSION}
|
image: wazuh/wazuh-indexer:${WAZUH_VERSION}
|
||||||
networks:
|
networks:
|
||||||
default: null
|
default: null
|
||||||
@@ -6798,43 +6741,43 @@ services:
|
|||||||
target: /var/lib/wazuh-indexer
|
target: /var/lib/wazuh-indexer
|
||||||
type: volume
|
type: volume
|
||||||
volume: {}
|
volume: {}
|
||||||
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/indexer/certs/root-ca.pem
|
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/generator/root-ca.pem
|
||||||
target: /usr/share/wazuh-indexer/certs/root-ca.pem
|
target: /usr/share/wazuh-indexer/certs/root-ca.pem
|
||||||
type: bind
|
type: bind
|
||||||
bind:
|
bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/indexer/certs/wazuh.indexer-key.pem
|
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/generator/wazuh.indexer-key.pem
|
||||||
target: /usr/share/wazuh-indexer/certs/wazuh.indexer.key
|
target: /usr/share/wazuh-indexer/certs/wazuh.indexer.key
|
||||||
type: bind
|
type: bind
|
||||||
bind:
|
bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/indexer/certs/wazuh.indexer.pem
|
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/generator/wazuh.indexer.pem
|
||||||
target: /usr/share/wazuh-indexer/certs/wazuh.indexer.pem
|
target: /usr/share/wazuh-indexer/certs/wazuh.indexer.pem
|
||||||
type: bind
|
type: bind
|
||||||
bind:
|
bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/indexer/certs/admin.pem
|
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/generator/admin.pem
|
||||||
target: /usr/share/wazuh-indexer/certs/admin.pem
|
target: /usr/share/wazuh-indexer/certs/admin.pem
|
||||||
type: bind
|
type: bind
|
||||||
bind:
|
bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/indexer/certs/admin-key.pem
|
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/generator/admin-key.pem
|
||||||
target: /usr/share/wazuh-indexer/certs/admin-key.pem
|
target: /usr/share/wazuh-indexer/certs/admin-key.pem
|
||||||
type: bind
|
type: bind
|
||||||
bind:
|
bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/indexer/config/wazuh.indexer.yml
|
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/indexer/wazuh.indexer.yml
|
||||||
target: /usr/share/wazuh-indexer/opensearch.yml
|
target: /usr/share/wazuh-indexer/opensearch.yml
|
||||||
type: bind
|
type: bind
|
||||||
bind:
|
bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/indexer/config/internal_users.yml
|
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/indexer/internal_users.yml
|
||||||
target: /usr/share/wazuh-indexer/opensearch-security/internal_users.yml
|
target: /usr/share/wazuh-indexer/opensearch-security/internal_users.yml
|
||||||
type: bind
|
type: bind
|
||||||
bind:
|
bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
wazuh.manager:
|
wazuh-manager:
|
||||||
container_name: wazuh.manager
|
container_name: wazuh-manager
|
||||||
environment:
|
environment:
|
||||||
INDEXER_URL: https://wazuh.indexer:9200
|
INDEXER_URL: https://wazuh.indexer:9200
|
||||||
INDEXER_USERNAME: admin
|
INDEXER_USERNAME: admin
|
||||||
@@ -6845,7 +6788,7 @@ services:
|
|||||||
SSL_KEY: /etc/ssl/filebeat.key
|
SSL_KEY: /etc/ssl/filebeat.key
|
||||||
API_USERNAME: wazuh-wui
|
API_USERNAME: wazuh-wui
|
||||||
API_PASSWORD: ${WAZUH_API_PASSWORD}
|
API_PASSWORD: ${WAZUH_API_PASSWORD}
|
||||||
hostname: wazuh.manager
|
hostname: wazuh-manager
|
||||||
image: wazuh/wazuh-manager:${WAZUH_VERSION}
|
image: wazuh/wazuh-manager:${WAZUH_VERSION}
|
||||||
networks:
|
networks:
|
||||||
default: null
|
default: null
|
||||||
@@ -6919,22 +6862,22 @@ services:
|
|||||||
target: /var/lib/filebeat
|
target: /var/lib/filebeat
|
||||||
type: volume
|
type: volume
|
||||||
volume: {}
|
volume: {}
|
||||||
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/manager/certs/root-ca.pem
|
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/generator/root-ca.pem
|
||||||
target: /etc/ssl/root-ca.pem
|
target: /etc/ssl/root-ca.pem
|
||||||
type: bind
|
type: bind
|
||||||
bind:
|
bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/manager/certs/wazuh.manager.pem
|
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/generator/wazuh.manager.pem
|
||||||
target: /etc/ssl/filebeat.pem
|
target: /etc/ssl/filebeat.pem
|
||||||
type: bind
|
type: bind
|
||||||
bind:
|
bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/manager/certs/wazuh.manager-key.pem
|
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/generator/wazuh.manager-key.pem
|
||||||
target: /etc/ssl/filebeat.key
|
target: /etc/ssl/filebeat.key
|
||||||
type: bind
|
type: bind
|
||||||
bind:
|
bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/manager/config/wazuh_manager.conf
|
- source: ${DOCKER_VOLUME_CONFIG}/wazuh/manager/wazuh_manager.conf
|
||||||
target: /wazuh-config-mount/etc/ossec.conf
|
target: /wazuh-config-mount/etc/ossec.conf
|
||||||
type: bind
|
type: bind
|
||||||
bind:
|
bind:
|
||||||
@@ -7522,6 +7465,8 @@ volumes:
|
|||||||
name: netbird-letsencrypt
|
name: netbird-letsencrypt
|
||||||
netbox-pg-db:
|
netbox-pg-db:
|
||||||
name: netbox-pg-db
|
name: netbox-pg-db
|
||||||
|
nextcloud_aio_mastercontainer:
|
||||||
|
name: nextcloud_aio_mastercontainer
|
||||||
ollama:
|
ollama:
|
||||||
name: ollama
|
name: ollama
|
||||||
paperless-ngx-data:
|
paperless-ngx-data:
|
||||||
|
|||||||
Reference in New Issue
Block a user