Add Wanderer (v0.20.0) and Endurain (v0.17.7) - #74
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds two new Runtipi v2 app definitions—Wanderer (v0.20.0) and Endurain (v0.17.7)—including their metadata, dynamic compose definitions, and configurable form fields so they can be installed from this app store.
Changes:
- Introduces the Wanderer app (Meilisearch + PocketBase + SvelteKit) with app metadata, dynamic compose, and configuration fields.
- Introduces the Endurain app (PostgreSQL + Redis + Endurain) with app metadata, dynamic compose, and configuration fields.
Reviewed changes
Copilot reviewed 6 out of 10 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| apps/wanderer/metadata/description.md | Adds user-facing documentation for installing and using Wanderer. |
| apps/wanderer/docker-compose.json | Defines Wanderer’s 3-service Runtipi v2 dynamic compose setup. |
| apps/wanderer/config.json | Adds Wanderer app metadata and form field configuration. |
| apps/endurain/metadata/description.md | Adds user-facing documentation for installing and using Endurain. |
| apps/endurain/docker-compose.json | Defines Endurain’s 3-service Runtipi v2 dynamic compose setup. |
| apps/endurain/config.json | Adds Endurain app metadata and form field configuration. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+26
to
+28
| "name": "wanderer-db", | ||
| "image": "flomp/wanderer-db", | ||
| "dependsOn": ["wanderer-search"], |
…r-db tag, remove unused Endurain LOCAL_PATH field
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds two fitness/outdoor tracking apps to the Runtipi v2 app store:
Wanderer (v0.20.0)
Endurain (v0.17.7)
Validation: All 96 tests pass (config.json + docker-compose.json schema validation).