Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding PicoShare one-click-app #1167

Merged
merged 1 commit into from
Nov 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions public/v4/apps/picoshare.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
captainVersion: 4
services:
'$$cap_appname':
image: mtlynch/picoshare:$$cap_version
environment:
PS_SHARED_SECRET: $$cap_ps_shared_secret
PORT: 4001
volumes:
- '$$cap_appname-data:/data'
caproverExtra:
containerHttpPort: '4001'
caproverOneClickApp:
variables:
- id: '$$cap_version'
label: PicoShare Version
defaultValue: '1.4.4'
description: Check out their Docker page for the valid tags https://github.com/mtlynch/picoshare/releases
validRegex: "/^([^\\s^\\/])+$/"
- id: '$$cap_ps_shared_secret'
label: PS Shared Secret
description: Specifies a passphrase for the admin user to log in to PicoShare.
instructions:
start: |-
PicoShare is a minimalist service that allows you to share files easily.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
PicoShare is a minimalist service that allows you to share files easily.
PicoShare is a minimalist service that allows you to share files easily.
See https://github.com/mtlynch/picoshare

end: |-
PicoShare has been successfully deployed!
displayName: PicoShare
isOfficial: true
description: A minimalist, open source that allows you to share fiels easily
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
description: A minimalist, open source that allows you to share fiels easily
description: A minimalist, easy-to-host service for sharing images and other files

documentation: See https://github.com/mtlynch/picoshare/releases
Binary file added public/v4/logos/picoshare.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading