diff options
| author | Adam Shand <[email protected]> | 2023-12-04 16:22:26 +1300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-12-03 19:22:26 -0800 |
| commit | 835d10ca3eb90584f20533cf44b2d7f6da56fd52 (patch) | |
| tree | abe8eb7ef4137f4b83b1fb648d3cf8ef5e194037 /public/v4/apps/linkding.yml | |
| parent | 8c276ad0bfeb92aa5c1d3e66be403b9b052177de (diff) | |
| download | caprover-one-click-apps-835d10ca3eb90584f20533cf44b2d7f6da56fd52.tar.gz caprover-one-click-apps-835d10ca3eb90584f20533cf44b2d7f6da56fd52.zip | |
New Linkding and N8N (using SQLite) templates (#1031)
* added websocketSupport: 'true'
* added new template for n8n using sqlite backend
* changed latest to 1.18.0
* added logo for n8n-io-sqlite
* new template for linkding
* Update linkding.yml
Fixed typos.
Diffstat (limited to 'public/v4/apps/linkding.yml')
| -rw-r--r-- | public/v4/apps/linkding.yml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/public/v4/apps/linkding.yml b/public/v4/apps/linkding.yml new file mode 100644 index 0000000..e290375 --- /dev/null +++ b/public/v4/apps/linkding.yml @@ -0,0 +1,35 @@ +captainVersion: 4 +services: + $$cap_appname: + caproverExtra: + containerHttpPort: 9090 + image: sissbruecker/linkding:$$cap_N8N_VERSION + environment: + LD_SUPERUSER_NAME: $$cap_LD_SUPERUSER_NAME + LD_SUPERUSER_PASSWORD: $$cap_LD_SUPERUSER_PASSWORD + LD_DISABLE_BACKGROUND_TASKS: 'False' + LD_DISABLE_URL_VALIDATION: 'False' + volumes: + - $$cap_appname:/etc/linkding/data +caproverOneClickApp: + displayName: Linkding + description: Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up + isOfficial: true + instructions: + start: |- + Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up. + end: |- + linkding has been successfully deployed! It might take few moments before it's fully started. + You can access it at `http://$$cap_appname.$$cap_root_domain` and set up your account. + variables: + - id: $$cap_N8N_VERSION + label: Application | linkding + description: Check out their Docker page for the valid tags https://hub.docker.com/r/sissbruecker/linkding/tags + defaultValue: '1.23.0' + validRegex: /.+/ + - id: $$cap_LD_SUPERUSER_NAME + label: Superuser name + description: Username of the initial superuser to create, leave empty to not create one + - id: $$cap_LD_SUPERUSER_PASSWORD + label: Superuser password + description: Password for the initial superuser, leave empty to disable authentication and rely on proxy authentication instead |
