From c97b4fdf8bd969c6e3c35aa3a83d8e2123902982 Mon Sep 17 00:00:00 2001 From: Clifton Palmer Date: Fri, 8 Aug 2025 12:54:16 -0500 Subject: [PATCH] Added topic tag submodule --- .gitmodules | 3 +++ docker-compose.yml | 1 + ext/robertheim/topictags | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 ext/robertheim/topictags diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..42fee83 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "ext/robertheim/topictags"] + path = ext/robertheim/topictags + url = https://github.com/RobertHeim/phpbb-ext-topictags.git diff --git a/docker-compose.yml b/docker-compose.yml index 42e72e3..5aaccb5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,6 +8,7 @@ services: - "80:80" volumes: - phpbb-data:/var/www/html/phpbb + - ./ext:/var/www/html/phpbb/ext depends_on: - mariadb environment: diff --git a/ext/robertheim/topictags b/ext/robertheim/topictags new file mode 160000 index 0000000..74f90ba --- /dev/null +++ b/ext/robertheim/topictags @@ -0,0 +1 @@ +Subproject commit 74f90bad2315def84e5d8710bba2218829d6833e -- 2.47.2