App Setup Dashboard

Wish to see a specific feature/change in future releases? Feel free to post it here, and if it gets enough "likes", we'd definitely include it in future releases!
Post Reply
mark
Posts: 5
Joined: 2024-09-14 13:17
Location: USA

App Setup Dashboard

Post by mark » 2024-10-02 18:44

I'm not sure which forum category this should go in so I'm tacking it on as a suggestion.

I would like to have additional functionality that is not to be in the actual app, but in a set up area.

For example:
- adding Perishable Press's nG firewall rules in the web root's Apache .htaccess file. There is a version for nginx as well.
- a setting to limit failed login attempts
- add a cookie acceptance dialog
- enable various logging features
- set a session timeout expiration when there is no activity
- limit the number of simultaneous sessions by a single user account
- database maintenance
- site backup
- appearance settings

I'm not suggesting all these and more be added by AppGini.

I'm curious how I can implement the interface with a separate set of scripts and most likely a newer bootstrap version.

Has anyone added functionality and made it web accessible?

mark
Posts: 5
Joined: 2024-09-14 13:17
Location: USA

Re: App Setup Dashboard

Post by mark » 2024-10-03 05:50

I decided to start building a standalone app with Code Copilot GPT’s help. First step is the interface. I’m not going super advanced like AdminLTE is, but just the “keep it simple” basics.

This will, for now, sit outside the AppGini rendered app’s hooks until it becomes necessary to include it.

I hope to have the interface relatively complete before implementing the first functionality component.

If things go to plan this should be generic enough to use on most AppGini solutions I make.

I’m using a LAMP server locally for the hosting during development. No, I’m not a developer!

Post Reply