Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding publicUrl Option for XO Lite Integration #265

Closed
wants to merge 2 commits into from

Conversation

bnerickson
Copy link

Allow configuration of the publicUrl option in the XOA config. Original documentation in config.toml:

# Public URL to connect to this XO
#
# This optional entry is used to communicate to external entities (e.g. XO Lite)
# how to connect to this XO.
#
# It SHOULD be defined in case the IP address of the current machine is not
# good enough (e.g. a domain name must be used or there is a reverse proxy).
#publicUrl = 'https://xoa.company.lan'

Ran an install with the variable set and config was generated successfully:

#publicUrl = 'https://xoa.company.lan'
publicUrl= 'https://hostname.domain.net'

@ronivay
Copy link
Owner

ronivay commented Oct 22, 2024

Hey,

The sample config is in the end moved over to XOUSER's home directory. There's already an option to prevent overriding this config (set CONFIGUPDATE to false) with every update which allows modifying it manually. This was added simply to not have to implement each and every possible config option to the script itself. Please use that method instead.

@ronivay ronivay closed this Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants