From 8bfa625b6de4e52353028378a017ca6c64222ced Mon Sep 17 00:00:00 2001 From: fxequals Date: Sun, 7 Dec 2025 21:31:37 -0500 Subject: [PATCH] fix: updated url for github repo --- emerald-theory/arcane/arcane.yml | 19 +++++++--- emerald-theory/arcane/wpsit arcane.yaml | 46 +++++++++++++++++++++++++ obsidian-logic/goaccess/goaccess.yml | 2 +- 3 files changed, 61 insertions(+), 6 deletions(-) create mode 100644 emerald-theory/arcane/wpsit arcane.yaml diff --git a/emerald-theory/arcane/arcane.yml b/emerald-theory/arcane/arcane.yml index a875297..858c28e 100644 --- a/emerald-theory/arcane/arcane.yml +++ b/emerald-theory/arcane/arcane.yml @@ -2,8 +2,8 @@ # Arcane # Modern Docker Web UI -# Created by arcane -# ↳ https://github.com/ofkm/arcane +# Created by Kyle Mendell +# ↳ https://github.com/getarcaneapp/arcane services: arcane: @@ -14,12 +14,12 @@ services: networks: - proxy # ports: -# - 3000:3000 +# - 3552:3552 environment: PUID: 1000 PGID: 1000 - APP_URL: https://arcane.wpsit.org + APP_URL: https://arcane.mydigitalfix.com ENCRYPTION_KEY: ${ENCRYPTION_KEY} JWT_SECRET: ${JWT_SECRET} @@ -29,9 +29,18 @@ services: - /var/run/docker.sock:/var/run/docker.sock - /home/fxequals/docker/arcane/data:/app/data - /opt/dockge:/opt/dockge # This maps existing Dockge stacks and lets Arcane manage them, otherwise /host/path/to/projects:/app/data/projects + + upgrader: + image: ghcr.io/getarcaneapp/arcane:latest + volumes: + - /var/run/docker.sock:/var/run/docker.sock + entrypoint: ['/app/arcane'] + command: ['upgrade', '--auto'] + profiles: + - tools networks: proxy: external: true -# Documentation available at https://arcane.ofkm.dev/ \ No newline at end of file +# Documentation available at https://getarcane.app/docs \ No newline at end of file diff --git a/emerald-theory/arcane/wpsit arcane.yaml b/emerald-theory/arcane/wpsit arcane.yaml new file mode 100644 index 0000000..34265ae --- /dev/null +++ b/emerald-theory/arcane/wpsit arcane.yaml @@ -0,0 +1,46 @@ +--- + +# Arcane +# Modern Docker GUI Manager +# Created by Kyle Mendell +# ↳ https://github.com/getarcaneapp/arcane + +services: + arcane: + image: ghcr.io/getarcaneapp/arcane + container_name: arcane + restart: unless-stopped + + networks: + - proxy +# ports: +# - 3552:3552 + + environment: + PUID: 1000 + PGID: 1000 + APP_URL: https://arcane.wpsit.org + ENCRYPTION_KEY: ${ENCRYPTION_KEY} + JWT_SECRET: ${JWT_SECRET} + + volumes: + - /etc/timezone:/etc/timezone:ro + - /etc/localtime:/etc/localtime:ro + - /var/run/docker.sock:/var/run/docker.sock + - /home/wpsit/docker/arcane/data:/app/data + - /opt/dockge:/opt/dockge # This maps existing Dockge stacks and lets Arcane manage them, otherwise /host/path/to/projects:/app/data/projects + + upgrader: + image: ghcr.io/getarcaneapp/arcane:latest + volumes: + - /var/run/docker.sock:/var/run/docker.sock + entrypoint: ['/app/arcane'] + command: ['upgrade', '--auto'] + profiles: + - tools + +networks: + proxy: + external: true + +# Documentation available at https://getarcane.app/docs \ No newline at end of file diff --git a/obsidian-logic/goaccess/goaccess.yml b/obsidian-logic/goaccess/goaccess.yml index 6c0dabc..1c5c7b8 100644 --- a/obsidian-logic/goaccess/goaccess.yml +++ b/obsidian-logic/goaccess/goaccess.yml @@ -3,7 +3,7 @@ # GoAccess # Web based log visualizer for NGINX Proxy Manager # Created by xavierh -# ↳ https://github.com/allinurl/goaccess +# ↳ https://github.com/xavier-hernandez/goaccess-for-nginxproxymanager services: goaccess: