Skip to content

Commit

Permalink
chore(apps): add picoshare to one click apps (#1167)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmargar authored Nov 9, 2024
1 parent a7a452c commit 1546da3
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
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.
end: |-
PicoShare has been successfully deployed!
displayName: PicoShare
isOfficial: true
description: A minimalist, open source that allows you to share fiels easily
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.

0 comments on commit 1546da3

Please sign in to comment.