This repository has been archived by the owner on Feb 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do more docs fixing and version bumping. Bork bork bork.
- Loading branch information
Jordan Hubbard
committed
Mar 17, 2017
1 parent
947ade3
commit e32e5c9
Showing
23 changed files
with
79 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
FROM phusion/baseimage:latest | ||
LABEL org.freenas.interactive="true" \ | ||
org.freenas.version="2" \ | ||
org.freenas.command="/bin/sh" \ | ||
org.freenas.version="1" \ | ||
org.freenas.upgradeable="false" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM debian:latest | ||
LABEL org.freenas.interactive="true" \ | ||
org.freenas.command="/bin/sh" \ | ||
org.freenas.version="1" \ | ||
org.freenas.version="2" \ | ||
org.freenas.upgradeable="false" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Beta version of emby server | ||
|
||
Emby Server is a home media server built on top of other popular open source | ||
technologies such as Service Stack, jQuery, jQuery mobile, and Mono. | ||
|
||
It features a REST-based API with built-in documention to facilitate client | ||
development. We also have client libraries for our API to enable rapid | ||
development. | ||
|
||
# Environment Variables: | ||
|
||
You can adjust some of the default settings set for container/application by | ||
passing any or all of the following environment variable: | ||
|
||
| ENV VAR | Definition | | ||
| ------------ | ------------------------------------------------------------------------------ | | ||
| APP_USER | Name of user the service will run as.\[4\] | | ||
| APP_UID | UID assigned to APP_USER upon creation, or will query APP_USER's ID.\[3\] | | ||
| APP_GID | GID assigned to APP_USER upon creation, or will query APP_USER's GID.\[3\] | | ||
| APP_CONFIG | Location where application will store settings and database on host.\[1\] | | ||
| APP_GCONFIG | Location where application will store settings and database within guest.\[4\] | | ||
| UMASK | umask assigned to service, default set to 002.\[4\] | | ||
| EDGE | Update the containerized service, default set to 0(Off).\[4\] | | ||
|
||
\[1\]: Variable is applicable only during install. | ||
\[2\]: Variable is applicable during install, when invoking installed wrapper script or systemd service. | ||
\[3\]: Variable is applicable only when invoking docker run directly. | ||
\[4\]: Variable is applicable in all scenarios. | ||
|
||
# Volumes: | ||
|
||
* `/config` - Folder for configuration and settings. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
FROM vguardiola/gentoo:latest | ||
LABEL org.freenas.interactive="true" \ | ||
org.freenas.version="2" \ | ||
org.freenas.command="/bin/sh" \ | ||
org.freenas.version="1" \ | ||
org.freenas.upgradeable="false" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Radarr - A fork of Sonarr to work with movies à la Couchpotato. | ||
# Radarr - A fork of Sonarr to work with movies ala Couchpotato. | ||
|
||
Access the webui at <your-ip>:7878 | ||
Access the webui at <your-ip>:7878 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters