aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/portainer
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
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')
-rw-r--r--recipes/portainer/LICENSE21
-rw-r--r--recipes/portainer/icon.svg15
-rw-r--r--recipes/portainer/index.js1
-rw-r--r--recipes/portainer/package.json11
-rw-r--r--recipes/portainer/webview.js9
5 files changed, 57 insertions, 0 deletions
diff --git a/recipes/portainer/LICENSE b/recipes/portainer/LICENSE
new file mode 100644
index 0000000..20b7e42
--- /dev/null
+++ b/recipes/portainer/LICENSE
@@ -0,0 +1,21 @@
1MIT License
2
3Copyright (c) 2020 Tom Chapman
4
5Permission is hereby granted, free of charge, to any person obtaining a copy
6of this software and associated documentation files (the "Software"), to deal
7in the Software without restriction, including without limitation the rights
8to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9copies of the Software, and to permit persons to whom the Software is
10furnished to do so, subject to the following conditions:
11
12The above copyright notice and this permission notice shall be included in all
13copies or substantial portions of the Software.
14
15THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21SOFTWARE.
diff --git a/recipes/portainer/icon.svg b/recipes/portainer/icon.svg
new file mode 100644
index 0000000..6a0a92c
--- /dev/null
+++ b/recipes/portainer/icon.svg
@@ -0,0 +1,15 @@
1<svg width="1024" height="1024" version="1.1" viewBox=".05 0 327.64 327.79" xmlns="http://www.w3.org/2000/svg">
2 <g transform="translate(155.47 87.905)">
3 <circle cx="8.2927" cy="75.991" r="163.9" fill="#1ac0f9" opacity=".99949" stroke-width=".52316"/>
4 <g transform="translate(-75.367 -41.009)" fill="#fff">
5 <path d="m55.82 51.44h-3.57v18.49h3.57zm15.35 0h-3.57v18.49h3.57zm20.97-35.27-3.66-6.35-61.04 35.28 3.66 6.34z"/>
6 <path d="m91.78 16.17 3.66-6.35 61.04 35.28-3.66 6.34z"/>
7 <path d="m167.27 51.53v-7.32h-167.22v7.32z"/>
8 <path d="m19.23 168.35c-8.92-6.6-14.81-17.14-14.81-29.11 0-6.34 1.69-12.59 4.82-18.04h62.46c3.21 5.45 4.82 11.7 4.82 18.04 0 5.54-0.71 10.72-2.94 15.36-4.73-4.55-11.69-6.52-18.74-6.52-12.5 0-23.2 7.77-25.97 19.38-0.98-0.09-1.61-0.18-2.59-0.18-2.41 0.09-4.73 0.45-7.05 1.07z"/>
9 <path d="m88.57 153.08v-153.08h7.32v153.98c-2.06-0.99-7.05-0.9-7.32-0.9z"/>
10 <path d="m101.06 154.96v-108.52h7.32v113.79c-1.97-2.24-4.46-3.84-7.32-5.27z"/>
11 <path d="m49.93 78.15h-18.92v19.02h18.92zm-21.33 0h-18.92v19.02h18.92zm0 21.17h-18.92v19.02h18.92zm21.33 0h-18.92v19.02h18.92zm21.24 0h-18.92v19.02h18.92zm0-31.35h-18.92v19.02h18.92z"/>
12 <path d="m31.99 171.21c2.59-10.98 12.5-19.2 24.27-19.2 7.59 0 14.37 3.39 19.01 8.75 4.02-2.77 8.84-4.37 14.1-4.37 13.74 0 24.9 11.16 24.9 24.92 0 2.85-0.45 5.53-1.34 8.12 3.03 4.11 4.91 9.29 4.91 14.83 0 13.75-11.16 24.92-24.9 24.92-6.07 0-11.6-2.15-15.88-5.72-4.55 6.34-11.96 10.54-20.35 10.54-9.64 0-18.02-5.54-22.22-13.58-1.69 0.36-3.39 0.54-5.17 0.54-13.75 0-24.99-11.16-24.99-24.92 0-13.75 11.15-24.92 24.99-24.92 0.89-0.09 1.78-0.09 2.67 0.09z" fill-rule="evenodd"/>
13 </g>
14 </g>
15</svg>
diff --git a/recipes/portainer/index.js b/recipes/portainer/index.js
new file mode 100644
index 0000000..8244b1b
--- /dev/null
+++ b/recipes/portainer/index.js
@@ -0,0 +1 @@
module.exports = Ferdium => Ferdium; \ No newline at end of file
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 }
diff --git a/recipes/portainer/webview.js b/recipes/portainer/webview.js
new file mode 100644
index 0000000..87ce926
--- /dev/null
+++ b/recipes/portainer/webview.js
@@ -0,0 +1,9 @@
1function _interopRequireDefault(obj) {
2 return obj && obj.__esModule ? obj : { default: obj };
3 }
4
5 const _path = _interopRequireDefault(require('path'));
6
7 module.exports = Ferdium => {
8 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
9 }; \ No newline at end of file