2022-02-23 00:00:46 -03:00
{
"categories" : [
"Other" ,
"Tools"
] ,
"command" : "" ,
"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." ,
"env" : [
{
"default" : "1000" ,
"label" : "PUID" ,
"name" : "PUID"
} ,
{
"default" : "1000" ,
"label" : "PGID" ,
"name" : "PGID"
} ,
{
"default" : "1000" ,
"label" : "USERID" ,
"name" : "USERID"
} ,
{
"default" : "1000" ,
"label" : "GROUPID" ,
"name" : "GROUPID"
} ,
{
"default" : "guest;guest" ,
"label" : "USER" ,
"name" : "USER"
} ,
{
"default" : "true" ,
"label" : "PERMISSIONS" ,
"name" : "PERMISSIONS"
} ,
{
"default" : "portainer;/share;yes;no;yes;guest" ,
"label" : "SHARE" ,
"name" : "SHARE"
}
] ,
2022-08-21 21:09:22 +01:00
"image_arm32" : "dperson/samba:latest" ,
"image_arm64" : "dperson/samba:latest" ,
"image_amd64" : "dperson/samba:latest" ,
2022-02-23 00:00:46 -03:00
"logo" : "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/samba.png" ,
"name" : "Samba" ,
"officialDoc" : "https://github.com/dperson/samba" ,
"platform" : "linux" ,
"ports" : [
"139:139/tcp" ,
"445:445/tcp"
] ,
"privileged" : true ,
"restart_policy" : "unless-stopped" ,
"title" : "Samba" ,
"type" : 1 ,
2022-09-21 18:11:11 +01:00
"videoID" : [ "N.10" , "N.17" ] ,
2022-02-23 00:00:46 -03:00
"volumes" : [
{
"bind" : "/portainer/Downloads" ,
"container" : "/share"
}
] ,
"webpage" : "https://www.samba.org/"
}