Initial commit

This commit is contained in:
2026-04-06 16:49:17 -04:00
commit 7ec75d0747
36 changed files with 14526 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"owner": {
"home": "dashboard"
},
"user": {
"home": "home"
}
}

View File

@@ -0,0 +1,5 @@
{
"1": [
"CREATE TABLE IF NOT EXISTS users (id INT NOT NULL PRIMARY KEY AUTO_INCREMENT, username VARCHAR(50), email VARCHAR(90), password TEXT)"
]
}

27
rss/json/pages/404.json Normal file
View File

@@ -0,0 +1,27 @@
{
"layout": {
"header": "default",
"body": "index",
"footer": "default",
"template": "main_layout"
},
"meta": {
"title": "404",
"description": "Template",
"robots": "noindex, nofollow",
"og_image": ""
},
"rules": {
"restricted": false,
"redirect_login": "/login/",
"login_restricted": false,
"login_redirect": ""
},
"init": [],
"scripts": [],
"modals": [""],
"rich_data": {
"type": "",
"price": "0"
}
}

27
rss/json/pages/index.json Normal file
View File

@@ -0,0 +1,27 @@
{
"layout": {
"header": "default",
"body": "index",
"footer": "default",
"template": "main_layout"
},
"meta": {
"title": "template",
"description": "Template",
"robots": "noindex, nofollow",
"og_image": ""
},
"rules": {
"restricted": true,
"redirect_login": "/login/",
"login_restricted": false,
"login_redirect": ""
},
"init": [],
"scripts": [{"name": "app.js", "type": "module"}, {"name": "test.js", "type": "script"}],
"modals": [""],
"rich_data": {
"type": "",
"price": "0"
}
}