summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-27 20:54:06 +0900
committernsfisis <nsfisis@gmail.com>2026-02-27 20:54:06 +0900
commit0b221bec5e357bbd8baea733b66cb0d8b69a9312 (patch)
tree0ec90121ae5732d96f7d76f608daa9b54279cdab
parent7c43355b8bbe9b9332024644792aa7fed05322af (diff)
downloadnil.ninja-0b221bec5e357bbd8baea733b66cb0d8b69a9312.tar.gz
nil.ninja-0b221bec5e357bbd8baea733b66cb0d8b69a9312.tar.zst
nil.ninja-0b221bec5e357bbd8baea733b66cb0d8b69a9312.zip
feat(albatross-php-2026): init
-rw-r--r--.gitmodules3
-rw-r--r--Makefile3
-rw-r--r--mioproxy.prod.hcl11
m---------services/albatross-php-20260
4 files changed, 17 insertions, 0 deletions
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
+Subproject 6d85a8f97c8c9e086f2f9b8c71fd730bff12af0