NatLee / telepy

A Django-based web application for managing and monitoring the reverse SSH tunnels or jump servers.
MIT License
4 stars 1 forks source link

Feat/add admin settings page #34

Closed NatLee closed 2 months ago

NatLee commented 2 months ago

I've added a new page for adjusting settings on the Telepy Web Server.

Right now, there's only one setting available - allow_registration.

You can find all the settings displayed in a table format, just like the one shown below.

image

It's important to note that only the admin user can access this page and operate associated APIs.