1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-04-03 18:00:08 +03:00
SoftEtherVPN/src/bin/hamcore/wwwroot/admin
dependabot[bot] e8b88fd225
Bump tar from 4.4.8 to 4.4.19 in /src/bin/hamcore/wwwroot/admin/default
Bumps [tar](https://github.com/npm/node-tar) from 4.4.8 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v4.4.8...v4.4.19)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-19 19:17:31 +00:00
..
default Bump tar from 4.4.8 to 4.4.19 in /src/bin/hamcore/wwwroot/admin/default 2022-03-19 19:17:31 +00:00
index.html Add initial wwwroot/admin/default/ HTML5 admin pages 2019-05-29 19:17:50 +09:00
README.md Adding wwwroot/admin/README.md 2019-05-29 20:17:43 +09:00

About "admin" directory (for developers)

This bin/hamcore/wwwroot/admin/ directory is the web contents root of the embedded HTML5 web administration console: http://<vpn_server_host>:<port>/admin/.

Currently there is only the default/ sub directory. It is corresponding to http://<vpn_server_host>:<port>/admin/default/.

The /admin/index.html file always redirects all clients to the /admin/default/.

If you are willing to develop the web-based administration console you have two choices:

  1. Modify and improve the /admin/default/ project.

  2. Create your entirely new web project in the /admin/NEW_PATH_HERE/ directory. You can choose the unique directory name instead of NEW_PATH_HERE on the above directory path.

If you want to create an independent new web project, the choice #2 is the best way. You can do anything freely in your new directory. In such a case, please edit the /admin/index.html not to redirect to the /admin/default/index.html automatically. Instead, put the list of the systems for each of sub directories in the /admin/index.html so that the user can choose which system to use.