aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/portainer/package.json
diff options
context:
space:
mode:
authorLibravatar Luiz Kill <luizkill@gmail.com>2024-01-30 17:35:46 -0300
committerLibravatar GitHub <noreply@github.com>2024-01-30 13:35:46 -0700
commit8f7aa76f87fde2838b08c429ddde52412127b5ed (patch)
treef6431a9cc89b564c7e175be6ca12e56872c5ef35 /recipes/portainer/package.json
parentadd recipe for traccar gps tracking software (#502) (diff)
downloadferdium-recipes-8f7aa76f87fde2838b08c429ddde52412127b5ed.tar.gz
ferdium-recipes-8f7aa76f87fde2838b08c429ddde52412127b5ed.tar.zst
ferdium-recipes-8f7aa76f87fde2838b08c429ddde52412127b5ed.zip
add recipe for Portainer (#503)
Diffstat (limited to 'recipes/portainer/package.json')
-rw-r--r--recipes/portainer/package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/portainer/package.json b/recipes/portainer/package.json
new file mode 100644
index 0000000..7b61f23
--- /dev/null
+++ b/recipes/portainer/package.json
@@ -0,0 +1,11 @@
1{
2 "id": "portainer",
3 "name": "Portainer",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "hasHostedOption": true,
8 "hasCustomUrl": true,
9 "hasNotificationSound": false
10 }
11 }