Created
July 9, 2021 10:16
-
-
Save laruche/3286f31fe604e04711eb0a7965855948 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
captainVersion: '4' | |
documentation: Read the documentation @ https://shlink.io/documentation/ | |
description: shlink is a URL shortener which provides both REST and CLI interfaces | |
to interact with it. | |
services: | |
"$$cap_appname": | |
image: shlinkio/shlink:$$cap_shlink_version | |
containerHttpPort: '8080' | |
volumes: | |
- "$$cap_appname-config:/etc/shlink/config/params" | |
restart: always | |
caproverOneClickApp: | |
variables: | |
- id: "$$cap_shlink_version" | |
label: shlink version tag | |
description: Checkout their docker page for the valid tags @ https://hub.docker.com/r/shlinkio/shlink/tags | |
defaultValue: 2.0.5 | |
instructions: | |
start: shlink is a self-hosted url shortener server with a web interface. | |
end: shlink is deployed and available as $$cap_appname. | |
displayName: 'Shlink' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think I got it working in app.shlink.to, would be nice to add this too in caprover.