# Gallery Configuration for lbogner (KIT ETP HPC login nodes) # ============================================================== # Deployed via plain venv + systemd --user timer (see deploy/systemd/README.md), # not Docker/Compose — this path has no Docker daemon, and /web/lbogner/public_html # is already served by KIT's own web infrastructure. paths: # Working directory where the script runs from work_dir: "/work/lbogner/web" # Web hosting directory where gallery files are served (auto-served by KIT) web_folder: "/web/lbogner/public_html/" gallery: plot_root: "gallery" png_dpi: 400 ui: max_recent_plots: 20 search_debounce_ms: 300 metadata: cache_enabled: true inherit_from_parent: true # Data Sources # TODO: fill in your actual plot-producing repo output directories under # /work/lbogner/... and/or plot data under /ceph/... (adjust names/paths to match # where each cloned repo's plotstyle scripts actually write their PDFs). sources: - name: "ttbar_analysis" path: "/work/lbogner/PLACEHOLDER/ttbar_analysis/plots" - name: "needle_benchmarks" path: "/work/lbogner/PLACEHOLDER/needle/benchmarks/plots" - name: "aido_convergence_study" path: "/work/lbogner/PLACEHOLDER/aido/results_convergence/plots"