40 lines
1.1 KiB
Markdown
40 lines
1.1 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
---
|
|
|
|
## Unreleased
|
|
|
|
#### Links
|
|
- upstream: https://code.lindeas.com/lindeas/jilo-agent/compare/v0.1...HEAD
|
|
- codeberg: https://codeberg.org/lindeas/jilo-agent/compare/v0.1...HEAD
|
|
- github: https://github.com/lindeas/jilo-agent/compare/v0.1...HEAD
|
|
- gitlab: https://gitlab.com/lindeas/jilo-agent/-/compare/v0.1...HEAD
|
|
|
|
### Added
|
|
- Removed PHP version
|
|
- Added support for HTTPS
|
|
- Added SysV init script
|
|
- Added Systemd service file
|
|
- Added installation script
|
|
- Added command line option for config file
|
|
|
|
---
|
|
|
|
## 0.1 - 2024-10-02
|
|
|
|
#### Links
|
|
- upstream: https://code.lindeas.com/lindeas/jilo-agent/releases/tag/v0.1
|
|
- codeberg: https://codeberg.org/lindeas/jilo-agent/releases/tag/v0.1
|
|
- github: https://github.com/lindeas/jilo-agent/releases/tag/v0.1
|
|
- gitlab: https://gitlab.com/lindeas/jilo-agent/-/releases/v0.1
|
|
|
|
### Added
|
|
- Initial version in PHP
|
|
- New version in folder "go", written in Go
|
|
- Added endpoints for /nginx, /prosody, /jicofo, /jvb, /jibri
|
|
- Added a config file and default values
|
|
- Initial version of a build script
|
|
- Works with JWT tokens
|