- 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
37 lines
No EOL
481 B
JSON
37 lines
No EOL
481 B
JSON
{
|
|
"weather": {
|
|
"api_key": ""
|
|
},
|
|
"spotify": {
|
|
"client_id": "",
|
|
"client_secret": "",
|
|
"refresh_token": ""
|
|
},
|
|
"smtp": {
|
|
"host": "",
|
|
"port": "587",
|
|
"user": "",
|
|
"pass": ""
|
|
},
|
|
"discord": {
|
|
"webhook": ""
|
|
},
|
|
"github": {
|
|
"token": ""
|
|
},
|
|
"custom1": {
|
|
"name": "",
|
|
"key": "",
|
|
"url": ""
|
|
},
|
|
"custom2": {
|
|
"name": "",
|
|
"key": "",
|
|
"url": ""
|
|
},
|
|
"custom3": {
|
|
"name": "",
|
|
"key": "",
|
|
"url": ""
|
|
}
|
|
} |