Skip to content

Add Zipline one-click app (file/image hosting)#1276

Open
wiseman wants to merge 1 commit into
caprover:masterfrom
wiseman:wiseman/zipline
Open

Add Zipline one-click app (file/image hosting)#1276
wiseman wants to merge 1 commit into
caprover:masterfrom
wiseman:wiseman/zipline

Conversation

@wiseman
Copy link
Copy Markdown

@wiseman wiseman commented Feb 6, 2026

Closes #980.

☑️ Self Check before Merge

  • I have tested the template using the method described in README.md thoroughly
  • I have ensured that I put as much default values as possible (except passwords) to ensure minimum effort required for end users to get started.
  • I have ensured that I am not using the "latest" tag as this tag is dynamically changing and might break the one-click app. Use a fixed version.
  • I have made sure that instructions.start and instructions.end are clear and self-explanatory.
  • Icon is added as a png file to the logos directory.
  • I've executed the checks if necessary by running npm ci && npm run validate_apps && npm run formatter (If failling run the prettier: npm run formatter-write)
  • I will take responsibility addressing any issues that arises as a result of this PR (maintaining this app).

- id: $$cap_zipline_version
label: Zipline image tag
description: 'Use a valid image tag from GHCR (for example: 4.3.2 or latest)'
defaultValue: '4.3.2'
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This version has a known vulnerability. Let's use 4.4.1 as minimum
https://github.com/diced/zipline/releases

variables:
- id: $$cap_zipline_version
label: Zipline image tag
description: 'Use a valid image tag from GHCR (for example: 4.3.2 or latest)'
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the suggestion to use latest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

App Suggestion: Zipline

2 participants