From 2fd413f39bc85adb87461056f147b9d8eb2d8c2e Mon Sep 17 00:00:00 2001 From: iwansaja <126704416+iwansaja@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:58:28 +0800 Subject: [PATCH 01/13] Update wrangler.toml --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 21f798bb..9569ac81 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -5,7 +5,7 @@ minify = true [[kv_namespaces]] binding = "SIREN" -id = "216a79ea5462492da7aa737cc8d7a2af" +id = "ee99954b787b458fa758d68e13daef85" [build] command = "cargo install worker-build && worker-build --release" From 2ee3a282e1aa547a680e6794a2c0c5340c45e5a5 Mon Sep 17 00:00:00 2001 From: iwansaja <126704416+iwansaja@users.noreply.github.com> Date: Sat, 7 Jun 2025 07:16:17 +0800 Subject: [PATCH 02/13] Update wrangler.toml From 9673c0a9d9b40cb0b34b871bbc55afdda1680c66 Mon Sep 17 00:00:00 2001 From: iwansaja <126704416+iwansaja@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:33:37 +0800 Subject: [PATCH 03/13] Update wrangler.toml --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 9569ac81..95d64437 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -14,6 +14,6 @@ command = "cargo install worker-build && worker-build --release" build = { command = "cargo install worker-build && worker-build --dev" } [vars] -UUID = "f282b878-8711-45a1-8c69-5564172123c1" +UUID = "e5b312d3-4c90-461a-a789-45f647fc6fb4" MAIN_PAGE_URL = "https://raw.githubusercontent.com/FoolVPN-ID/Siren/refs/heads/master/web/index.html" SUB_PAGE_URL = "https://raw.githubusercontent.com/FoolVPN-ID/Siren/refs/heads/master/web/sub.html" From fbb29ea344da845ba14e360f2f32095527ab4afe Mon Sep 17 00:00:00 2001 From: iwansaja <126704416+iwansaja@users.noreply.github.com> Date: Tue, 24 Jun 2025 17:36:39 +0800 Subject: [PATCH 04/13] Update wrangler.toml --- wrangler.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index 95d64437..54007994 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -15,5 +15,5 @@ build = { command = "cargo install worker-build && worker-build --dev" } [vars] UUID = "e5b312d3-4c90-461a-a789-45f647fc6fb4" -MAIN_PAGE_URL = "https://raw.githubusercontent.com/FoolVPN-ID/Siren/refs/heads/master/web/index.html" -SUB_PAGE_URL = "https://raw.githubusercontent.com/FoolVPN-ID/Siren/refs/heads/master/web/sub.html" +MAIN_PAGE_URL = "https://raw.githubusercontent.com/iwansaja/Siren/refs/heads/master/web/index.html" +SUB_PAGE_URL = "https://raw.githubusercontent.com/iwansaja/Siren/refs/heads/master/web/sub.html" From 5d2e81257dd66e91d3bd4f60347efd0a494a1b27 Mon Sep 17 00:00:00 2001 From: iwansaja <126704416+iwansaja@users.noreply.github.com> Date: Fri, 5 Sep 2025 06:10:58 +0800 Subject: [PATCH 05/13] Update wrangler.toml --- wrangler.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index 54007994..0d3ad7c6 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -4,8 +4,8 @@ compatibility_date = "2024-05-23" minify = true [[kv_namespaces]] -binding = "SIREN" -id = "ee99954b787b458fa758d68e13daef85" +binding = "IWAN" +id = "45c6904efaf249b9ab8cf13277bf52f9" [build] command = "cargo install worker-build && worker-build --release" @@ -14,6 +14,6 @@ command = "cargo install worker-build && worker-build --release" build = { command = "cargo install worker-build && worker-build --dev" } [vars] -UUID = "e5b312d3-4c90-461a-a789-45f647fc6fb4" +UUID = "84baf0ae-c8c5-413b-a13c-fcfced123eba" MAIN_PAGE_URL = "https://raw.githubusercontent.com/iwansaja/Siren/refs/heads/master/web/index.html" SUB_PAGE_URL = "https://raw.githubusercontent.com/iwansaja/Siren/refs/heads/master/web/sub.html" From 42e10b346d52f06c2ec1784156af24bb62fcdbf1 Mon Sep 17 00:00:00 2001 From: iwansaja <126704416+iwansaja@users.noreply.github.com> Date: Fri, 5 Sep 2025 06:42:23 +0800 Subject: [PATCH 06/13] Update wrangler.toml --- wrangler.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index 0d3ad7c6..bed9dd51 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,6 +1,6 @@ -name = "siren" +name = "iwan" main = "build/worker/shim.mjs" -compatibility_date = "2024-05-23" +compatibility_date = "2025-08-15" minify = true [[kv_namespaces]] From 4dc51f058c2a6d6dc520e29f42578b9900d36ae1 Mon Sep 17 00:00:00 2001 From: iwansaja <126704416+iwansaja@users.noreply.github.com> Date: Fri, 5 Sep 2025 06:57:05 +0800 Subject: [PATCH 07/13] Update wrangler.toml --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index bed9dd51..6448c2d2 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,4 +1,4 @@ -name = "iwan" +name = "siren" main = "build/worker/shim.mjs" compatibility_date = "2025-08-15" minify = true From eb7148cc9d817792b11c2065d6e8fab7153a1427 Mon Sep 17 00:00:00 2001 From: iwansaja <126704416+iwansaja@users.noreply.github.com> Date: Fri, 5 Sep 2025 06:58:51 +0800 Subject: [PATCH 08/13] Update cf.yml --- .github/workflows/cf.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cf.yml b/.github/workflows/cf.yml index 1644903c..2ee8f0da 100644 --- a/.github/workflows/cf.yml +++ b/.github/workflows/cf.yml @@ -15,6 +15,8 @@ jobs: runs-on: ubuntu-latest environment: cf steps: + - name: change Rust version + run: rustup override set 1.86.0 - uses: actions/checkout@v4 - name: deploy uses: cloudflare/wrangler-action@v3 From 0c3f547a17740ec8413b475583cc48b001e972ea Mon Sep 17 00:00:00 2001 From: iwansaja <126704416+iwansaja@users.noreply.github.com> Date: Fri, 5 Sep 2025 13:02:19 +0800 Subject: [PATCH 09/13] Update wrangler.toml --- wrangler.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index 6448c2d2..7abb3ed3 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -4,8 +4,8 @@ compatibility_date = "2025-08-15" minify = true [[kv_namespaces]] -binding = "IWAN" -id = "45c6904efaf249b9ab8cf13277bf52f9" +binding = "SIREN" +id = "90b09e2f34944a2b907004dae2a515d3" [build] command = "cargo install worker-build && worker-build --release" From 35a6aa867b72f9060d1f1f4042345fc67d9aebd0 Mon Sep 17 00:00:00 2001 From: iwansaja <126704416+iwansaja@users.noreply.github.com> Date: Fri, 5 Sep 2025 13:14:26 +0800 Subject: [PATCH 10/13] Update wrangler.toml --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index 7abb3ed3..c43860bb 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,6 +1,6 @@ name = "siren" main = "build/worker/shim.mjs" -compatibility_date = "2025-08-15" +compatibility_date = "2024-05-2" minify = true [[kv_namespaces]] From 7cac64361f78084edb0055c7cbdb8eed542c15ca Mon Sep 17 00:00:00 2001 From: iwansaja <126704416+iwansaja@users.noreply.github.com> Date: Fri, 5 Sep 2025 13:17:20 +0800 Subject: [PATCH 11/13] Update cf.yml --- .github/workflows/cf.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/cf.yml b/.github/workflows/cf.yml index 2ee8f0da..1644903c 100644 --- a/.github/workflows/cf.yml +++ b/.github/workflows/cf.yml @@ -15,8 +15,6 @@ jobs: runs-on: ubuntu-latest environment: cf steps: - - name: change Rust version - run: rustup override set 1.86.0 - uses: actions/checkout@v4 - name: deploy uses: cloudflare/wrangler-action@v3 From 3d4f0f2fd35569c9a395db94bdefd10c36ab08d0 Mon Sep 17 00:00:00 2001 From: iwansaja <126704416+iwansaja@users.noreply.github.com> Date: Fri, 5 Sep 2025 13:29:32 +0800 Subject: [PATCH 12/13] Update wrangler.toml --- wrangler.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wrangler.toml b/wrangler.toml index c43860bb..415812bd 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,6 +1,6 @@ name = "siren" main = "build/worker/shim.mjs" -compatibility_date = "2024-05-2" +compatibility_date = "2025-02-04" minify = true [[kv_namespaces]] From d5177c3156eef20be7e5c066ff3c1d9aa0cf4f7b Mon Sep 17 00:00:00 2001 From: iwansaja <126704416+iwansaja@users.noreply.github.com> Date: Fri, 5 Sep 2025 13:39:22 +0800 Subject: [PATCH 13/13] Delete wrangler.toml --- wrangler.toml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 wrangler.toml diff --git a/wrangler.toml b/wrangler.toml deleted file mode 100644 index 415812bd..00000000 --- a/wrangler.toml +++ /dev/null @@ -1,19 +0,0 @@ -name = "siren" -main = "build/worker/shim.mjs" -compatibility_date = "2025-02-04" -minify = true - -[[kv_namespaces]] -binding = "SIREN" -id = "90b09e2f34944a2b907004dae2a515d3" - -[build] -command = "cargo install worker-build && worker-build --release" - -[env.dev] -build = { command = "cargo install worker-build && worker-build --dev" } - -[vars] -UUID = "84baf0ae-c8c5-413b-a13c-fcfced123eba" -MAIN_PAGE_URL = "https://raw.githubusercontent.com/iwansaja/Siren/refs/heads/master/web/index.html" -SUB_PAGE_URL = "https://raw.githubusercontent.com/iwansaja/Siren/refs/heads/master/web/sub.html"