Releases: leighmacdonald/uncletopia
Releases · leighmacdonald/uncletopia
20240520
20240502
- Use systemd service with tmux for running srcds, replaces docker.
- Enables faster update speeds / auto update script
- Provides a usable server console instead of only rcon access
- Easier control of affinity, docker affinity works in a bit indirect way and controls affinity within the docker parent process.
- Allows making config changes without bringing servers down and rebuilding image
- Disables some incompatible extensions like sigsegv/rafradek optimizer
- Remove some support containers like srcdsup and cadvisor
- Manage srcds logs via logrotate
- Add ingame notice / countdown for server restarts
- Update tv_snapshotrate to 64
- Support for item whitelists
- Update connect extension to 1.4.0
- All server config variables are now set with defaults in their respective templates, but can be overwritten.
- Services have most configuration defined in a single
item.config
key, reducing repetition. - Add
sm_plugins_update.sh
to download plugins and install them in the appropriate locations. - Add
import_env.sh
script to load host configs from an external repo/directory