Bumps [webpack](https://github.com/webpack/webpack) from 5.76.0 to 5.94.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.76.0...v5.94.0) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
default | ||
index.html | ||
README.md |
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:
-
Modify and improve the
/admin/default/
project. -
Create your entirely new web project in the
/admin/NEW_PATH_HERE/
directory. You can choose the unique directory name instead ofNEW_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.