Added shiori bookmark manager
Added shiori bookmark manager. https://github.com/go-shiori/shiori
This commit is contained in:
parent
45b316f2b4
commit
2c47130540
1 changed files with 23 additions and 0 deletions
|
@ -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,
|
"type": 1,
|
||||||
"title": "SickChill",
|
"title": "SickChill",
|
||||||
|
|
Loading…
Reference in a new issue