From 631d3a6b1a7abd44bee16078e1c8f4b503676cdd Mon Sep 17 00:00:00 2001 From: traveler Date: Fri, 24 Jan 2025 21:49:38 -0600 Subject: [PATCH] new --- Caddyfile | 0 Compose-vpn.yaml | 0 SQL-mgmt.yaml | 87 +++++++++++++++++++++++++++++++++++++++ arr.yaml | 0 calibre.yaml | 0 green.yaml | 0 hydra.yaml | 0 kavita.yaml | 0 kuma.yaml | 0 library.yaml | 0 mealie copy.yaml | 37 +++++++++++++++++ nxterm.yaml | 0 nzbget.yaml | 0 phpipam.yaml | 0 plex.yaml | 0 portainer-agent-stack.yml | 0 sabnzbd.yaml | 0 sshwifty.yaml | 0 tmm.yaml | 0 wallo.yaml | 0 webtop.yaml | 0 21 files changed, 124 insertions(+) mode change 100644 => 100755 Caddyfile mode change 100644 => 100755 Compose-vpn.yaml create mode 100755 SQL-mgmt.yaml mode change 100644 => 100755 arr.yaml mode change 100644 => 100755 calibre.yaml mode change 100644 => 100755 green.yaml mode change 100644 => 100755 hydra.yaml mode change 100644 => 100755 kavita.yaml mode change 100644 => 100755 kuma.yaml mode change 100644 => 100755 library.yaml create mode 100755 mealie copy.yaml mode change 100644 => 100755 nxterm.yaml mode change 100644 => 100755 nzbget.yaml mode change 100644 => 100755 phpipam.yaml mode change 100644 => 100755 plex.yaml mode change 100644 => 100755 portainer-agent-stack.yml mode change 100644 => 100755 sabnzbd.yaml mode change 100644 => 100755 sshwifty.yaml mode change 100644 => 100755 tmm.yaml mode change 100644 => 100755 wallo.yaml mode change 100644 => 100755 webtop.yaml diff --git a/Caddyfile b/Caddyfile old mode 100644 new mode 100755 diff --git a/Compose-vpn.yaml b/Compose-vpn.yaml old mode 100644 new mode 100755 diff --git a/SQL-mgmt.yaml b/SQL-mgmt.yaml new file mode 100755 index 0000000..5697702 --- /dev/null +++ b/SQL-mgmt.yaml @@ -0,0 +1,87 @@ +services: + phpmyadmin: + image: phpmyadmin/phpmyadmin + container_name: phpmyadmin + hostname: phpmyadmin + networks: + - netgrimoire + ports: + - 8022:80 + # links: + # - mysql:db + environment: + - PMA_ARBITRARY=1 + - PUID=1001 + - PGID=998 + - TZ=America/Chicago + - MYSQL_ROOT_PASSWORD=F@lcon12 + restart: unless-stopped + networks: + - netgrimoire + deploy: + labels: + - homepage.group=Management + - homepage.name=PHPMyadmin + - homepage.icon=phpmyadmin.png + - homepage.href=http://phpmyadmin.netgrimoire.com + - homepage.description=MySQL Manager + - kuma.msql.http.name="PHPMyadmin" + - kuma.msql.http.url=http://phpmyadmin:80 + - caddy=phpmyadmin.netgrimoire.com + - caddy.import=authentik + - caddy.reverse_proxy="{{upstreams 80}}" + + + phppgadmin: + restart: always + image: dockage/phppgadmin:latest + networks: + - netgrimoire + ports: + - "8086:80" + - "9443:443" + environment: + - PHP_PG_ADMIN_SERVER_DESC=PostgreSQL + - PHP_PG_ADMIN_SERVER_HOST= + - PHP_PG_ADMIN_SERVER_PORT=5432 + - PHP_PG_ADMIN_SERVER_SSL_MODE=allow + - PHP_PG_ADMIN_SERVER_DEFAULT_DB=template1 + - PHP_PG_ADMIN_SERVER_PG_DUMP_PATH=/usr/bin/pg_dump + - PHP_PG_ADMIN_SERVER_PG_DUMPALL_PATH=/usr/bin/pg_dumpall + + - PHP_PG_ADMIN_DEFAULT_LANG=auto + - PHP_PG_ADMIN_AUTO_COMPLETE=default on + - PHP_PG_ADMIN_EXTRA_LOGIN_SECURITY=false + - PHP_PG_ADMIN_OWNED_ONLY=false + - PHP_PG_ADMIN_SHOW_COMMENTS=true + - PHP_PG_ADMIN_SHOW_ADVANCED=false + - PHP_PG_ADMIN_SHOW_SYSTEM=false + - PHP_PG_ADMIN_MIN_PASSWORD_LENGTH=1 + - PHP_PG_ADMIN_LEFT_WIDTH=200 + - PHP_PG_ADMIN_THEME=default + - PHP_PG_ADMIN_SHOW_OIDS=false + - PHP_PG_ADMIN_MAX_ROWS=30 + - PHP_PG_ADMIN_MAX_CHARS=50 + - PHP_PG_ADMIN_USE_XHTML_STRICT=false + - PHP_PG_ADMIN_HELP_BASE=http://www.postgresql.org/docs/%s/interactive/ + - PHP_PG_ADMIN_AJAX_REFRESH + networks: + - netgrimoire + deploy: + labels: + - homepage.group=Management + - homepage.name=PHPpgmyadmin + - homepage.icon=phppgmyadmin.png + - homepage.href=http://phppgmyadmin.netgrimoire.com + - homepage.description=Postgres Manager + - kuma.sql.http.name="PHPPGMyadmin" + - kuma.mealie.http.url=http://phppgmyadmin:80 + - caddy=phppgmyadmin.netgrimoire.com + - caddy.import=authentik + - caddy.reverse_proxy="{{upstreams 80}}" + + + +networks: + netgrimoire: + external: true \ No newline at end of file diff --git a/arr.yaml b/arr.yaml old mode 100644 new mode 100755 diff --git a/calibre.yaml b/calibre.yaml old mode 100644 new mode 100755 diff --git a/green.yaml b/green.yaml old mode 100644 new mode 100755 diff --git a/hydra.yaml b/hydra.yaml old mode 100644 new mode 100755 diff --git a/kavita.yaml b/kavita.yaml old mode 100644 new mode 100755 diff --git a/kuma.yaml b/kuma.yaml old mode 100644 new mode 100755 diff --git a/library.yaml b/library.yaml old mode 100644 new mode 100755 diff --git a/mealie copy.yaml b/mealie copy.yaml new file mode 100755 index 0000000..767ac49 --- /dev/null +++ b/mealie copy.yaml @@ -0,0 +1,37 @@ +services: + recipe: + container_name: mealie + image: ghcr.io/mealie-recipes/mealie:latest + restart: always + ports: + - 9925:9000 + environment: + PUID: 1001 + PGID: 998 + TZ: America/Chicago + ALLOW_SIGNUP: "true" + MAX_WORKERS: 1 + WEB_CONCURRENCY: 1 + networks: + - netgrimoire + deploy: + labels: + - homepage.group=Application + - homepage.name=Mealie + - homepage.icon=mealie.png + - homepage.href=http://Recipe.netgrimoire.com + - homepage.description=Recipe Manager + - kuma.mealie.http.name="Mealie" + - kuma.mealie.http.url=http://recipe:9000 + - caddy=recipe.netgrimoire.com + - caddy.import=authentik + - caddy.reverse_proxy="{{upstreams 9000}}" + + volumes: + - /data/nfs/Baxter/Docker/mealie:/app/data + + + +networks: + netgrimoire: + external: true \ No newline at end of file diff --git a/nxterm.yaml b/nxterm.yaml old mode 100644 new mode 100755 diff --git a/nzbget.yaml b/nzbget.yaml old mode 100644 new mode 100755 diff --git a/phpipam.yaml b/phpipam.yaml old mode 100644 new mode 100755 diff --git a/plex.yaml b/plex.yaml old mode 100644 new mode 100755 diff --git a/portainer-agent-stack.yml b/portainer-agent-stack.yml old mode 100644 new mode 100755 diff --git a/sabnzbd.yaml b/sabnzbd.yaml old mode 100644 new mode 100755 diff --git a/sshwifty.yaml b/sshwifty.yaml old mode 100644 new mode 100755 diff --git a/tmm.yaml b/tmm.yaml old mode 100644 new mode 100755 diff --git a/wallo.yaml b/wallo.yaml old mode 100644 new mode 100755 diff --git a/webtop.yaml b/webtop.yaml old mode 100644 new mode 100755