From e37029a06611cef87e13d7701ce1c722f9639d0f Mon Sep 17 00:00:00 2001 From: Matthew Grotke Date: Sat, 6 Jun 2026 14:57:17 -0400 Subject: [PATCH] Development --- docker/routlin-dash/app/config_utils.py | 1 - docker/routlin-dash/app/factory.py | 2 +- docker/routlin-dash/docker-compose.yml | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docker/routlin-dash/app/config_utils.py b/docker/routlin-dash/app/config_utils.py index 74140c8..94093d2 100644 --- a/docker/routlin-dash/app/config_utils.py +++ b/docker/routlin-dash/app/config_utils.py @@ -5,7 +5,6 @@ from flask import session APP_DIR = _os.path.dirname(_os.path.abspath(__file__)) CONFIGS_DIR = '/routlin_location' -DATA_DIR = '/data' WWW_DIR = '/www' ACCOUNTS_FILE = f'{APP_DIR}/authorized_accounts.json' CONFIG_FILE = f'{CONFIGS_DIR}/config.json' diff --git a/docker/routlin-dash/app/factory.py b/docker/routlin-dash/app/factory.py index b6120d0..801c236 100644 --- a/docker/routlin-dash/app/factory.py +++ b/docker/routlin-dash/app/factory.py @@ -4,7 +4,7 @@ from flask import session from markupsafe import Markup import json, re, sys, html as html_mod, os, subprocess from config_utils import ( - config_hash, load_config, CONFIGS_DIR, DATA_DIR, WWW_DIR, APP_DIR, + config_hash, load_config, CONFIGS_DIR, WWW_DIR, APP_DIR, ACCOUNTS_FILE, HEALTH_FILE, BLOCKLISTS_DIR, fmt_timestamp, relative_time, fmt_bytes, resolve_iface, WEB_APP_DISPLAY_NAME, diff --git a/docker/routlin-dash/docker-compose.yml b/docker/routlin-dash/docker-compose.yml index 9b1313e..b61c568 100644 --- a/docker/routlin-dash/docker-compose.yml +++ b/docker/routlin-dash/docker-compose.yml @@ -7,7 +7,6 @@ services: ports: - "25327:25327" volumes: - - ./data:/data - ./www:/www - $HOME/routlin:/routlin_location - /sys/class/net:/sys/class/net:ro