diff --git a/doc/manual/en/Minetest.raw.wiki b/doc/manual/en/Minetest.raw.wiki index 965202aae..a6986edab 100644 --- a/doc/manual/en/Minetest.raw.wiki +++ b/doc/manual/en/Minetest.raw.wiki @@ -20,6 +20,24 @@ Minetest is a multiplayer infinite-world block sandbox. This module enables the If your !FreedomBox is behind a router, you will need to set up port forwarding on your router. You should forward the following ports for Minetest: * UDP 30000 +=== Install and enable mods === + +After SSHing into your !FreedomBox server, install (unzip or {{{git clone}}}) mods in {{{/var/games/minetest-server/.minetest/mods}}} (for example, for the mobs_animal mod, you'd have the new {{{/var/games/minetest-server/.minetest/mods/mobs_animal/}}} directory). + +To enable a mod, first restart minetest: + +{{{ +sudo systemctl restart minetest-server.service +}}} + +This will update the world config file, located in {{{/var/games/minetest-server/.minetest/worlds/world/world.mt}}}, with a line related to the added mod. Set that line from {{{false}}} to {{{true}}} in order to enable the new mod in your minetest instance. For example: + +{{{ +load_mod_mobs_animal = true +}}} + +After that, save your changes, restart minetest one more time, then you should be all set. + === External links === diff --git a/doc/manual/en/ReleaseNotes.raw.wiki b/doc/manual/en/ReleaseNotes.raw.wiki index 88de108c9..8634dd701 100644 --- a/doc/manual/en/ReleaseNotes.raw.wiki +++ b/doc/manual/en/ReleaseNotes.raw.wiki @@ -8,6 +8,36 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f The following are the release notes for each !FreedomBox version. +== FreedomBox 23.4 (2023-02-13) == + +=== Highlights === + + * ejabberd: Fix making call connections when using TURN + * matrixsynapse: Disable verification to fix public registrations + * snapshot: Fix issue with snapshot rollbacks + +=== Other Changes === + + * app: Add backup and restore menu items to toolbar menu + * backups: Allow selecting a single app from URL when creating backup + * config: Drop !RuntimeMaxUse=5% for journal logging + * dynamicdns: Skip uninstall test + * ejabberd: Add Monal and Siskin for iOS and remove !ChatSecure + * email: Redirect to the app page if roundcube isn't installed + * ikiwiki: Re-run setup for each site after restore + * locale: Update translations for Bulgarian, Spanish + * matrixsnapse: Minor refactor in getting/setting public registrations + * matrixsynapse: Add python3-psycopg2 to packages + * matrixsynapse: Use yaml.safe_load + * searx: Add libjs-bootstrap to packages + * snapshot: Fix mounting /.snapshots subvolume and use automounting + * templates: Show better title for 404 page + * uninstall: Fix spelling in warning message + * vagrant: Drop unnecessary script that deletes sqlite file + * vagrant: Hide the vagrant-script directory + * vagrant: Mount source in /freedombox instead of /vagrant + * vagrant: Switch to /freedombox before running service with alias + == FreedomBox 23.3 (2023-01-30) == * config: Fix showing the value of the default home page diff --git a/doc/manual/es/Minetest.raw.wiki b/doc/manual/es/Minetest.raw.wiki index d5915e770..74883b5bb 100644 --- a/doc/manual/es/Minetest.raw.wiki +++ b/doc/manual/es/Minetest.raw.wiki @@ -18,6 +18,23 @@ Si tu !FreedomBox está detrás de un router necesitarás configurar la redirección de puertos en tu router para los siguientes puertos de Minetest: * UDP 30000 +=== Instalar y habilitar módulos (mods) === + +Accediendo mediante SSH a servidor !FreedomBox, instalar los mods (mediante {{{unzip}}} o {{{git clone}}}) en {{{/var/games/minetest-server/.minetest/mods}}} (Por ejemplo, para el mod ''mobs_animal'' mod se tendría el directorio {{{/var/games/minetest-server/.minetest/mods/mobs_animal/}}}. + +Para habilitar el mod primero reinicia minetest: + +{{{ +sudo systemctl restart minetest-server.service +}}} + +Esto actualizará el fichero de configuración del mundo, situado en {{{/var/games/minetest-server/.minetest/worlds/world/world.mt}}}, con una línea relativa al mod recientemente añadido. Para habilitar el nuevo mod en tu instancia de minetest cambia el estado de la línea de {{{false}}} a {{{true}}} . Por ejemplo: + +{{{ +load_mod_mobs_animal = true +}}} + +Después, guarda los cambios, vuelve a reiniciar minetest y ya lo deberías tener disponible. === Enlaces externos === diff --git a/doc/manual/es/ReleaseNotes.raw.wiki b/doc/manual/es/ReleaseNotes.raw.wiki index 88de108c9..8634dd701 100644 --- a/doc/manual/es/ReleaseNotes.raw.wiki +++ b/doc/manual/es/ReleaseNotes.raw.wiki @@ -8,6 +8,36 @@ For more technical details, see the [[https://salsa.debian.org/freedombox-team/f The following are the release notes for each !FreedomBox version. +== FreedomBox 23.4 (2023-02-13) == + +=== Highlights === + + * ejabberd: Fix making call connections when using TURN + * matrixsynapse: Disable verification to fix public registrations + * snapshot: Fix issue with snapshot rollbacks + +=== Other Changes === + + * app: Add backup and restore menu items to toolbar menu + * backups: Allow selecting a single app from URL when creating backup + * config: Drop !RuntimeMaxUse=5% for journal logging + * dynamicdns: Skip uninstall test + * ejabberd: Add Monal and Siskin for iOS and remove !ChatSecure + * email: Redirect to the app page if roundcube isn't installed + * ikiwiki: Re-run setup for each site after restore + * locale: Update translations for Bulgarian, Spanish + * matrixsnapse: Minor refactor in getting/setting public registrations + * matrixsynapse: Add python3-psycopg2 to packages + * matrixsynapse: Use yaml.safe_load + * searx: Add libjs-bootstrap to packages + * snapshot: Fix mounting /.snapshots subvolume and use automounting + * templates: Show better title for 404 page + * uninstall: Fix spelling in warning message + * vagrant: Drop unnecessary script that deletes sqlite file + * vagrant: Hide the vagrant-script directory + * vagrant: Mount source in /freedombox instead of /vagrant + * vagrant: Switch to /freedombox before running service with alias + == FreedomBox 23.3 (2023-01-30) == * config: Fix showing the value of the default home page