From 4450e6450ad1d3b0f1fb3f987a2c0964f7c24b43 Mon Sep 17 00:00:00 2001 From: fxequals Date: Wed, 3 Jun 2026 20:39:47 -0400 Subject: [PATCH] remove: outdated Arcane install from pre 1.0 --- .../arcane-preview.yml | 34 ------------------- .../arcane-preview-version-1/arcane.env | 2 -- 2 files changed, 36 deletions(-) delete mode 100644 emerald-theory/arcane-preview-version-1/arcane-preview.yml delete mode 100644 emerald-theory/arcane-preview-version-1/arcane.env diff --git a/emerald-theory/arcane-preview-version-1/arcane-preview.yml b/emerald-theory/arcane-preview-version-1/arcane-preview.yml deleted file mode 100644 index 6d61301..0000000 --- a/emerald-theory/arcane-preview-version-1/arcane-preview.yml +++ /dev/null @@ -1,34 +0,0 @@ ---- -# Preview of Arcane 1.0 - -services: - arcane: - image: ghcr.io/ofkm/arcane:1.0-preview - container_name: arcane - restart: unless-stopped - networks: - - proxy - -# ports: -# - 3552:3552 - - environment: - PUID: 1000 - PGID: 1000 - ENVIRONMENT: production - ENCRYPTION_KEY: ${ENCRYPTION_KEY} - DATABASE_URL: 'file:data/arcane.db?_pragma=journal_mode(WAL)&_pragma=busy_timeout(2500)&_txlock=immediate' # Quotes for Dockge nonsense - JWT_SECRET: ${JWT_SECRET} - - volumes: - - /var/run/docker.sock:/var/run/docker.sock - - /etc/timezone:/etc/timezone:ro - - /etc/localtime:/etc/localtime:ro - - /home/fxequals/docker/arcane/data:/app/data - - /opt/dockge:/app/data/projects - -networks: - proxy: - external: true - -# Documentation available at https://arcane.ofkm.dev/ \ No newline at end of file diff --git a/emerald-theory/arcane-preview-version-1/arcane.env b/emerald-theory/arcane-preview-version-1/arcane.env deleted file mode 100644 index b9bc6ae..0000000 --- a/emerald-theory/arcane-preview-version-1/arcane.env +++ /dev/null @@ -1,2 +0,0 @@ -ENCRYPTION_KEY= -JWT_SECRET= \ No newline at end of file