Compare commits

...

3 Commits

Author SHA1 Message Date
Natalia Serrano d7fa82636a Merge pull request 'urlmenu-local-stunnel' (#44) from urlmenu-local-stunnel into main
ogclient/pipeline/head There was a failure building this commit Details
ogclient/pipeline/tag There was a failure building this commit Details
Reviewed-on: #44
2025-05-28 13:45:33 +02:00
Natalia Serrano bc89ddd711 refs #2053 point urlMenu back to the localhost stunnel 2025-05-28 13:44:55 +02:00
Natalia Serrano 4e3740287a refs #2053 point urlMenu back to the localhost stunnel 2025-05-21 17:22:12 +02:00
2 changed files with 9 additions and 12 deletions

View File

@ -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.13.2] - 2025-05-28
### Changed
- Point urlMenu back to the localhost stunnel
## [0.13.1] - 2025-05-21
### Changed

View File

@ -23,19 +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_IP=$ogcore
export OGAGENTCFG_URLMENU_SCHEME=http
export OGAGENTCFG_URLMENU_IP=127.0.0.1
export OGAGENTCFG_URLMENU_PORT=81
python3 -m opengnsys.linux.OGAgentService fg
#GROUP_CONFIG=/opt/opengnsys/ogClient/cfg/${group/ /_}.json
#PYMAJMIN=`python3 --version | cut -d" " -f2 | cut -d. -f1,2`
#export PYTHONPATH=/opt/opengnsys/lib/python$PYMAJMIN
#if [ -f $GROUP_CONFIG ]; then
# /opt/opengnsys/ogClient/./ogclient -c $GROUP_CONFIG
#else
# /opt/opengnsys/ogClient/./ogclient
#fi
else
for FILE in index $OGGROUP $(ogGetIpAddress)
do