-
-
Notifications
You must be signed in to change notification settings - Fork 630
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into production
- Loading branch information
Showing
38 changed files
with
4,463 additions
and
735 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
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,33 +1,18 @@ | ||
; Screenly network configuration | ||
|
||
|
||
; This is how a static network configuration | ||
; for wired networking would look like this. | ||
; Read more here: | ||
; https://www.screenlyapp.com/faq/pro.html#static_ip | ||
; To generate your own network.ini file, visit: | ||
; https://wizard.screenly.io | ||
|
||
;[eth0] | ||
;mode=static | ||
;ip=192.168.1.10 | ||
;netmask=255.255.255.0 | ||
;gateway=192.168.1.1 | ||
|
||
|
||
; If you want to configure your WLAN with DHCP, | ||
; the configuration would look something like this. | ||
; Read more here: | ||
; https://support.screenly.io/hc/en-us/articles/212107126-Can-I-use-a-WiFi-adapter-with-Screenly-Pro- | ||
|
||
;[wlan0] | ||
;ssid=NameOfYourNetwork | ||
;passphrase=YourNetworkPassword | ||
|
||
|
||
; You may also want to explicitly set | ||
; the DNS and ntp servers as follows. | ||
; Read more here: | ||
; https://www.screenlyapp.com/faq/pro/#custom_ntp | ||
|
||
;[generic] | ||
;dns=8.8.8.8,8.8.4.4 | ||
;ntp=0.pool.ntp.org,1.pool.ntp.org |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
pi ALL=NOPASSWD:/usr/local/bin/screenly_utils.sh |
Oops, something went wrong.