Admin protetto, dashboard KPI e aggiornamenti sito marketing.

Login admin con cambio password, metriche server (CPU/RAM/disco/banda), grafici e statistiche streaming; sezione piani ridimensionata.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-26 18:18:47 +02:00
co-authored by Cursor
parent 3d3420cc4a
commit 3a5649f482
26 changed files with 983 additions and 55 deletions
+5
View File
@@ -0,0 +1,5 @@
class AdminAccount < ApplicationRecord
has_secure_password
validates :username, presence: true, uniqueness: true
end