1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

forgot to commit default_vars.yml

os vars not needed
This commit is contained in:
tim-moody 2022-11-17 09:36:26 -05:00
parent cd8f599dd7
commit cfdba34b64
2 changed files with 6 additions and 10 deletions

View file

@ -631,8 +631,13 @@ internetarchive_port: 4244 # for http://box:4244
minetest_install: False
minetest_enabled: False
minetest_port: 30000
minetest_working_dir: /usr/share/games/minetest
minetest_server_admin: Admin
minetest_default_game: carbone-ng # only carbone-ng and minetest are supported
# minetest_default_game: carbone-ng # carbone-ng is not longer compatible so not supported
minetest_default_game: minetest
# minetest_default_game: dreambuilder - after 5.6
minetest_game_dir: "{{ minetest_working_dir }}/games/{{ minetest_default_game }}"
minetest_flat_world: False
# Calibre-Web E-Book Library -- Alternative to Calibre, offers a clean/modern UX

View file

@ -23,12 +23,3 @@ php_version: "7.4"
postgresql_version: 13
systemd_location: /lib/systemd/system
python_ver: "3.9"
# Minetest for RPi
minetest_server_bin: /library/games/minetest/bin/minetestserver
minetest_working_dir: /library/games/minetest
minetest_game_dir: /library/games/minetest/games/minetest_game
minetest_rpi_src_tar: minetest.5.1.1.tar.gz
#minetest_rpi_src_url: "https://www.nathansalapat.com/downloads/{{ minetest_rpi_src_tar }}"
minetest_rpi_src_url: "{{ iiab_download_url }}/{{ minetest_rpi_src_tar }}"
minetest_rpi_src_untarred: Minetest