v1.0.0
Initial public release.
Game builds and mods
- Shared game-build pool with
stable/experimental/currentchannel symlinks;
fsm binary install/update/list/current. - Keep-forever mod cache with dependency resolution, SHA-1 verification, and
per-version game-version metadata;fsm mods update/download/refresh/
info/list, including--game-version all.
Instances
- Declarative instances assembled from
instance.yaml: isolationconfig.ini,
server-settings.json, admin/whitelist/ban lists, RCON,extra_args,
performance (non-blocking saving + systemd resource drop-ins) and a raw
config.inipassthrough. fsm instance new(auto free port),assemble,create-map,remove,list.- Pinned mods incompatible with the instance's game build emit a warning.
Operations
- systemd
@user template unit;fsm run(os.execv), control wrappers,
fsm rcon(multi-packet aware), map generation, and rotated save backups. fsm systemd install/install-timers(daily mod-refresh, weekly channel
update).fsm doctor [--online]preflight health checks (lingering, systemd user
manager, credentials, current build, free disk, cgroup controller delegation,
optional connectivity).fsm --version.
Packaging and tooling
- Installable as
factorio-server-manager(importfactorio_server_manager);
console scriptsfsmandfsm-deploy. Stdlib only except PyYAML; ships a
py.typedmarker and PEP 639 SPDX license metadata. - Local deployer over ssh/rsync (
fsm-deploy) with--secrets/--instance/
--world/--pull-saves; hints to installpython3-venv/python3-pipwhen
host venv creation fails. - Distro-agnostic (any systemd Linux, Python 3.11+). CI runs the suite on real
containers for the current and previous release of Debian, Ubuntu LTS, and
Fedora; tag-triggered PyPI publishing via Trusted Publishing.