Skip to content

Commit 67b81c1

Browse files
authored
add Gokapi one-click-apps (#1274)
* add linkwarden One-Click App * add One-Click App linkwarden * modify latest to specified version v2.13.1 * prettier linkwarden.yml --write to fix the error * add NEXTAUTH_URL to fix logout user back to correct user log out url. * add PairDrop app * add gokapi * update gokapi yaml file * update format yaml * update format yaml * update yaml file * format check * update gokapi yaml file with version setting and docker hint.
1 parent 5269aa2 commit 67b81c1

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

public/v4/apps/gokapi.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
captainVersion: 4
2+
caproverOneClickApp:
3+
displayName: Gokapi
4+
isOfficial: true
5+
description: Lightweight selfhosted Firefox Send alternative without public upload. AWS S3 supported.
6+
instructions:
7+
start: Will start to deploy the Gokapi. Version can be adjusted by yourself.
8+
end: Docker Compose is deployed. Please visit http://[your application]/setup to setup the application.
9+
variables:
10+
- id: $$cap_gokapi_version
11+
label: Version
12+
defaultValue: 'v2.2.1'
13+
description: Check out their Docker page for the valid tags https://hub.docker.com/r/f0rc3/gokapi/tags
14+
validRegex: /^([^\s^\/])+$/
15+
16+
services:
17+
$$cap_appname:
18+
image: f0rc3/gokapi:$$cap_gokapi_version
19+
container_name: gokapi
20+
restart: always
21+
volumes:
22+
- $$cap_appname-gokapi-data:/app/data
23+
- $$cap_appname-config-data:/app/config
24+
env_file:
25+
- './.env'
26+
caproverExtra:
27+
containerHttpPort: '53842'

public/v4/logos/gokapi.png

2.56 KB
Loading

0 commit comments

Comments
 (0)