diff --git a/Images/shiori-icon.png b/Images/shiori-icon.png new file mode 100644 index 0000000..81b6fe5 Binary files /dev/null and b/Images/shiori-icon.png differ diff --git a/Template/template.json b/Template/template.json index ca4f42b..2b31bb9 100644 --- a/Template/template.json +++ b/Template/template.json @@ -2833,6 +2833,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",