Skip to content

Commit

Permalink
- Add Requires warning to Paperless-AI
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Jan 7, 2025
1 parent 3340509 commit 9eda69c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/paperless_ai.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@

Initial release
</Changes>
<Requires>
Requires a separate Paperless-ngx instance (and optional Ollama) to function.
</Requires>
<Config Name="Web UI Port" Target="3000" Default="3000" Mode="tcp" Description="Container Port: 3000" Type="Port" Display="always-hide" Required="true" Mask="false">3000</Config>
<Config Name="App Data" Target="/app/data" Default="/mnt/user/appdata/paperless-ai" Description="Path to app data" Type="Path" Mode="rw" Display="advanced-hide" Required="true" Mask="false">/mnt/user/appdata/paperless-ai</Config>
</Container>

0 comments on commit 9eda69c

Please sign in to comment.