Commit graph

109 commits

Author SHA1 Message Date
jae
2ca01d2b3a fix: admin login, clean URLs, blog links
- Fix admin login: ID mismatch (loginUser->loginUsername, loginPass->loginPassword)
- Fix auth URL: /api/auth -> /api/auth/login
- Fix init() structure: broken if/else for checkAuth
- Remove onclick from login button (JS handles via addEventListener)
- Clean URLs: /blog/post/slug instead of post.html?slug=slug
- Updated blog.js, post.js, main.js with clean URL links
- post.js supports both /blog/post/slug and ?slug=x formats
- nginx configured for /blog/post/* rewrite
2026-03-31 22:55:45 +00:00
jae
252c7b95b3 feat: mega admin panel expansion, contact form, 9 blog posts
- admin.html: 14 sections (dashboard, posts, editor, tracks, settings, homepage editor, services, navigation, links, API keys, theme, SEO, contact settings, backups)
- admin.js: 1554 lines, full AdminApp with CRUD for all sections
- admin.css: 1972 lines, responsive mobile nav, all new section styles
- app.py: 42 endpoints, new routes for homepage/services/nav/links/apikeys/theme/seo/contact/backups
- 9 JSON data files for new settings
- Contact form wired to POST /api/contact
- 9 blog posts with full HUD metadata
- .gitignore added
2026-03-31 22:19:27 +00:00
jae
167bcb15a9 feat: admin panel, tracks CRUD, operator HUD improvements, mood badges 2026-03-31 21:30:17 +00:00
jae
271f933b6e feat: wire homepage to live API (blog feed, server stats, weather, now playing) 2026-03-31 21:14:30 +00:00
jae
e41bd916f7 feat: add individual post page (post.html, post.js, post.css) 2026-03-31 21:10:40 +00:00
jae
92ba1db393 feat: add blog system, API backend, and blog styling 2026-03-31 20:49:40 +00:00
jae
e12d33fce3 feat: add HUD dashboard panels - UK map, server metrics, network graph, power/containers, scan bar 2026-03-31 19:50:48 +00:00
jae
ae1c7e0b71 🚀 Initial build: sci-fi dashboard website
- HUD-style navbar with dropdown menus (HOME, BLOG, DEV, LINKS, CONTACT)
- Particle system with mouse interaction
- Glitch text + typing animation hero
- Scroll-reveal animations
- Animated skill bars
- Blog cards, dev project cards, link cards
- Contact form with transmission effect
- Live terminal emulator
- Scanline overlay + grid background
- Responsive mobile layout
- Live clock + uptime counter + signal animation
2026-03-31 19:23:47 +00:00
jae
51eca53b76 Initial commit 2026-03-31 21:18:04 +02:00