From 178d246995ea9f486f1b47d41bff467411968ed4 Mon Sep 17 00:00:00 2001 From: traveler Date: Sat, 3 May 2025 10:16:47 -0500 Subject: [PATCH] h --- dumbterm.yaml | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/dumbterm.yaml b/dumbterm.yaml index 1cbf2b1..7fc3c77 100644 --- a/dumbterm.yaml +++ b/dumbterm.yaml @@ -1,7 +1,7 @@ services: dumbterm: container_name: dumbterm - image: glanceapp/glance + image: dumbwareio/dumbterm:latest ports: - 8066:3000 networks: @@ -16,7 +16,7 @@ services: DUMBTERM_PIN: 2810 # The base URL for the application BASE_URL: http://localhost:3000 # Use ALLOWED_ORIGINS below to restrict cors to specific origins - ENABLE_STARSHIP: "true" # Enable starship prompt + ENABLE_STARSHIP: true # Enable starship prompt LOCKOUT_TIME: 15 # Minutes MAX_SESSION_AGE: 24 # Hours logging: @@ -48,20 +48,4 @@ networks: netgrimoire: external: true - # Map the data directory to a local folder - environment: - # Container timezone - TZ: America/Chicago - # The title shown in the web interface - SITE_TITLE: https://cli.netgrimoire.com - # Optional PIN protection (leave empty to disable) - DUMBTERM_PIN: 2810 - # The base URL for the application - BASE_URL: http://localhost:3000 # Use ALLOWED_ORIGINS below to restrict cors to specific origins - ENABLE_STARSHIP: true # Enable starship prompt - LOCKOUT_TIME: 15 # Minutes - MAX_SESSION_AGE: 24 # Hours - - # (OPTIONAL) - # Usage: Comma-separated list of urls: http://localhost:port,http://internalip:port,https://base.proxy.tld,https://authprovider.domain.tld - # ALLOWED_ORIGINS: ${DUMBTERM_ALLOWED_ORIGINS:-http://localhost:3000} # Comment out to allow all origins (*) \ No newline at end of file + \ No newline at end of file