Yet another Summaly Proxy implementation running on Cloudflare Workers
Find a file
Acid Chicken (硫酸鶏) 5a2b1c7d1d
chore: update ua
2024-06-27 16:56:34 +09:00
src chore: update ua 2024-06-27 16:56:34 +09:00
.editorconfig chore: init 2023-05-13 18:01:55 +09:00
.gitignore chore: init 2023-05-13 18:01:55 +09:00
.prettierrc fix: correctly normalize encoding 2024-05-28 15:11:27 +09:00
LICENSE-APACHE docs: license 2023-11-03 18:27:02 +09:00
LICENSE-MIT docs: license 2023-11-03 18:27:02 +09:00
package.json chore: remove summaly dependency 2024-06-02 12:15:13 +09:00
pnpm-lock.yaml chore: remove summaly dependency 2024-06-02 12:15:13 +09:00
README.md fix: correctly normalize encoding 2024-05-28 15:11:27 +09:00
tsconfig.json fix: correctly normalize encoding 2024-05-28 15:11:27 +09:00
vitest.config.ts fix: correctly normalize encoding 2024-05-28 15:11:27 +09:00
wrangler.toml test: check upstream content-type 2024-05-28 16:50:10 +09:00

Summerflare

Summaly over the Cloudflare

Usage

pnpm i
pnpm wrangler deploy --minify

After executing the above command, access https://workers.example/url?url=https%3A%2F%2Fexample.com to verify that the worker is working properly. Then configure your Misskey server to use the URL of the worker by setting the Summaly Proxy URL to https://workers.example/url in https://misskey.example/admin/security. Alternatively, you can directly deploy the worker to your domain by setting the route in Cloudflare dashboard.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.