2024-09-02 18:43:49 +00:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2024-10-02 15:54:52 +00:00
|
|
|
## 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
|
2024-10-02 16:21:58 +00:00
|
|
|
- Added SysV init script
|
|
|
|
- Added Systemd service file
|
|
|
|
- Added installation script
|
2024-10-07 08:51:36 +00:00
|
|
|
- Added command line option for config file
|
2024-10-02 15:54:52 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
|
2024-10-02 15:31:09 +00:00
|
|
|
## 0.1 - 2024-10-02
|
2024-09-02 18:43:49 +00:00
|
|
|
|
|
|
|
#### 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
|
2024-09-03 10:57:17 +00:00
|
|
|
- Added endpoints for /nginx, /prosody, /jicofo, /jvb, /jibri
|
2024-09-02 21:04:13 +00:00
|
|
|
- Added a config file and default values
|
2024-10-02 16:21:58 +00:00
|
|
|
- Initial version of a build script
|
2024-10-02 15:31:09 +00:00
|
|
|
- Works with JWT tokens
|