From 0b221bec5e357bbd8baea733b66cb0d8b69a9312 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 27 Feb 2026 20:54:06 +0900 Subject: feat(albatross-php-2026): init --- .gitmodules | 3 +++ Makefile | 3 +++ mioproxy.prod.hcl | 11 +++++++++++ services/albatross-php-2026 | 1 + 4 files changed, 18 insertions(+) create mode 160000 services/albatross-php-2026 diff --git a/.gitmodules b/.gitmodules index 4abfccb..4ed1992 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,3 +10,6 @@ [submodule "vhosts/t/albatross-swift-2025"] path = vhosts/t/albatross-swift-2025 url = git@github.com:nsfisis/iosdc-japan-2025-albatross.git +[submodule "services/albatross-php-2026"] + path = services/albatross-php-2026 + url = https://github.com/nsfisis/phperkaigi-2026-albatross.git diff --git a/Makefile b/Makefile index 74de9e8..c7d0784 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ provision: build: cd services/albatross-php-2024; make -f Makefile.prod build cd services/nilink; make -f Makefile.prod build + cd services/albatross-php-2026; 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 @@ -22,6 +23,7 @@ serve: sudo systemctl start mioproxy cd services/albatross-php-2024; make -f Makefile.prod serve cd services/nilink; make -f Makefile.prod serve + cd services/albatross-php-2026; 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 @@ -33,6 +35,7 @@ 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 services/albatross-php-2026; make -f Makefile.prod clean cd services/nilink; make -f Makefile.prod clean cd services/albatross-php-2024; make -f Makefile.prod clean sudo systemctl stop mioproxy diff --git a/mioproxy.prod.hcl b/mioproxy.prod.hcl index 2ab65ca..b84b62b 100644 --- a/mioproxy.prod.hcl +++ b/mioproxy.prod.hcl @@ -81,4 +81,15 @@ server https { port = 8006 } } + + proxy albatross-php-2026 { + from { + host = "t.nil.ninja" + path = "/phperkaigi/2026/code-battle/" + } + to { + host = "127.0.0.1" + port = 8007 + } + } } diff --git a/services/albatross-php-2026 b/services/albatross-php-2026 new file mode 160000 index 0000000..6d85a8f --- /dev/null +++ b/services/albatross-php-2026 @@ -0,0 +1 @@ +Subproject commit 6d85a8f97c8c9e086f2f9b8c71fd730bff12af07 -- cgit v1.3-1-g0d28