-
fix: resolve read-only file system issues for Nix packaging
released this
2026-01-21 20:43:17 +01:00 | 0 commits to master since this release- Add config_paths.py for XDG-compliant path resolution
- Update all servers to use user-writable locations (logs, tokens, .env)
- Make .env file optional - server works with environment variables only
- Default paths: ~/.local/share for data, ~/.local/state for logs
- Update Nix wrapper with XDG defaults and helpful postInstall message
- Update README.md with environment variable configuration documentation
Fixes OSError when running in Nix store (read-only filesystem)
Downloads