This commit is contained in:
traveler 2025-01-24 21:49:38 -06:00
parent 6256c1d434
commit 631d3a6b1a
21 changed files with 124 additions and 0 deletions

0
Caddyfile Normal file → Executable file
View file

0
Compose-vpn.yaml Normal file → Executable file
View file

87
SQL-mgmt.yaml Executable file
View file

@ -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

0
arr.yaml Normal file → Executable file
View file

0
calibre.yaml Normal file → Executable file
View file

0
green.yaml Normal file → Executable file
View file

0
hydra.yaml Normal file → Executable file
View file

0
kavita.yaml Normal file → Executable file
View file

0
kuma.yaml Normal file → Executable file
View file

0
library.yaml Normal file → Executable file
View file

37
mealie copy.yaml Executable file
View file

@ -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

0
nxterm.yaml Normal file → Executable file
View file

0
nzbget.yaml Normal file → Executable file
View file

0
phpipam.yaml Normal file → Executable file
View file

0
plex.yaml Normal file → Executable file
View file

0
portainer-agent-stack.yml Normal file → Executable file
View file

0
sabnzbd.yaml Normal file → Executable file
View file

0
sshwifty.yaml Normal file → Executable file
View file

0
tmm.yaml Normal file → Executable file
View file

0
wallo.yaml Normal file → Executable file
View file

0
webtop.yaml Normal file → Executable file
View file