mirror of
https://git.phreedom.club/localhost_frssoft/fediauth
synced 2025-07-21 22:54:54 -04:00
working otp code generation
This commit is contained in:
parent
64eb6077b3
commit
831ba7772e
9 changed files with 149 additions and 42 deletions
11
test/Dockerfile
Normal file
11
test/Dockerfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
ARG ENGINE_VERSION=5.6.1
|
||||
FROM registry.gitlab.com/minetest/minetest/server:${ENGINE_VERSION}
|
||||
|
||||
USER root
|
||||
|
||||
RUN apk add git &&\
|
||||
mkdir -p /root/.minetest/worlds/world/worldmods/ &&\
|
||||
cd /root/.minetest/worlds/world/worldmods/ &&\
|
||||
git clone https://github.com/BuckarooBanzay/mtt
|
||||
|
||||
ENTRYPOINT minetestserver --config /minetest.conf
|
3
test/minetest.conf
Normal file
3
test/minetest.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
default_game = minetest_game
|
||||
mg_name = v7
|
||||
mtt_enable = true
|
Loading…
Add table
Add a link
Reference in a new issue