From e0c7ff0ca6ed42e32049a467953374755b8b9465 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 17 Aug 2025 16:28:16 +0900 Subject: feat: add albatross.swift 2025 --- .gitmodules | 3 +++ Makefile | 3 +++ mioproxy.prod.hcl | 11 +++++++++++ vhosts/t/albatross-swift-2025 | 1 + 4 files changed, 18 insertions(+) create mode 160000 vhosts/t/albatross-swift-2025 diff --git a/.gitmodules b/.gitmodules index a1dd2d1..638292e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "vhosts/t/albatross-php-2025"] path = vhosts/t/albatross-php-2025 url = git@github.com:nsfisis/phperkaigi-2025-albatross.git +[submodule "vhosts/t/albatross-swift-2025"] + path = vhosts/t/albatross-swift-2025 + url = https://github.com/nsfisis/iosdc-japan-2025-albatross.git diff --git a/Makefile b/Makefile index fd21c7a..a631397 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ build: cd vhosts/t/albatross; make -f Makefile.prod build cd vhosts/t/albatross-swift; make -f Makefile.prod build cd vhosts/t/albatross-php-2025; make -f Makefile.prod build + cd vhosts/t/albatross-swift-2025; make -f Makefile.prod build .PHONY: serve serve: @@ -20,9 +21,11 @@ serve: cd vhosts/t/albatross; make -f Makefile.prod serve cd vhosts/t/albatross-swift; make -f Makefile.prod serve cd vhosts/t/albatross-php-2025; make -f Makefile.prod serve + cd vhosts/t/albatross-swift-2025; make -f Makefile.prod serve .PHONY: clean clean: + cd vhosts/t/albatross-swift-2025; make -f Makefile.prod clean cd vhosts/t/albatross-php-2025; make -f Makefile.prod clean cd vhosts/t/albatross-swift; make -f Makefile.prod clean cd vhosts/t/albatross; make -f Makefile.prod clean diff --git a/mioproxy.prod.hcl b/mioproxy.prod.hcl index 98067d4..45162cb 100644 --- a/mioproxy.prod.hcl +++ b/mioproxy.prod.hcl @@ -49,4 +49,15 @@ server https { port = 8003 } } + + proxy albatross-swift-2025 { + from { + host = "t.nil.ninja" + path = "/iosdc-japan/2025/code-battle/" + } + to { + host = "127.0.0.1" + port = 8004 + } + } } diff --git a/vhosts/t/albatross-swift-2025 b/vhosts/t/albatross-swift-2025 new file mode 160000 index 0000000..7ce06a9 --- /dev/null +++ b/vhosts/t/albatross-swift-2025 @@ -0,0 +1 @@ +Subproject commit 7ce06a9fd904a96c92d6383a09cad2ad99f4053d -- cgit v1.2.3-70-g09d2