diff options
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 |
