>>83034527
im building my site wiki im going to have a page for every sysadmin requirement for day to day on my site
i will deploy my site in five days
today and tomorrow i will build my wiki and build my git repos for my products
tomorrow i will compile my products using pywebview
in two days i will build the prototype site locally and maybe this will take until three days from now
in four days i will test every wiki page on the site prototype in five days i will buy the cloud instance and domain name and launch my site
the pages i need to make for my wiki are as follows
architecture.html overview of site structure
infrastructure.html summary of what each tool is doing on the site
products.html summary of my sites products being distributed in minio
{
"site_wiki": {
"overview_pages": [
{
"page": "architecture.html",
"description": "Overview of site structure, system flow, and component interaction."
},
{
"page": "infrastructure.html",
"description": "Summary of what each tool and service is doing across the site (Nginx, Django, MySQL, etc.)."
},
{
"page": "products.html",
"description": "Summary of software products being distributed via MinIO."
}
],
"guides": [
{
"page": "backup_process.html",
"description": "How to back up databases, MinIO buckets, and configuration files safely."
},
{
"page": "restore_from_backup.html",
"description": "Steps to restore from a backup archive and verify data integrity."
},
{
"page": "refund_process.html",
"description": "Procedure for handling customer refunds through PayPal and Django admin."
},
{
"page": "search_logs.html",
"description": "Guide to searching logs across Nginx, Django, Systemd, Git, PayPal, and MinIO."
}
],