mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
📚Docs + Removing +TZ from dev_LastConnection
This commit is contained in:
@@ -19,7 +19,6 @@ When opening an issue please:
|
|||||||
|
|
||||||
Check for browser console (F12 browser dev console) errors + check different browsers.
|
Check for browser console (F12 browser dev console) errors + check different browsers.
|
||||||
|
|
||||||
|
|
||||||
## 3. Clear the app cache and cached JavaScript files
|
## 3. Clear the app cache and cached JavaScript files
|
||||||
|
|
||||||
Refresh the browser cache (usually shoft + refresh), try a private window, or different browsers. Please also refresh the app cache by clicking the 🔃 (reload) button in the header of the application.
|
Refresh the browser cache (usually shoft + refresh), try a private window, or different browsers. Please also refresh the app cache by clicking the 🔃 (reload) button in the header of the application.
|
||||||
@@ -28,11 +27,15 @@ Refresh the browser cache (usually shoft + refresh), try a private window, or di
|
|||||||
|
|
||||||
If you have any reverse proxy or similar, try disabling it.
|
If you have any reverse proxy or similar, try disabling it.
|
||||||
|
|
||||||
## 5. Post your docker start details
|
## 5. Disable your firewall
|
||||||
|
|
||||||
|
If you are using a firewall, try to temporarily disabling it.
|
||||||
|
|
||||||
|
## 6. Post your docker start details
|
||||||
|
|
||||||
If you haven't, post your docker compose/run command.
|
If you haven't, post your docker compose/run command.
|
||||||
|
|
||||||
## 6. Check for errors in your PHP/NGINX error logs
|
## 7. Check for errors in your PHP/NGINX error logs
|
||||||
|
|
||||||
In the container execute:
|
In the container execute:
|
||||||
|
|
||||||
@@ -40,8 +43,7 @@ In the container execute:
|
|||||||
|
|
||||||
`cat /app/front/log/app.php_errors.log`
|
`cat /app/front/log/app.php_errors.log`
|
||||||
|
|
||||||
|
## 8. Make sure permissions are correct
|
||||||
## 7. Make sure permissions are correct
|
|
||||||
|
|
||||||
> [!TIP]
|
> [!TIP]
|
||||||
> You can try to start the container without mapping the `/app/config` and `/app/db` dirs and if the UI shows up then the issue is most likely related to your file system permissions or file ownership.
|
> You can try to start the container without mapping the `/app/config` and `/app/db` dirs and if the UI shows up then the issue is most likely related to your file system permissions or file ownership.
|
||||||
|
|||||||
@@ -242,7 +242,7 @@ def create_new_devices (db):
|
|||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
def update_devices_data_from_scan (db):
|
def update_devices_data_from_scan (db):
|
||||||
sql = db.sql #TO-DO
|
sql = db.sql #TO-DO
|
||||||
startTime = timeNowTZ()
|
startTime = timeNowTZ().strftime('%Y-%m-%d %H:%M:%S')
|
||||||
|
|
||||||
# Update Last Connection
|
# Update Last Connection
|
||||||
mylog('debug', '[Update Devices] 1 Last Connection')
|
mylog('debug', '[Update Devices] 1 Last Connection')
|
||||||
|
|||||||
Reference in New Issue
Block a user