1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minetest_ynh.git synced 2024-09-03 20:36:00 +02:00
Minetest package for YunoHost
Find a file
2022-03-20 13:45:42 +01:00
.github [autopatch] Update issue and PR templates 2021-05-13 17:49:35 +02:00
conf Apply last example_ynh 2022-03-13 18:11:28 +01:00
doc Charset 2022-03-13 18:17:42 +01:00
scripts typo 2022-03-20 13:45:10 +01:00
.gitignore Fix jessie-backports GPG key for arm 2017-10-20 10:58:42 +02:00
check_process Apply last example_ynh 2022-03-13 18:11:28 +01:00
LICENSE First commit 2017-06-09 14:29:12 +02:00
manifest.json Apply last example_ynh 2022-03-13 18:11:28 +01:00
README.md Upgrade to version 5.4.1 2021-04-17 19:50:44 +02:00
README_fr.md Upgrade to version 5.4.1 2021-04-17 19:50:44 +02:00

Minetest for YunoHost

Integration level
Install Minetest with YunoHost

Lire ce readme en français.

This package allow you to install Minetest quickly and simply on a YunoHost server. If you dont have YunoHost, please see here to know how to install and enjoy it.

Overview

Minetest is a free open-source voxel game engine with easy modding and game creation.

Shipped version: 5.4.1

Screenshots

Demo

No demo but you can test with servers in https://servers.minetest.net/

Configuration

How to configure this app: by SSH

Documentation

YunoHost specific features

Multi-users support

  • Are LDAP and HTTP auth supported? No
  • Can the app be used by multiple users? Yes

Supported architectures

  • x86-64 - Build Status
  • ARMv8-A - Build Status

Limitations

  • This app is not compatible with LDAP.

Additional information

  • Migration from old package

  • You cant migrate directly with an update.

    • Before installing the new package you need to download this folder from your server /var/games/minetest-server/.minetest/worlds/world (this folder contains all world data)
    • Uninstall the old package sudo yunohost app remove minetest
    • Install the new one sudo yunohost app install https://github.com/YunoHost-Apps/minetest_ynh
    • Stop Minetest service sudo systemctl stop minetest
    • Copy the folder you have copied before in /home/yunohost.app/minetest/.minetest/worlds
    • Start the Minetest service sudo systemctl start minetest
  • Installing mods

    • For installing mods you need to create a worldmods folder in /home/yunohost.app/minetest/.minetest/worlds/world/
    • Clone the repo of the mod in this folder (ex: git clone https://github.com/minetest-mods/mesecons)
    • Edit /home/yunohost.app/minetest/.minetest/worlds/world/world.mt and add at the end load_mod_mesecons = true
    • Restart Minetest with sudo systemctl restart minetest
    • The mod is now installed :)

Developers info

Please do your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/minetest_ynh/tree/testing --debug
or
sudo yunohost app upgrade minetest -u https://github.com/YunoHost-Apps/minetest_ynh/tree/testing --debug