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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,24 +6,24 @@
6
6
7
7
[](https://youtu.be/lvT7rfB01iA)
8
8
9
-
_Note: Despite being advertised as release server for Electron applications, it would work for **any application using Squirrel**._
9
+
_Note: Despite being advertised as a release server for Electron applications, it would work for **any application using Squirrel**._
10
10
11
-
If you host your project on your Github and do not need a UI for your app, then [Nuts](https://github.com/GitbookIO/nuts) is probably what you're looking for. Otherwise, you're in the same boat as I was, and you've found the right place!
11
+
If you host your project on your Github **and** do not need a UI for your app, then [Nuts](https://github.com/GitbookIO/nuts) is probably what you're looking for. Otherwise, you're in the same boat as I was, and you've found the right place!
12
12
13
13
## Features
14
14
-:sparkles: Awesome release management interface powered by [AngularJS](https://angularjs.org)
15
15
- Authenticates with LDAP, easy to modify to another authentication method if needed
16
16
-:sparkles: Store assets on server disk, or Amazon S3 (with minor modifications)
17
17
- Use pretty much any database for persistence, thanks to [Sails](http://sailsjs.org) & [Waterline](http://waterlinejs.org)
18
-
-:sparkles: Simple but powerful download urls(**NOTE:** when no assets are uploaded, server returns `404` by default):
18
+
-:sparkles: Simple but powerful download urls(**NOTE:** when no assets are uploaded, server returns `404` by default):
19
19
-`/download/latest`
20
20
-`/download/latest/:os`
21
21
-`/download/:version`
22
22
-`/download/:version/:os`
23
23
-`/download/channel/:channel`
24
24
-`/download/channel/:channel/:os`
25
25
-:sparkles: Support pre-release channels (`beta`, `alpha`, ...)
26
-
-:sparkles: Auto-updates with [Squirrel](https://github.com/Squirrel):
26
+
-:sparkles: Auto-updates with [Squirrel](https://github.com/Squirrel):
0 commit comments