|
@@ -3866,13 +3866,51 @@
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "categories": [
|
|
|
|
+ "Other",
|
|
|
|
+ "Tools"
|
|
|
|
+ ],
|
|
|
|
+ "description": "Samba has provided secure, stable and fast file and print services for all clients using the SMB/CIFS protocol, such as all versions of DOS and Windows, OS/2, Linux and many others.",
|
|
|
|
+ "image": "dperson/samba:latest",
|
|
|
|
+ "logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/samba.png",
|
|
|
|
+ "name": "Samba",
|
|
|
|
+ "platform": "linux",
|
|
|
|
+ "ports": [
|
|
|
|
+ "139:139/tcp",
|
|
|
|
+ "445:445/tcp"
|
|
|
|
+ ],
|
|
|
|
+ "command": "-s 'portainer:/mount:rw'",
|
|
|
|
+ "restart_policy": "unless-stopped",
|
|
|
|
+ "title": "Samba",
|
|
|
|
+ "type": 1,
|
|
|
|
+ "privileged": true,
|
|
|
|
+ "env": [
|
|
|
|
+ {
|
|
|
|
+ "default": "1000",
|
|
|
|
+ "label": "PUID",
|
|
|
|
+ "name": "PUID"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "default": "1000",
|
|
|
|
+ "label": "PGID",
|
|
|
|
+ "name": "PGID"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "volumes": [
|
|
|
|
+ {
|
|
|
|
+ "bind": "/portainer/",
|
|
|
|
+ "container": "/mount"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"categories": [
|
|
"categories": [
|
|
"Other",
|
|
"Other",
|
|
"Tools"
|
|
"Tools"
|
|
],
|
|
],
|
|
"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.",
|
|
"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.",
|
|
- "image": "radhifadlillah/shiori:latest",
|
|
|
|
|
|
+ "image": "nicholaswilde/shiori:latest",
|
|
"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/shiori-icon.png",
|
|
"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/images/shiori-icon.png",
|
|
"name": "shiori",
|
|
"name": "shiori",
|
|
"platform": "linux",
|
|
"platform": "linux",
|