>_ linuxcommand.dev
Startseite Admin:Core
System Overview

Admin:Core

This page shows the technical foundation of linuxcommand.dev. All core projects run on the same admin:core structure: a lean PHP stack, JSON-based data, a clean routing layer, and focused frontend assets.

Runtime

PHP 8.4.6

SAPI: fpm-fcgi

Memory

1024M

php.ini memory_limit

PHP Environment

53

Loaded Extensions

Web Server

nginx

HTTP/2.0

Operational Data

Command Data

1806

Entries from 46 JSON sources

Build Status

2026-03-04 14:26

Last CSS build timestamp

Routing Scope

11

Defined public routes

Cache Status

aktiv

OPcache Runtime

Deployment

GitOps (Gitea remote, pull-based)

Version control via private repository on git.hostbw.de

Project Structure

Routing & Rendering

Custom PHP router setup using a front controller, controller classes, and server-side rendering via `layout.php` and page templates.

Data Model

No runtime SQL database: command data is stored as JSON sources in the repository and aggregated through repository and service layers.

Localization

UI texts use i18n key resolution with fallbacks. Currently 2 locale file(s) are available in the system.

Frontend Stack

Tailwind CSS with a build pipeline plus minimal vanilla JavaScript interactions for search, navigation, and overlay components.

Privacy

Focus on privacy-conscious operation with a clear separation between functional data, optional contact data, and legal information pages.

Maintenance

Changes are validated locally (PHP linting, JSON checks, CSS builds) and then versioned and deployed via Git.

admin:core is developed and maintained by Sebastian Palencsár. The goal is a robust and transparent technical foundation for projects like linuxcommand.dev, admindocs.de, and related platforms.