Splitting repo into submodules
This commit is contained in:
parent
2ac233808d
commit
7294035160
1
All_Srv
Submodule
1
All_Srv
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit b1cc6ab6d811d2c7d2ede90a4539c344903c04df
|
||||||
1
Development
Submodule
1
Development
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 99c33d4fd584b7ad054b3bc2d4d40e875e7577c9
|
||||||
1
LAN_Services
Submodule
1
LAN_Services
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit bcd8f514d67814bcf909b7249822900b2707810e
|
||||||
1
Media
Submodule
1
Media
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 3a28f60ae3575ba946700f376c1a3525135ecff9
|
||||||
1
Monitoring
Submodule
1
Monitoring
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 5e446957780d68c77c350e393ab1c5f5f4bb345a
|
||||||
1
Unused-Docker
Submodule
1
Unused-Docker
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 5a65d7e6da43bb356bb6dd6a2684330291c42239
|
||||||
@ -1,21 +0,0 @@
|
|||||||
version: "3.8"
|
|
||||||
services:
|
|
||||||
bazarr:
|
|
||||||
image: lscr.io/linuxserver/bazarr:latest
|
|
||||||
container_name: bazarr
|
|
||||||
logging:
|
|
||||||
driver: journald
|
|
||||||
options:
|
|
||||||
mode: non-blocking
|
|
||||||
environment:
|
|
||||||
- PUID=1001
|
|
||||||
- PGID=1001
|
|
||||||
- TZ=America/Chicago
|
|
||||||
volumes:
|
|
||||||
- ./config:/config
|
|
||||||
- /mnt/media/jellymedia/movies:/movies #optional
|
|
||||||
- /mnt/media/jellymedia/shows:/tv #optional
|
|
||||||
- /etc/machine-id:/etc/machine-id:ro
|
|
||||||
ports:
|
|
||||||
- 6767:6767
|
|
||||||
restart: unless-stopped
|
|
||||||
@ -1,19 +0,0 @@
|
|||||||
version: "3.8"
|
|
||||||
services:
|
|
||||||
prowlarr:
|
|
||||||
image: lscr.io/linuxserver/prowlarr:develop
|
|
||||||
container_name: prowlarr
|
|
||||||
logging:
|
|
||||||
driver: journald
|
|
||||||
options:
|
|
||||||
mode: non-blocking
|
|
||||||
environment:
|
|
||||||
- PUID=1001
|
|
||||||
- PGID=1001
|
|
||||||
- TZ=America/Chicago
|
|
||||||
volumes:
|
|
||||||
- ./config:/config
|
|
||||||
- /etc/machine-id:/etc/machine-id:ro
|
|
||||||
ports:
|
|
||||||
- 9696:9696
|
|
||||||
restart: unless-stopped
|
|
||||||
@ -1,22 +0,0 @@
|
|||||||
version: "3.8"
|
|
||||||
services:
|
|
||||||
radarr:
|
|
||||||
image: lscr.io/linuxserver/radarr:latest
|
|
||||||
container_name: radarr
|
|
||||||
logging:
|
|
||||||
driver: journald
|
|
||||||
options:
|
|
||||||
mode: non-blocking
|
|
||||||
environment:
|
|
||||||
- PUID=1001
|
|
||||||
- PGID=1001
|
|
||||||
- TZ=America/Chicago
|
|
||||||
volumes:
|
|
||||||
- ./config:/config
|
|
||||||
- /mnt/media/jellymedia/movies:/movies #optional
|
|
||||||
- /mnt/media/downloads:/downloads #optional
|
|
||||||
- /media/scratch:/media/scratch
|
|
||||||
- /etc/machine-id:/etc/machine-id:ro
|
|
||||||
ports:
|
|
||||||
- 7878:7878
|
|
||||||
restart: unless-stopped
|
|
||||||
@ -1,22 +0,0 @@
|
|||||||
version: "3.8"
|
|
||||||
services:
|
|
||||||
readarr:
|
|
||||||
image: lscr.io/linuxserver/readarr:develop
|
|
||||||
container_name: readarr
|
|
||||||
logging:
|
|
||||||
driver: journald
|
|
||||||
options:
|
|
||||||
mode: non-blocking
|
|
||||||
environment:
|
|
||||||
- PUID=1001
|
|
||||||
- PGID=1001
|
|
||||||
- TZ=America/Chicago
|
|
||||||
volumes:
|
|
||||||
- ./config:/config
|
|
||||||
- /mnt/media/jellymedia/books:/books #optional
|
|
||||||
- /mnt/media/downloads:/downloads #optional
|
|
||||||
- /media/scratch:/media/scratch
|
|
||||||
- /etc/machine-id:/etc/machine-id:ro
|
|
||||||
ports:
|
|
||||||
- 8787:8787
|
|
||||||
restart: unless-stopped
|
|
||||||
@ -1,22 +0,0 @@
|
|||||||
version: "3.8"
|
|
||||||
services:
|
|
||||||
sonarr:
|
|
||||||
image: lscr.io/linuxserver/sonarr:latest
|
|
||||||
container_name: sonarr
|
|
||||||
logging:
|
|
||||||
driver: journald
|
|
||||||
options:
|
|
||||||
mode: non-blocking
|
|
||||||
environment:
|
|
||||||
- PUID=1001
|
|
||||||
- PGID=1001
|
|
||||||
- TZ=America/Chicago
|
|
||||||
volumes:
|
|
||||||
- ./config:/config
|
|
||||||
- /mnt/media/jellymedia/shows:/tv #optional
|
|
||||||
- /mnt/media/downloads:/downloads #optional
|
|
||||||
- /media/scratch:/media/scratch
|
|
||||||
- /etc/machine-id:/etc/machine-id:ro
|
|
||||||
ports:
|
|
||||||
- 8989:8989
|
|
||||||
restart: unless-stopped
|
|
||||||
@ -1,21 +0,0 @@
|
|||||||
version: "3.7"
|
|
||||||
services:
|
|
||||||
audiobookshelf:
|
|
||||||
image: ghcr.io/advplyr/audiobookshelf:latest
|
|
||||||
container_name: audiobookshelf
|
|
||||||
logging:
|
|
||||||
driver: journald
|
|
||||||
options:
|
|
||||||
mode: non-blocking
|
|
||||||
ports:
|
|
||||||
- 13378:80
|
|
||||||
volumes:
|
|
||||||
- /mnt/media/jellymedia/books:/audiobooks
|
|
||||||
- /mnt/media/jellymedia/podcasts:/podcasts
|
|
||||||
- ./config:/config
|
|
||||||
- ./metadata:/metadata
|
|
||||||
- /etc/machine-id:/etc/machine-id:ro
|
|
||||||
environment:
|
|
||||||
- PUID=1001
|
|
||||||
- GUID=1001
|
|
||||||
restart: "unless-stopped"
|
|
||||||
@ -1,31 +0,0 @@
|
|||||||
version: "3.8"
|
|
||||||
|
|
||||||
networks:
|
|
||||||
gitea:
|
|
||||||
external: false
|
|
||||||
|
|
||||||
services:
|
|
||||||
server:
|
|
||||||
image: gitea/gitea:latest
|
|
||||||
container_name: gitea
|
|
||||||
logging:
|
|
||||||
driver: journald
|
|
||||||
options:
|
|
||||||
mode: non-blocking
|
|
||||||
environment:
|
|
||||||
- USER_UID=1000
|
|
||||||
- USER_GID=1000
|
|
||||||
- DISABLE_REGISTRATION="true"
|
|
||||||
- DOMAIN="git.theschricks.com"
|
|
||||||
- SSH_DOMAIN="git.theschricks.com"
|
|
||||||
restart: unless-stopped
|
|
||||||
networks:
|
|
||||||
- gitea
|
|
||||||
volumes:
|
|
||||||
- ./gitea:/data
|
|
||||||
- /etc/timezone:/etc/timezone:ro
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
- /etc/machine-id:/etc/machine-id:ro
|
|
||||||
ports:
|
|
||||||
- "3000:3000"
|
|
||||||
- "222:22"
|
|
||||||
@ -1,55 +0,0 @@
|
|||||||
version: "3.8"
|
|
||||||
|
|
||||||
services:
|
|
||||||
loki:
|
|
||||||
image: grafana/loki:latest
|
|
||||||
hostname: loki
|
|
||||||
container_name: loki
|
|
||||||
logging:
|
|
||||||
driver: journald
|
|
||||||
options:
|
|
||||||
mode: non-blocking
|
|
||||||
volumes:
|
|
||||||
- ./loki:/etc/loki
|
|
||||||
- /etc/machine-id:/etc/machine-id:ro
|
|
||||||
ports:
|
|
||||||
- "3100:3100"
|
|
||||||
restart: unless-stopped
|
|
||||||
user: 1006:1000
|
|
||||||
command: -config.file=/etc/loki/loki-config.yml
|
|
||||||
promtail:
|
|
||||||
image: grafana/promtail:latest
|
|
||||||
container_name: promtail
|
|
||||||
logging:
|
|
||||||
driver: journald
|
|
||||||
options:
|
|
||||||
mode: non-blocking
|
|
||||||
depends_on:
|
|
||||||
- loki
|
|
||||||
hostname: promtail
|
|
||||||
volumes:
|
|
||||||
- /var/log:/var/log
|
|
||||||
- ./promtail:/etc/promtail
|
|
||||||
- /etc/machine-id:/etc/machine-id:ro
|
|
||||||
restart: unless-stopped
|
|
||||||
command: -config.file=/etc/promtail/promtail-config.yml
|
|
||||||
grafana:
|
|
||||||
container_name: grafana
|
|
||||||
hostname: grafana
|
|
||||||
logging:
|
|
||||||
driver: journald
|
|
||||||
options:
|
|
||||||
mode: non-blocking
|
|
||||||
user: 1006:1000
|
|
||||||
ports:
|
|
||||||
- "3000:3000"
|
|
||||||
depends_on:
|
|
||||||
- loki
|
|
||||||
- promtail
|
|
||||||
image: grafana/grafana:latest
|
|
||||||
restart: unless-stopped
|
|
||||||
#environment:
|
|
||||||
#- GF_SERVER_ROOT_URL=http://subdomain.yourdomain.tld
|
|
||||||
volumes:
|
|
||||||
- ./grafana:/var/lib/grafana
|
|
||||||
- /etc/machine-id:/etc/machine-id:ro
|
|
||||||
@ -1,41 +0,0 @@
|
|||||||
auth_enabled: false
|
|
||||||
|
|
||||||
server:
|
|
||||||
http_listen_port: 3100
|
|
||||||
grpc_listen_port: 9096
|
|
||||||
|
|
||||||
common:
|
|
||||||
path_prefix: /tmp/loki
|
|
||||||
storage:
|
|
||||||
filesystem:
|
|
||||||
chunks_directory: /tmp/loki/chunks
|
|
||||||
rules_directory: /tmp/loki/rules
|
|
||||||
replication_factor: 1
|
|
||||||
ring:
|
|
||||||
instance_addr: 0.0.0.0
|
|
||||||
kvstore:
|
|
||||||
store: inmemory
|
|
||||||
|
|
||||||
schema_config:
|
|
||||||
configs:
|
|
||||||
- from: 2020-10-24
|
|
||||||
store: boltdb-shipper
|
|
||||||
object_store: filesystem
|
|
||||||
schema: v11
|
|
||||||
index:
|
|
||||||
prefix: index_
|
|
||||||
period: 24h
|
|
||||||
|
|
||||||
query_range:
|
|
||||||
split_queries_by_interval: 0
|
|
||||||
parallelise_shardable_queries: false
|
|
||||||
|
|
||||||
querier:
|
|
||||||
max_concurrent: 2048
|
|
||||||
|
|
||||||
frontend:
|
|
||||||
max_outstanding_per_tenant: 4096
|
|
||||||
compress_responses: true
|
|
||||||
|
|
||||||
ruler:
|
|
||||||
alertmanager_url: http://localhost:9093
|
|
||||||
@ -1,19 +0,0 @@
|
|||||||
server:
|
|
||||||
http_listen_port: 9080
|
|
||||||
grpc_listen_port: 0
|
|
||||||
|
|
||||||
positions:
|
|
||||||
filename: /tmp/positions.yaml
|
|
||||||
|
|
||||||
clients:
|
|
||||||
- url: http://192.168.60.8:3100/loki/api/v1/push
|
|
||||||
|
|
||||||
# local machine logs
|
|
||||||
scrape_configs:
|
|
||||||
- job_name: auth
|
|
||||||
static_configs:
|
|
||||||
- targets:
|
|
||||||
- localhost
|
|
||||||
labels:
|
|
||||||
job: authlogs
|
|
||||||
__path__: /var/log/auth.log
|
|
||||||
@ -1,16 +0,0 @@
|
|||||||
version: "3.8"
|
|
||||||
services:
|
|
||||||
homepage:
|
|
||||||
image: ghcr.io/benphelps/homepage:latest
|
|
||||||
container_name: homepage
|
|
||||||
logging:
|
|
||||||
driver: journald
|
|
||||||
options:
|
|
||||||
mode: non-blocking
|
|
||||||
ports:
|
|
||||||
- 3000:3000
|
|
||||||
volumes:
|
|
||||||
- ./config:/app/config # Make sure your local config directory exists
|
|
||||||
- ./images:/app/public/images # Background images
|
|
||||||
- /etc/machine-id:/etc/machine-id:ro
|
|
||||||
restart: unless-stopped
|
|
||||||
@ -1,32 +0,0 @@
|
|||||||
version: "3.8"
|
|
||||||
services:
|
|
||||||
jellyfin:
|
|
||||||
image: lscr.io/linuxserver/jellyfin:latest
|
|
||||||
container_name: jellyfin
|
|
||||||
logging:
|
|
||||||
driver: journald
|
|
||||||
options:
|
|
||||||
mode: non-blocking
|
|
||||||
volumes:
|
|
||||||
- ./config:/config
|
|
||||||
#- ./cache:/cache
|
|
||||||
- /mnt/media/jellymedia:/media
|
|
||||||
- /mnt/media/jellymedia/movies:/data/movies
|
|
||||||
- /mnt/media/jellymedia/shows:/data/tvshows
|
|
||||||
- /etc/machine-id:/etc/machine-id:ro
|
|
||||||
restart: "unless-stopped"
|
|
||||||
environment:
|
|
||||||
- PUID=1001
|
|
||||||
- GUID=1001
|
|
||||||
- NVIDIA_DRIVER_CAPABILITIES=all
|
|
||||||
- NVIDIA_VISIBLE_DEVICES=all
|
|
||||||
ports:
|
|
||||||
- 8096:8096
|
|
||||||
- 8920:8920
|
|
||||||
- 7359:7359 # local network discovery
|
|
||||||
- 1900:1900 # DLNA discovery
|
|
||||||
deploy:
|
|
||||||
resources:
|
|
||||||
reservations:
|
|
||||||
devices:
|
|
||||||
- capabilities: [gpu]
|
|
||||||
@ -1,36 +0,0 @@
|
|||||||
version: "3.8"
|
|
||||||
|
|
||||||
services:
|
|
||||||
omada-controller:
|
|
||||||
image: mbentley/omada-controller:latest
|
|
||||||
container_name: omada-controller
|
|
||||||
logging:
|
|
||||||
driver: journald
|
|
||||||
options:
|
|
||||||
mode: non-blocking
|
|
||||||
restart: unless-stopped
|
|
||||||
stop_grace_period: 60s
|
|
||||||
network_mode: host
|
|
||||||
environment:
|
|
||||||
- PUID=508
|
|
||||||
- PGID=508
|
|
||||||
- MANAGE_HTTP_PORT=8088
|
|
||||||
- MANAGE_HTTPS_PORT=8043
|
|
||||||
- PORTAL_HTTP_PORT=8088
|
|
||||||
- PORTAL_HTTPS_PORT=8843
|
|
||||||
- PORT_APP_DISCOVERY=27001
|
|
||||||
- PORT_ADOPT_V1=29812
|
|
||||||
- PORT_UPGRADE_V1=29813
|
|
||||||
- PORT_MANAGER_V1=29811
|
|
||||||
- PORT_MANAGER_V2=29814
|
|
||||||
- PORT_DISCOVERY=29810
|
|
||||||
- SHOW_SERVER_LOGS=true
|
|
||||||
- SHOW_MONGODB_LOGS=false
|
|
||||||
#- SSL_CERT_NAME=tls.crt
|
|
||||||
#- SSL_KEY_NAME=tls.key
|
|
||||||
- TZ=America/Chicago
|
|
||||||
volumes:
|
|
||||||
- ./omada-data:/opt/tplink/EAPController/data
|
|
||||||
- ./omada-logs:/opt/tplink/EAPController/logs
|
|
||||||
- /etc/machine-id:/etc/machine-id:ro
|
|
||||||
|
|
||||||
@ -1,19 +0,0 @@
|
|||||||
version: "3.8"
|
|
||||||
|
|
||||||
services:
|
|
||||||
promtail:
|
|
||||||
image: grafana/promtail:latest
|
|
||||||
container_name: promtail
|
|
||||||
logging:
|
|
||||||
driver: journald
|
|
||||||
options:
|
|
||||||
mode: non-blocking
|
|
||||||
environment:
|
|
||||||
- TZ=America/Chicago
|
|
||||||
volumes:
|
|
||||||
- /opt/logs:/opt/logs:ro # docker
|
|
||||||
- /var/log:/var/log:ro # varlogs
|
|
||||||
- ./promtail:/etc/promtail
|
|
||||||
- /etc/machine-id:/etc/machine-id:ro # journald logging
|
|
||||||
restart: unless-stopped
|
|
||||||
command: -config.file=/etc/promtail/promtail-config.yml
|
|
||||||
@ -1,31 +0,0 @@
|
|||||||
server:
|
|
||||||
http_listen_port: 9080
|
|
||||||
grpc_listen_port: 0
|
|
||||||
|
|
||||||
positions:
|
|
||||||
filename: /tmp/positions.yaml
|
|
||||||
|
|
||||||
clients:
|
|
||||||
- url: http://192.168.60.8:3100/loki/api/v1/push
|
|
||||||
|
|
||||||
# local machine logs
|
|
||||||
scrape_configs:
|
|
||||||
- job_name: system
|
|
||||||
static_configs:
|
|
||||||
- targets:
|
|
||||||
- localhost
|
|
||||||
labels:
|
|
||||||
job: varlogs
|
|
||||||
__path__: /var/log/**/**log
|
|
||||||
- job_name: journal
|
|
||||||
journal:
|
|
||||||
max_age: 12h
|
|
||||||
labels:
|
|
||||||
job: systemd-journal
|
|
||||||
relabel_configs:
|
|
||||||
- source_labels: ["__journal__hostname"]
|
|
||||||
target_label: "hostname"
|
|
||||||
- source_labels: ["__journal__systemd_unit"]
|
|
||||||
target_label: "unit"
|
|
||||||
- source_labels: ["__journal_container_name"]
|
|
||||||
target_label: "container"
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
version: "3.8"
|
|
||||||
services:
|
|
||||||
qbittorrent:
|
|
||||||
image: lscr.io/linuxserver/qbittorrent:latest
|
|
||||||
container_name: qbittorrent
|
|
||||||
logging:
|
|
||||||
driver: journald
|
|
||||||
options:
|
|
||||||
mode: non-blocking
|
|
||||||
environment:
|
|
||||||
- PUID=1001
|
|
||||||
- PGID=1001
|
|
||||||
- TZ=America/Chicago
|
|
||||||
- WEBUI_PORT=8080
|
|
||||||
volumes:
|
|
||||||
- ./config:/config
|
|
||||||
- /mnt/media/downloads:/downloads
|
|
||||||
- /media/scratch:/media/scratch
|
|
||||||
- /etc/machine-id:/etc/machine-id:ro
|
|
||||||
ports:
|
|
||||||
- 8080:8080
|
|
||||||
- 6881:6881
|
|
||||||
- 6881:6881/udp
|
|
||||||
#- 46041:46041 #pfwg
|
|
||||||
#- 46041:46041/udp #pfwg
|
|
||||||
- 3501:3501 #ovpn
|
|
||||||
- 3501:3501/udp #ovpn
|
|
||||||
restart: unless-stopped
|
|
||||||
Loading…
x
Reference in New Issue
Block a user