Skip to content

Commit 886ff30

Browse files
committed
Added new version of SuperAdmin.
1 parent eb8a68f commit 886ff30

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+11604
-8374
lines changed

changelog.txt

100755100644
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
======= 9.0.0
2+
3+
- updated source-code to Total.js 4
4+
- added support for Total.js 4 applications
5+
- fully redesigned
6+
- improved security
7+
- improved source-code
8+
- improved stability
9+
- improved generating of SSL
10+
- improved generating of NGINX configuration
11+
- improved performance
12+
- removed stats section
13+
- implementing websocket
14+
115
======= 8.0.0
216

317
- added stateless mode for ACME

config

100755100644
Lines changed: 8 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,10 @@
1-
name : SuperAdmin
2-
version : 8.0.0
3-
author : Peter Širka
4-
cookie : __sa
5-
6-
superadmin : admin:admin
1+
session_cookie (generate) : 4
2+
session_secret (generate) : 10
73

84
// Server configuration
9-
directory-nginx : /www/nginx/
10-
directory-ssl : /www/ssl/
11-
directory-acme : /www/acme/
12-
directory-www : /www/www/
13-
directory-console : /www/logs/
14-
directory-dump : /www/
15-
16-
// Custom SMTP settings
17-
mail-smtp : YOUR.SMTPSERVER.COM
18-
// mail-smtp-options : {"user":"","password":"","timeout":2000}
19-
20-
// Gmail SMTP settings
21-
// mail-smtp : smtp.gmail.com
22-
// mail-smtp-options : {"port":465,"secure":true,"user":"ENTER_YOUR_EMAIL","password":"ENTER_YOUR_PASSWORD","rejectUnauthorized":true}
23-
24-
// Office365 SMTP settings
25-
// mail-smtp : smtp.office365.com
26-
// mail-smtp-options : {"port":587,"secure":false,"user":"ENTER_YOUR_EMAIL","password":"ENTER_YOUR_PASSWORD","tls":{"ciphers":"SSLv3"}}
27-
28-
allow-filebrowser : true
5+
directory_nginx : /www/nginx/
6+
directory_ssl : /www/ssl/
7+
directory_acme : /www/acme/
8+
directory_www : /www/www/
9+
directory_console : /www/logs/
10+
directory_dump : /www/

0 commit comments

Comments
 (0)