You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Adds a static_files plugin that serves files
from ./storage (configurable).
- Adds a "Files" tab to the DagRun page that shows
files created for that run. Refactors existing
URLs/storage dirs to use that new location.
- Extracts Jinja2 templating for the main app into
mokelumne.templates. Templates need to be
rendered slightly differently for emails vs.
on-disk indexes, and this cleans up that code.
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,6 @@ Important environment variables for our build/environment:
107
107
|`AWS_MODEL_ID`|The model to use. Make sure it's supported on the ARN.|`AWS_MODEL_ID="us.anthropic.claude-haiku-4-5-20251001-v1:0"`|
108
108
|`AWS_MODEL_LABEL`|A human friendly label for the model. Will eventually be displayed in the Tind record.|`AWS_MODEL_LABEL="Claude Haiku 4.5"`|
109
109
|`AWS_MODEL_PROVIDER`|The provider for the model. |`AWS_MODEL_PROVIDER=anthropic`|
110
-
|`MOKELUMNE_PUBLIC_STORAGE`|Path for public assets|`MOKELUMNE_PUBLIC_STORAGE=/opt/airflow/public`|
111
110
|`MOKELUMNE_PUBLIC_URL`|URL to access public assets - must end in `/`|`MOKELUMNE_PUBLIC_URL=https://mokelumne-assets.ucblib.org/`|
112
111
113
112
Note: The `AIRFLOW_UID` example in `example.env` maps to the reserved `uid` for the `airflow` user in [lap/workflow](https://git.lib.berkeley.edu/lap/workflow/-/wikis/UIDs).
0 commit comments