16 Commits

Author SHA1 Message Date
Tyrthurey
b2ad7dfb7a Reverted the elytra binary link due to security reasons, added informative comment
Temporary fix until the official repo is updated is to run "sudo useradd -M -s /sbin/nologin pyrodactyl" inside the VM for the dev environment.
2025-12-31 00:30:13 +02:00
Tyrthurey
04adee9179 Fixed the rest of the development environment issues.
1. Changed the auto-assigned allocations to use 0.0.0.0 instead of localhost, because elytra does not accept localhost.
2. Changed all mentions of `php` to `/usr/bin/php8.4` to ensure the correct php is used. This is due phpMyAdmin installing php8.5 which breaks things by setting itself as the default php path.
3. Changed the elytra binary to use BoredHF's fix (found at: https://github.com/BoredHF/elytra).
4. Fixed the MinIO .env configurator to properly set .env values without errors/mistakes.
5. Added a function to set the default php path of the machine back to php8.4 after phpMyAdmin is installed.
6. Fixed the minecraft dev server creation section (it needed egg ID 8 not 3) and changed the failure logs to be printed in console instead of being silently deleted (they never ended up there so there was no log of the issue).
2025-12-30 21:16:49 +02:00
Tyrthurey
55ec1fa47d fixed initialization bugs
1. Added the Vintage Story Nest to the NestSeeder
2. Moved the vintage story egg from OtherGames to vintage-story (Note: OtherGames should be renamed to other-games to follow naming conventions)
3. fixed incorrect rustic download link in provision.sh
2025-12-29 23:31:08 +02:00
Naterfute
9cdd2055b8 fix: async backups. awesoooome (#370)
* feat: async backup operations and the death of wings.

* chore: imports

* feat: backups v2 + elytra jobs

* fix: mariadb doesn't have a uuid type

---------

Co-authored-by: Elizabeth <me@checksum.space>
2025-09-27 18:15:40 -07:00
Elizabeth
d7e0ec3a84 chore: fix vagrant 2025-09-23 16:27:08 -05:00
Elizabeth
95d93bb540 fix: actually delete backups ???? 2025-09-23 15:11:34 -05:00
Elizabeth
d4d76f76a8 chore: a much more optimized vagrant configuration for windows 2025-09-23 13:39:03 -05:00
Elizabeth
2d063fec1e dev: minio for local s3 testing and mailpit! 2025-08-15 03:31:00 -05:00
Elizabeth
c903b55345 chore: more Vagrant polishing 2025-08-11 02:19:17 -05:00
Elizabeth
14c254d2fe chore: allocate 5 of everything on dev 2025-08-11 00:21:01 -05:00
Elizabeth
466bfdd482 chore: use localhost in Vagrant 2025-08-11 00:18:58 -05:00
Elizabeth
64ecb2576e chore: functional Vagrant dev environment 2025-08-10 23:59:41 -05:00
he3als
aa1471239e fix(vagrant): use php 8.3 2024-11-17 13:36:04 +00:00
Checksum
72e7cd384b ci(vagrant): use localhost instead of 127.0.0.1 for maximum compatibility. 2024-02-18 20:13:44 -06:00
Checksum
5650919807 ci(vagrant): use localhost IP addresses
0.0.0.0 is not accessible on Windows when it is on Linux.
2024-02-18 19:57:03 -06:00
Checksum
ce44ba76e5 refactor: move vagrant scripts to a folder and add a post up message. 2024-02-18 13:01:14 -06:00