refs #2038 no ssl urlmenu
parent
cf13a6da72
commit
2064b787c4
|
@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [0.12.0] - 2025-05-18
|
||||
|
||||
### Changed
|
||||
|
||||
- no tls for the urlmenu either
|
||||
|
||||
## [0.11.0] - 2025-05-18
|
||||
|
||||
### Changed
|
||||
|
|
|
@ -23,9 +23,10 @@ if [ -f "/usr/share/OGAgent/opengnsys/linux/OGAgentService.py" -a "$ogstatus" !=
|
|||
cd /usr/share/OGAgent
|
||||
export OGAGENTCFG_OGCORE_IP=$ogcore
|
||||
export OGAGENTCFG_OGLOG_IP=$oglog
|
||||
export OGAGENTCFG_URLMENU_SCHEME=http
|
||||
export OGAGENTCFG_URLMENU_IP=127.0.0.1
|
||||
export OGAGENTCFG_URLMENU_PORT=81
|
||||
#export OGAGENTCFG_URLMENU_SCHEME=http
|
||||
#export OGAGENTCFG_URLMENU_IP=127.0.0.1
|
||||
#export OGAGENTCFG_URLMENU_PORT=81
|
||||
export OGAGENTCFG_URLMENU_IP=$ogcore
|
||||
python3 -m opengnsys.linux.OGAgentService fg
|
||||
#GROUP_CONFIG=/opt/opengnsys/ogClient/cfg/${group/ /_}.json
|
||||
#PYMAJMIN=`python3 --version | cut -d" " -f2 | cut -d. -f1,2`
|
||||
|
|
Loading…
Reference in New Issue