user:thomas 由用户创建的 Gists
user:thomas
title:mygist 包含指定标题的 Gists
title:mygist
description:sync gists with given description
description:sync
filename:myfile.txt 包含指定文件名的 Gists
filename:myfile.txt
extension:yml 包含指定扩展名的 Gists
extension:yml
language:go 包含指定编程语言的 Gists
language:go
topic:homelab 具有给定主题的 Gists
topic:homelab
all:systemctl search all fields
all:systemctl
注册
登录
This is a vulnerability affecting all OTW Archive forks. The original OTW Archive is currently vulnerable. Immediate action is required to protect user data and prevent potential system compromise.
Severity: CRITICAL (CVSS 9.5/10) Vulnerability: Arbitrary File Read & Remote Code Execution Affected: All OTW Archive forks using Rails 8.1.0 or earlier with Active Storage + libvips
One symbol goes between two character names in place of / or &. Pick the one that best describes the core nature of the bond. If you need more nuance, you can add a modifier symbol from the bottom of the table. Two symbols total, never more.
/
&
Examples: Alice ♥ Bob: romantic/sexual pairing Alice ♥→ Bob: one-sided romantic feelings (list the pursuer first)
Alice ♥ Bob
Alice ♥→ Bob
This guide goes over all files that need to be updated when modifying archive warnings, and how to deploy those changes to production.
(Line numbers are specific to fflol)
When adding, removing, or modifying archive warnings, you must update the following files:
mkdir C:\sites\skaia-library
Drop yr index.html in there.
index.html
request_uri isn't quite the same as Apache's DOCUMENT_NAME, and it'll bite you eventually:
request_uri
DOCUMENT_NAME
index.shtml
$request_uri
/blog/post.html?utm_source=feed
So it'll work fine until something hits a URL with a ?... on it, or you reuse the include somewhere nested and want just the filename, not the whole path.
?...
If you want a true filename-only equivalent, nginx doesn't expose one natively, but you can derive it with a map:
map
If your Cloudflare tunnel points directly at Gunicorn (web:8000), nginx is bypassed entirely. Gunicorn returns HTML for every /static/ request, and the browser blocks it due to MIME type mismatch and that's why there's no CSS.
web:8000
/static/
The fix is to point the tunnel at nginx instead, and disable certbot since Cloudflare handles TLS.
Without the fix (tunnel bypasses nginx):
由 Opengist 强力驱动 ⋅ Load: 103ms⋅