Replace dangling symlinks with real base.css and base.js files
Lint / JS (eslint) (push) Successful in 21s
Lint / Python (flake8) (push) Failing after 11m41s
Security / Python Security (bandit) (push) Failing after 40m42s
Test / Python Tests (pytest) (push) Successful in 2m46s
Lint / Notify on failure (push) Has been cancelled
Lint / Deploy (push) Has been cancelled

The symlinks pointed to /root/code/web_template/ which does not exist on
the production LXC (10.10.10.61). Flask returned 404 for both assets.
Replaced with actual file copies from web_template v1.2.

To update when web_template changes:
  cp /root/code/web_template/base.css static/base.css
  cp /root/code/web_template/base.js  static/base.js

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-18 22:11:44 -04:00
parent e05f1f6c55
commit bb6393e35b
2 changed files with 8553 additions and 2 deletions
-1
View File
@@ -1 +0,0 @@
/root/code/web_template/base.css
+5606
View File
File diff suppressed because it is too large Load Diff
-1
View File
@@ -1 +0,0 @@
/root/code/web_template/base.js
+2947
View File
File diff suppressed because it is too large Load Diff