Skip to content

Instantly share code, notes, and snippets.

@papertigers
Last active December 17, 2018 20:13
Show Gist options
  • Select an option

  • Save papertigers/e2e43aabae549e17aa1e to your computer and use it in GitHub Desktop.

Select an option

Save papertigers/e2e43aabae549e17aa1e to your computer and use it in GitHub Desktop.
Plex on Smartos
{
"alias": "plex",
"brand": "lx",
"kernel_version": "3.13.0",
"max_physical_memory": 4096,
"image_uuid": "818cc79e-ceb3-11e4-99ee-7bc8c674e754",
"resolvers": ["8.8.8.8","8.8.4.4"],
"nics": [
{
"nic_tag": "admin",
"ip": "192.168.128.25",
"netmask": "255.255.255.0",
"gateway": "192.168.128.1",
"primary": "1"
}
],
"filesystems": [
{
"type": "lofs",
"source": "tank/Movies",
"target": "/Movies"
},
{
"type": "lofs",
"source": "tank/TV",
"target": "/TV"
},
{
"type": "lofs",
"source": "tank/Music",
"target": "/Music"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment