You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Allsky Camera [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MEBU2KN75G2NG&source=url)
1
+
# Allsky Camera [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=MEBU2KN75G2NG&source=url)
2
2
3
-
This is the source code for the Allsky Camera projectdescribed [on Instructables](http://www.instructables.com/id/Wireless-All-Sky-Camera/).
3
+
This is the source code for the Allsky Camera project. <!--described [on Instructables](http://www.instructables.com/id/Wireless-All-Sky-Camera/).-->
4
4
5
5
<palign="center">
6
6
<imgsrc="https://github.com/AllskyTeam/allsky/blob/master/assets/allsky_camera.png"width="50%"title="Example of an allsky camera">
@@ -70,7 +70,7 @@ A public page is also available in order to view the current image without havin
70
70
http://your_raspberry_IP/public.php
71
71
```
72
72
73
-
Make sure this page is publically viewable.
73
+
Make sure this page is publicly viewable.
74
74
If it is behind a firewall consult the documentation for your network equipment for information on allowing inbound connections.
75
75
76
76
The WebUI has a link to the Allsky Documentation which describes all the settings Allsky uses as well as troubleshooting information.
Copy file name to clipboardExpand all lines: config_repo/options.json.repo
+2-12Lines changed: 2 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1572,7 +1572,7 @@
1572
1572
"type" : "header-tab"
1573
1573
},
1574
1574
{
1575
-
"name" : "timelapseheader",
1575
+
"name" : "keogramheader",
1576
1576
"label" : "Keogram and Startrails Settings",
1577
1577
"type" : "header"
1578
1578
},
@@ -1634,7 +1634,7 @@
1634
1634
},
1635
1635
{
1636
1636
"name" : "keogramfontcolor",
1637
-
"default" : "#fff",
1637
+
"default" : "#ffffff",
1638
1638
"description" : "Font color.",
1639
1639
"label" : "Font Color",
1640
1640
"label_prefix" : "Keograms",
@@ -2398,16 +2398,6 @@
2398
2398
"carryforward" : true
2399
2399
},
2400
2400
{
2401
-
"name" : "notificationimages",
2402
-
"default" : true,
2403
-
"description" : "Enable to display notification images, e.g., 'Camera is off during the day'.<br>While these messages appear in the WebUI and Allsky Website, they are not saved so don't appear in timelapse, startrails, or keograms.",
2404
-
"label" : "Notification Images",
2405
-
"type" : "boolean",
2406
-
"usage" : "capture",
2407
-
"carryforward" : true,
2408
-
"action" : "reload"
2409
-
},
2410
-
{
2411
2401
"name" : "webuidatafiles",
2412
2402
"default" : "",
2413
2403
"description" : "See the documentation for a <a allsky='true' external='true' href='/documentation/settings/allsky.html'>description of this setting</a>.",
0 commit comments