Commit Graph

21 Commits

Author SHA1 Message Date
Sukchan Lee 608c08373d WebUI uses `localhost` by default (#764, #587) 2021-10-23 23:05:39 +09:00
Sukchan Lee 26f14ee7ca [WebUI] fix the security flaw in account (#764)
- In developement mode, if there is no default admin account,
  Node.js server WILL create admin/1423 account.
- In production mode, even though there is no default admin account,
  Node.js server WILL NOT create admin/1423 account.

1. WebUI installation script will create default admin account
   if there is no account.

   $ curl -fsSL https://open5gs.org/open5gs/assets/webui/install | sudo -E bash -

2. Installation script will automatically uninstall WebUI
   if WebUI has already been installed.
2021-05-08 23:11:27 +09:00
Ryan 7848b6c966
Add API tokens (#838)
* protects db endpoints with auth data, but will require ui updates to function properly

* adds an Authorization header with bearer token to all api/db/* request endpoints

* force login if token doesn't exist

* remove debug code
2021-03-12 09:13:38 +09:00
Sukchan Lee f294a5f55c Add Environment Variable for WebUI [#587]
e.g)
$ HOSTNAME=localhost npm run dev
$ PORT=4000 npm run dev
2020-10-13 12:39:45 -04:00
Björn e2d682d142
make webui listen on 0.0.0.0 (#587) 2020-09-26 09:13:46 -04:00
Sukchan Lee 142763c280 Rename Project to Open5GS
- Change BuildTool to Meson
 - Many BUGS Fixed
2019-10-27 17:41:14 +09:00
Sukchan Lee 49e6034ff9 upgrade next.js v3 2017-09-24 12:25:32 +09:00
Sukchan Lee c7fb169cb3 fix the bug from minjun' testing 2017-09-22 21:38:38 +09:00
Sukchan Lee 43ad929062 session code updated using axios 2017-07-07 20:18:18 +09:00
Sukchan Lee 0f15061a23 CSS work 2017-06-21 00:09:55 +09:00
Sukchan Lee c13081c55a minor update 2017-06-17 11:45:16 +09:00
Sukchan Lee f9390b5240 missing 2017-06-17 11:35:51 +09:00
Sukchan Lee 68486ac643 subscriber REST API is done 2017-06-17 11:35:12 +09:00
Sukchan Lee 5b49df0d54 backend REST API is added for MongoDB 2017-06-16 23:49:52 +09:00
Sukchan Lee 8696c35cd3 rename file 2017-06-11 00:05:12 +09:00
Sukchan Lee 798ec79bac move SQLite to MongoDB 2017-06-11 00:01:40 +09:00
Sukchan Lee 6531fd4761 update it 2017-06-10 15:59:06 +09:00
Sukchan Lee 5a24db2a44 add MongoDB 2017-06-10 15:46:06 +09:00
Sukchan Lee d25b45bf1c DB table name change from User to Account 2017-05-22 00:02:25 +09:00
Sukchan Lee 8b41158cc8 move passport 2017-05-21 23:54:44 +09:00
Sukchan Lee 16f6147295 change folder structure 2017-05-21 23:02:16 +09:00