Feature Deep Dive

Only-Boss — Restricted Security Overview

Only-Boss is a private administrative environment. Public documentation intentionally omits trigger logic, internal routes, and defensive implementation specifics.

Only-Boss একটি private administrative environment। Public guide-এ trigger logic, internal route এবং security implementation details ইচ্ছাকৃতভাবে প্রকাশ করা হয় না।

Restricted Access Layered Security Redacted Details

Restricted Disclosure Policy

This page provides policy-level security information only. Detailed access flow, internal endpoints, and implementation specifics are available only in trusted internal documentation.

Dashboard

6 Admin Control Cards

The main dashboard shows all management areas as clickable cards.

01
Command Center
managers/shared/command-center.html
02
Profile Photo Manager
managers/shared/profile-photo-manager.html
03
Content Managers
managers/Content-studio/content-managers-hub.html
04
Certificates
managers/certificates/certificates-manager.html
05
Projects Manager
managers/projects/category-selector.html
06
Password Hash
managers/security/generate-password-hash.html
Command Center

3-Tab Control Hub

The Command Center is the unified control panel. Three tabs give access to all configuration and monitoring tools.

API Configuration
  • YouTube Data API v3 key input
  • QR code scanner to input API key from phone
  • GitHub API token configuration
  • Additional APIs section (expandable)
  • Keys saved to localStorage
System Tools
  • Quick access to all content managers
  • Cache clear controls
  • Content sync status
  • GitHub upload status
Activity
  • Recent content uploads log
  • Last sync timestamp
  • Error log if any upload failed
  • GitHub API rate limit status
Content Managers

All Manager Files

Content Studio Managers
  • books-manager-new.html
  • educational-videos-manager.html
  • papers-manager.html
  • posts-manager.html
  • vlogs-manager.html
  • advanced-post-editor.html
  • advanced-template-manager.js
  • content-hub-sync.js
  • content-manager.js
  • github-content-uploader.js
  • youtube-integration.js
  • thumbnail-handler.js
  • svg-generator.js
Project Managers
  • arduino/arduino-manager.html
  • matlab/matlab-manager.html
  • solidworks/solidworks-manager.html
  • programming/programming-manager.html
  • websites/websites-manager.html
  • advanced-search.js
  • analytics-dashboard.js
  • github-api-handler.js
  • readme-generator.js
  • shared-utilities.js
  • tags-system.js
  • version-history.js
Upload Pipeline

How Content Gets Published

github-content-uploader.js
Handles GitHub API file uploads. Creates or updates files in your repo via the GitHub Contents API using the stored token.
youtube-integration.js
Auto-fills video metadata from YouTube Data API. Enter a video URL → title, description, thumbnail auto-populated.
thumbnail-handler.js
Handles thumbnail upload and resizing. Generates fallback thumbnails for content without custom images.
svg-generator.js
Generates SVG illustration templates for books and posts. Red-themed vector graphics without external tools.
content-hub-sync.js
Syncs content.json between local draft state and the GitHub repository. Handles merge conflicts.
advanced-template-manager.js
Template system operations for post layouts, template metadata flow, and visual content structuring.
Hidden Features

Lesser-Known Admin Powers

Secure onboarding shortcut

Some setup helpers are available for faster onboarding. Public guide only exposes high-level behavior; exact operational flow is restricted.

Local credential utility

Credential preparation utilities exist for administrator setup. Public documentation intentionally omits algorithm, endpoint, and implementation specifics.

Profile Photo Deployment

Profile Photo Manager updates the public profile image through a controlled GitHub upload flow to a fixed filename path.

Dual Analytics on Dashboard

Dashboard includes both Activity Analytics and Website Analytics panels for admin activity trends plus privacy-safe visitor insight in one place.

Technical Details

Code Reference

Key Files & Paths
Dashboard HTML
Restricted
Auth system
Restricted
Command Center
Restricted
GitHub API key store
localStorage: github_api_token
YouTube API key store
localStorage: youtube_api_key
Content managers dir
Restricted
Project managers dir
Restricted
Shared utilities
Restricted
Explore More

Other Feature Guides

More deep-dives into A3KM Studio features — shortcuts, hidden tricks, mobile vs desktop comparisons and code references.