Skip to content

Instantly share code, notes, and snippets.

@schakrava
Created January 24, 2016 02:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schakrava/cfccb12200c18027c97a to your computer and use it in GitHub Desktop.
Save schakrava/cfccb12200c18027c97a to your computer and use it in GitHub Desktop.
Squeezebox Rock-On profile
{
"SqueezeBoxServer": {
"containers": {
"squeezebox": {
"image": "tdeckers/logitechmediaserver",
"launch_order": 1,
"ports": {
"9000": {
"description": "Webserver Port. Suggested default: 9000.",
"host_default": 9000,
"label": "Webserver port",
"protocol": "tcp",
"ui": true
},
"9090": {
"description": "CLI Port. Suggested default: 9090.",
"host_default": 9090,
"label": "CLI port",
"protocol": "tcp"
},
"3483": {
"description": "SlimProto Port. Suggested default: 3483.",
"host_default": 3483,
"label": "Slimproto port",
"protocol": "tcp"
},
"9001": {
"description": "Supervisord. Suggested default: 9001.",
"host_default": 9001,
"label": "Supervisord port",
"protocol": "tcp"
}
},
"volumes": {
"/media": {
"description": "Select the Share containing your Media",
"label": "My Media",
"min_size": 1073741824
}
}
}
},
"description": "Server for Squeezebox Devices",
"ui": {
"slug": ""
},
"volume_add_support": true,
"website": "http://mysqueezebox.com",
"version": "1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment