Jianhui Zhao 83909abd6d update sponsor
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2025-10-10 21:22:28 +08:00
2025-10-07 20:19:13 +08:00
2025-10-07 20:19:13 +08:00
2025-10-07 20:19:13 +08:00
2025-10-10 21:22:28 +08:00
2025-10-07 20:19:13 +08:00
2025-10-07 20:19:13 +08:00
2025-10-07 20:19:13 +08:00
2025-10-07 20:19:13 +08:00
2025-10-07 20:19:13 +08:00
2025-10-07 20:19:13 +08:00
2025-10-07 20:19:13 +08:00
2025-10-07 20:19:13 +08:00
2025-10-07 20:19:13 +08:00
2025-10-07 20:19:13 +08:00

rtty-site

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

OpenResty

/etc/openresty/nginx.conf

http {
    ...
    include /etc/openresty/rtty-site.conf;
}

/etc/openresty/rtty-site.conf

server {
    listen       443 ssl;
    server_name  rttys.net;

    ssl_certificate      /etc/openresty/ssl/rttys.net/cert.pem;
    ssl_certificate_key  /etc/openresty/ssl/rttys.net/cert.key;

    location = /rtty-version.json {
        root assets;
    }

    location /dl/ {
        root assets;
    }

    location / {
        root html/rtty-site;
    }
}

/usr/local/openresty/nginx/assets/rtty-version.json

{"rtty":"9.0.0","rttys":"5.1.0"}

/usr/local/openresty/nginx/html/rtty-site/

/usr/local/openresty/nginx/assets/dl/

S
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-02-27T09:20:37.234Z
Readme MIT 9.7 MiB
Languages
C 96.1%
CMake 2.5%
Shell 1.4%