feat(*):增加了一些模型

This commit is contained in:
2025-03-27 21:19:43 +08:00
parent a55bb3a448
commit a513dd8a91
62 changed files with 2420 additions and 109 deletions

1
cloudflared/.env Normal file
View File

@@ -0,0 +1 @@
# VARIABLE=value #comment

8
cloudflared/compose.yaml Normal file
View File

@@ -0,0 +1,8 @@
version: '3.8'
services:
cloudflared-tunnel:
image: docker.citory.tech/public/cloudflared:latest
container_name: cloudflared-tunnel
command: tunnel --no-autoupdate run --token eyJhIjoiYjZiYjdkZDFkYjA1NDExOGRjODNlMjJiYzJhNGIwZmYiLCJ0IjoiYTI0YTViYmYtYWU0MC00N2M4LWI0NTktYjRjMjlkMWVlMWFkIiwicyI6Ik1URmtabUprWWpBdE9UZzBZUzAwWm1FekxUZ3laVFF0TUdJM1pqSXhOVEUyTldGaCJ9
restart: unless-stopped