]> purplebirdman git - phpbb.git/commitdiff
Added topic tag submodule master
authorClifton Palmer <clifton.james.palmer@protonmail.com>
Fri, 8 Aug 2025 17:54:16 +0000 (12:54 -0500)
committerClifton Palmer <clifton.james.palmer@protonmail.com>
Fri, 8 Aug 2025 17:54:16 +0000 (12:54 -0500)
.gitmodules [new file with mode: 0644]
docker-compose.yml
ext/robertheim/topictags [new submodule]

diff --git a/.gitmodules b/.gitmodules
new file mode 100644 (file)
index 0000000..42fee83
--- /dev/null
@@ -0,0 +1,3 @@
+[submodule "ext/robertheim/topictags"]
+       path = ext/robertheim/topictags
+       url = https://github.com/RobertHeim/phpbb-ext-topictags.git
index 42e72e30436ccedd4c080e854bb3853478f9828a..5aaccb57bca8e164ac5d40e0763d05f3099582f7 100644 (file)
@@ -8,6 +8,7 @@ services:
             - "80:80"
         volumes:
             - phpbb-data:/var/www/html/phpbb
             - "80:80"
         volumes:
             - phpbb-data:/var/www/html/phpbb
+            - ./ext:/var/www/html/phpbb/ext
         depends_on:
             - mariadb
         environment:
         depends_on:
             - mariadb
         environment:
diff --git a/ext/robertheim/topictags b/ext/robertheim/topictags
new file mode 160000 (submodule)
index 0000000..74f90ba
--- /dev/null
@@ -0,0 +1 @@
+Subproject commit 74f90bad2315def84e5d8710bba2218829d6833e