From 2c471305404b26816b6fda35011bfffb17bca9d2 Mon Sep 17 00:00:00 2001 From: robocopAlpha <35454738+robocopAlpha@users.noreply.github.com> Date: Tue, 9 Jun 2020 16:55:34 +0000 Subject: [PATCH] Added shiori bookmark manager Added shiori bookmark manager. https://github.com/go-shiori/shiori --- Template/template.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Template/template.json b/Template/template.json index 4ab3ea5..7ff6515 100644 --- a/Template/template.json +++ b/Template/template.json @@ -2785,6 +2785,29 @@ } ] }, + { + "type": 1, + "title": "Shiori", + "name": "shiori", + "description": "Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of Pocket. You can use it as command line application or as web application.", + "logo": "https://raw.githubusercontent.com/robocopAlpha/selfhosted_templates/master/Images/shiori-icon.png", + "image": "radhifadlillah/shiori:latest", + "categories": [ + "Other", + "Tools" + ], + "platform": "linux", + "restart_policy": "unless-stopped", + "ports": [ + "8080/tcp" + ], + "volumes": [ + { + "container": "/srv/shiori", + "bind": "/portainer/Files/AppData/Config/Shiori" + } + ] + }, { "type": 1, "title": "SickChill",