Ubuntu 24.04.4 LTS myweb tty1

        
        
myweb login: root
BOOT_SEQUENCE

[OK] STATIC SITE LOADED

PUBLIC WEB ONLINE_

A dark terminal-style website is installed in this folder. It runs without a build step, works locally, and can later be served by Nginx, Caddy, Cloudflare Pages, or any static host.

user@myweb:~$ cat ./system/status.log
NETWORK

[OK] LOCAL-FIRST

All page assets live in this directory. Public access only needs this folder as the static root.

DESIGN

[OK] CLI TOKENS

Colors, type, spacing, borders, and motion are centralized in CSS variables for easy extension.

ACCESS

[OK] KEYBOARD SAFE

Navigation, buttons, and inputs keep visible focus states and high-contrast terminal text.

user@myweb:~$ ./activity --merge github gitlab yunxiao --since 1y
MULTI_PLATFORM_ACTIVITY

DEVELOPER ACTIVITY HEATMAP

Merged daily activity from GitHub, GitLab, and Yunxiao for the last year.

user@myweb:~$ tree -L 1
PROJECT TREE
.
|-- index.html
|-- assets
|   |-- css
|   |-- js
|   |-- fonts
|   `-- images
|-- server.js
|-- start-server.cmd
|-- pages
|-- deploy
|   |-- Caddyfile
|   `-- nginx.conf
`-- README.md
            
TOKEN MAP

DESIGN SYSTEM INSTALLED

FONT
SmileySans local
PRIMARY
#33ff00
SECONDARY
#ffb000
RADIUS
0px
BORDER
1px solid #1f521f
user@myweb:~$ ./deploy --public
PUBLIC ACCESS RUNBOOK

PUBLIC ACCESS PATH

01

LOCAL VERIFY

Open index.html directly, or serve the current directory with the included Node server.

02

SERVER HOST

Upload this folder to a server and use deploy/nginx.conf or deploy/Caddyfile as a reference.

03

DOMAIN ROUTE

Point an A record to the public server IP, then enable HTTPS certificates.

COMMAND INPUT

SEND A SIGNAL

LIVE LOG