Merge pull request #81 from robocopAlpha/master

Add shiori bookmark manager
This commit is contained in:
SelfhostedPro 2020-06-09 13:13:45 -07:00 committed by GitHub
commit a14326165a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 0 deletions

BIN
Images/shiori-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -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, "type": 1,
"title": "SickChill", "title": "SickChill",