[Komodo] Commit Sync: update master_sync.toml
This commit is contained in:
+40
-213
@@ -235,29 +235,10 @@ name = "homepage"
|
||||
tags = ["Active"]
|
||||
[stack.config]
|
||||
server = "Unraid"
|
||||
file_contents = """
|
||||
networks:
|
||||
Internal:
|
||||
name: Internal_Network
|
||||
external: true
|
||||
services:
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
container_name: homepage
|
||||
environment:
|
||||
HOMEPAGE_ALLOWED_HOSTS: gethomepage.dev,homepage.andrewamason.tech
|
||||
expose:
|
||||
- 3000
|
||||
volumes:
|
||||
- /mnt/user/docker/homepage:/app/config
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- Internal
|
||||
labels:
|
||||
- traefik.enable=false
|
||||
- net.unraid.docker.icon=/mnt/user/docker/icons/homepage.png
|
||||
"""
|
||||
linked_repo = "compose-homepage"
|
||||
additional_env_files = [
|
||||
{ path = ".env", track = true }
|
||||
]
|
||||
|
||||
##
|
||||
|
||||
@@ -392,34 +373,10 @@ tags = ["As_Needed"]
|
||||
[stack.config]
|
||||
server = "Unraid"
|
||||
auto_update = true
|
||||
file_contents = """
|
||||
networks:
|
||||
Internal:
|
||||
name: Internal_Network
|
||||
external: true
|
||||
services:
|
||||
openvscode-server:
|
||||
image: lscr.io/linuxserver/openvscode-server:latest
|
||||
container_name: openvscode-server
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- CONNECTION_TOKEN= #optional
|
||||
- CONNECTION_SECRET= #optional
|
||||
- SUDO_PASSWORD=password #optional
|
||||
- SUDO_PASSWORD_HASH= #optional
|
||||
networks:
|
||||
- Internal
|
||||
volumes:
|
||||
- /mnt/user/docker/openvscode-server/config:/config
|
||||
- /mnt/user/docker/:/mnt/docker-configs
|
||||
labels:
|
||||
- traefik.enable=false
|
||||
- net.unraid.docker.icon=/mnt/user/docker/icons/vscodium.png
|
||||
expose:
|
||||
- 3000
|
||||
restart: unless-stopped
|
||||
"""
|
||||
linked_repo = "compose-open-vscode"
|
||||
additional_env_files = [
|
||||
{ path = ".env", track = true }
|
||||
]
|
||||
|
||||
##
|
||||
|
||||
@@ -491,85 +448,8 @@ additional_env_files = [
|
||||
name = "scanopy"
|
||||
[stack.config]
|
||||
server = "Unraid"
|
||||
linked_repo = "compose-scanopy"
|
||||
env_file_path = "scanopy.env"
|
||||
file_contents = """
|
||||
name: scanopy
|
||||
|
||||
services:
|
||||
daemon:
|
||||
image: ghcr.io/scanopy/scanopy/daemon:latest
|
||||
container_name: scanopy-daemon
|
||||
network_mode: host
|
||||
privileged: true
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- SCANOPY_SERVER_URL=http://172.24.3.12:60072
|
||||
- SCANOPY_NETWORK_ID=b2d674d3-c911-418d-9bca-ba1061955708
|
||||
- SCANOPY_DAEMON_API_KEY=scp_d_7r3O78CEOBPjYoL9M9Y6F4O4aM5T418a
|
||||
- SCANOPY_USER_ID=e3c98a62-f158-4b9d-a498-018b9b39c5ff
|
||||
- SCANOPY_NAME=scanopy-daemon
|
||||
- SCANOPY_MODE=daemon_poll
|
||||
- SCANOPY_LOG_FILE=/var/log/scanopy/scanopy-daemon.log
|
||||
volumes:
|
||||
- daemon-config:/root/.config/daemon
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- /var/log/scanopy:/var/log/scanopy
|
||||
|
||||
postgres:
|
||||
image: postgres:17-alpine
|
||||
environment:
|
||||
POSTGRES_DB: scanopy
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-password}
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U postgres"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- scanopy
|
||||
|
||||
server:
|
||||
container_name: scanopy_server
|
||||
image: ghcr.io/scanopy/scanopy/server:latest
|
||||
ports:
|
||||
- "60072:60072"
|
||||
expose:
|
||||
- 60072
|
||||
environment:
|
||||
SCANOPY_LOG_LEVEL: ${SCANOPY_LOG_LEVEL:-info}
|
||||
SCANOPY_DATABASE_URL: postgresql://postgres:${POSTGRES_PASSWORD:-password}@postgres:5432/scanopy
|
||||
SCANOPY_WEB_EXTERNAL_PATH: /app/static
|
||||
SCANOPY_PUBLIC_URL: ${SCANOPY_PUBLIC_URL:-http://172.24.3.12:60072}
|
||||
SCANOPY_INTEGRATED_DAEMON_URL: http://daemon:60073
|
||||
volumes:
|
||||
- ./data:/data
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
daemon:
|
||||
condition: service_started
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- scanopy
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
daemon-config:
|
||||
|
||||
networks:
|
||||
scanopy:
|
||||
driver: bridge
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 172.31.0.0/28
|
||||
gateway: 172.31.0.1
|
||||
"""
|
||||
environment = """
|
||||
# VARIABLE = value
|
||||
POSTGRES_PASSWORD=AnywhereChamomileMakeshiftShredding6
|
||||
@@ -603,67 +483,7 @@ tags = ["Testing"]
|
||||
[stack.config]
|
||||
server = "Unraid"
|
||||
auto_update = true
|
||||
file_contents = """
|
||||
services:
|
||||
sonarqube:
|
||||
image: sonarqube:lts-community
|
||||
hostname: sonarqube
|
||||
container_name: sonarqube
|
||||
read_only: true
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
environment:
|
||||
SONAR_JDBC_URL: jdbc:postgresql://db:5432/sonar
|
||||
SONAR_JDBC_USERNAME: sonar
|
||||
SONAR_JDBC_PASSWORD: sonar
|
||||
PUID: 0
|
||||
PGID: 0
|
||||
volumes:
|
||||
- sonarqube_data:/opt/sonarqube/data
|
||||
- sonarqube_extensions:/opt/sonarqube/extensions
|
||||
- sonarqube_logs2:/opt/sonarqube/logs
|
||||
- sonarqube_temp2:/opt/sonarqube/temp
|
||||
tmpfs:
|
||||
- /tmp:size=256M,mode=1777
|
||||
ports:
|
||||
- "9000:9000"
|
||||
networks:
|
||||
- Internal
|
||||
ulimits:
|
||||
nofile:
|
||||
soft: "65536"
|
||||
hard: "65536"
|
||||
db:
|
||||
image: postgres:17
|
||||
healthcheck:
|
||||
test: [ "CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}" ]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
hostname: postgresql
|
||||
container_name: postgresql
|
||||
environment:
|
||||
POSTGRES_USER: sonar
|
||||
POSTGRES_PASSWORD: sonar
|
||||
POSTGRES_DB: sonar
|
||||
volumes:
|
||||
- /mnt/user/docker/sonarqube/postgres:/var/lib/postgresql
|
||||
networks:
|
||||
- Internal
|
||||
|
||||
volumes:
|
||||
sonarqube_data:
|
||||
sonarqube_temp2:
|
||||
sonarqube_extensions:
|
||||
sonarqube_logs2:
|
||||
postgresql:
|
||||
|
||||
networks:
|
||||
Internal:
|
||||
external: true
|
||||
name: Internal_Network
|
||||
"""
|
||||
linked_repo = "compose-sonarqube"
|
||||
|
||||
##
|
||||
|
||||
@@ -899,6 +719,16 @@ repo = "HomeLab/HomeBox"
|
||||
|
||||
##
|
||||
|
||||
[[repo]]
|
||||
name = "compose-homepage"
|
||||
[repo.config]
|
||||
server = "Unraid"
|
||||
git_provider = "gitea:3000"
|
||||
git_account = "andrewamason"
|
||||
repo = "HomeLab/homepage"
|
||||
|
||||
##
|
||||
|
||||
[[repo]]
|
||||
name = "compose-icloudpd"
|
||||
[repo.config]
|
||||
@@ -1004,6 +834,16 @@ repo = "HomeLab/obsidian-sync"
|
||||
|
||||
##
|
||||
|
||||
[[repo]]
|
||||
name = "compose-open-vscode"
|
||||
[repo.config]
|
||||
server = "Unraid"
|
||||
git_provider = "gitea:3000"
|
||||
git_account = "andrewamason"
|
||||
repo = "HomeLab/Open-VSCode"
|
||||
|
||||
##
|
||||
|
||||
[[repo]]
|
||||
name = "compose-paperless-ngx"
|
||||
[repo.config]
|
||||
@@ -1055,28 +895,6 @@ repo = "HomeLab/Romm"
|
||||
|
||||
##
|
||||
|
||||
##
|
||||
|
||||
[[repo]]
|
||||
name = "compose-sonarqube"
|
||||
[repo.config]
|
||||
server = "Unraid"
|
||||
git_provider = "gitea:3000"
|
||||
git_account = "andrewamason"
|
||||
repo = "HomeLab/SonarQube"
|
||||
|
||||
##
|
||||
|
||||
[[repo]]
|
||||
name = "compose-open-vscode"
|
||||
[repo.config]
|
||||
server = "Unraid"
|
||||
git_provider = "gitea:3000"
|
||||
git_account = "andrewamason"
|
||||
repo = "HomeLab/Open-VSCode"
|
||||
|
||||
##
|
||||
|
||||
[[repo]]
|
||||
name = "compose-scanopy"
|
||||
[repo.config]
|
||||
@@ -1087,7 +905,6 @@ repo = "HomeLab/Scanopy"
|
||||
|
||||
##
|
||||
|
||||
|
||||
[[repo]]
|
||||
name = "compose-servarr"
|
||||
[repo.config]
|
||||
@@ -1099,6 +916,16 @@ repo = "HomeLab/servarr"
|
||||
|
||||
##
|
||||
|
||||
[[repo]]
|
||||
name = "compose-sonarqube"
|
||||
[repo.config]
|
||||
server = "Unraid"
|
||||
git_provider = "gitea:3000"
|
||||
git_account = "andrewamason"
|
||||
repo = "HomeLab/SonarQube"
|
||||
|
||||
##
|
||||
|
||||
[[repo]]
|
||||
name = "compose-stirling-pdf"
|
||||
[repo.config]
|
||||
|
||||
Reference in New Issue
Block a user