File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212 - Updated to 4.17.0
1313 - Added configuration for Web Access & Web Administration ports
14+ - Added configuration for Web Access login page
1415
1516## [ 1.10] - 2024-02-01
1617
Original file line number Diff line number Diff line change @@ -71,6 +71,14 @@ The port on which the ThinLinc Web Access service listens on. See
7171[the documentation for this
7272parameter](https://www.cendio.com/resources/docs/tag-devel/html/config_webaccess.html#server-config-webaccess-listen_port).
7373
74+ ` ` ` yaml
75+ thinlinc_webaccess_login_page : " tl-master-01.example.com"
76+ ` ` `
77+
78+ The URL to the login page of ThinLinc Web Access on the master server.
79+ See [the documentation for this
80+ parameter](https://www.cendio.com/resources/docs/tag-devel/html/config_webaccess.html#server-config-webaccess-login_page).
81+
7482` ` ` yaml
7583thinlinc_webadm_port : 1010
7684` ` `
Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ thinlinc_printers: "yes"
1515# The port on which the tlwebaccess service should listen
1616thinlinc_webaccess_port : 300
1717
18+ # The URL to the login page of Web Access on the master server
19+ thinlinc_webaccess_login_page : " /"
20+
1821# The port on which the tlwebadm service should listen
1922thinlinc_webadm_port : 1010
2023
Original file line number Diff line number Diff line change 9797 value : " {{ thinlinc_webaccess_port }}"
9898 notify : restart tlwebaccess
9999
100+ - name : Configure /webaccess/login_page
101+ tlconfig :
102+ param : /webaccess/login_page
103+ value : " {{ thinlinc_webaccess_login_page }}"
104+ notify : restart tlwebaccess
105+
100106- name : Configure /tlwebadm/listen_port
101107 tlconfig :
102108 param : /tlwebadm/listen_port
You can’t perform that action at this time.
0 commit comments