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<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->
22
3- ## 1.9.2
3+ ## 1.10.0
44
55- Base image update: jlesage/docker-firefox to v26.02.2
6- - Updated baseimage to version 4.11.1:
6+ - Updated baseimage to version 4.11.0 (v26.02.1), then 4.11.1 (v26.02.2):
7+ - Added a web terminal providing shell access to the container.
8+ - Fixed audio being paused when switching to another browser tab.
9+ - Web file manager is now displayed in a modal window.
10+ - Fixed file manager failures when uploading zero-byte files.
11+ - Fixed upload interruptions from interfering with other uploads.
12+ - Enhanced file manager error reporting accuracy.
13+ - Improved web services server stability and reliability.
14+ - Updated TigerVNC to 1.16.0 and X server to 21.1.21.
715 - Fixed issue where taking ownership of directory would fail.
16+ - Added new environment variable:
17+ - WEB_TERMINAL: Enable access to a terminal from the web interface
818
919## 1.9.1
1020
Original file line number Diff line number Diff line change 11name : " Firefox"
2- version : " 1.9.2 "
2+ version : " 1.10.0 "
33slug : " firefox"
44panel_icon : " mdi:firefox"
55description : Docker container for Firefox
@@ -55,6 +55,7 @@ options:
5555 WEB_FILE_MANAGER_ALLOWED_PATHS : " AUTO"
5656 WEB_FILE_MANAGER_DENIED_PATHS : " "
5757 WEB_NOTIFICATION : " 0"
58+ WEB_TERMINAL : " 0"
5859 WEB_AUTHENTICATION_TOKEN_VALIDITY_TIME : " 24"
5960schema :
6061 VNC_PASSWORD : str
@@ -81,4 +82,5 @@ schema:
8182 WEB_FILE_MANAGER_ALLOWED_PATHS : str
8283 WEB_FILE_MANAGER_DENIED_PATHS : str
8384 WEB_NOTIFICATION : str
85+ WEB_TERMINAL : str
8486 WEB_AUTHENTICATION_TOKEN_VALIDITY_TIME : str
Original file line number Diff line number Diff line change @@ -71,6 +71,9 @@ configuration:
7171 WEB_NOTIFICATION :
7272 name : Web Notification services
7373 description : When set to 1, it enables web notification services allowing the browser to display desktop notifications from the application.
74+ WEB_TERMINAL :
75+ name : Web Terminal
76+ description : When set to 1, enables access to a terminal from the web interface, providing shell access to the container.
7477 WEB_AUTHENTICATION_TOKEN_VALIDITY_TIME :
7578 name : Web Authentication Token Validity Time
7679 description : Lifetime of an authentication token, in hours. Default is 24 hours. Only applies when Web Authentication is enabled.
Original file line number Diff line number Diff line change 11<!-- https://developers.home-assistant.io/docs/add-ons/presentation#keeping-a-changelog -->
22
3- ## 1.9.2
3+ ## 1.10.0
44
55- Base image update: jlesage/docker-firefox to v26.02.2
6- - Updated baseimage to version 4.11.1:
6+ - Updated baseimage to version 4.11.0 (v26.02.1), then 4.11.1 (v26.02.2):
7+ - Added a web terminal providing shell access to the container.
8+ - Fixed audio being paused when switching to another browser tab.
9+ - Web file manager is now displayed in a modal window.
10+ - Fixed file manager failures when uploading zero-byte files.
11+ - Fixed upload interruptions from interfering with other uploads.
12+ - Enhanced file manager error reporting accuracy.
13+ - Improved web services server stability and reliability.
14+ - Updated TigerVNC to 1.16.0 and X server to 21.1.21.
715 - Fixed issue where taking ownership of directory would fail.
16+ - Added new environment variable:
17+ - WEB_TERMINAL: Enable access to a terminal from the web interface
818
919## 1.9.1
1020
Original file line number Diff line number Diff line change 11name : " Firefox (Edge)"
2- version : " 1.9.2 "
2+ version : " 1.10.0 "
33slug : " firefox_edge"
44panel_icon : " mdi:firefox"
55description : Docker container for Firefox. Update to the latest Firefox version on container start.
@@ -55,6 +55,7 @@ options:
5555 WEB_FILE_MANAGER_ALLOWED_PATHS : " AUTO"
5656 WEB_FILE_MANAGER_DENIED_PATHS : " "
5757 WEB_NOTIFICATION : " 0"
58+ WEB_TERMINAL : " 0"
5859 WEB_AUTHENTICATION_TOKEN_VALIDITY_TIME : " 24"
5960schema :
6061 VNC_PASSWORD : str
@@ -81,4 +82,5 @@ schema:
8182 WEB_FILE_MANAGER_ALLOWED_PATHS : str
8283 WEB_FILE_MANAGER_DENIED_PATHS : str
8384 WEB_NOTIFICATION : str
85+ WEB_TERMINAL : str
8486 WEB_AUTHENTICATION_TOKEN_VALIDITY_TIME : str
Original file line number Diff line number Diff line change @@ -71,6 +71,9 @@ configuration:
7171 WEB_NOTIFICATION :
7272 name : Web Notification services
7373 description : When set to 1, it enables web notification services allowing the browser to display desktop notifications from the application.
74+ WEB_TERMINAL :
75+ name : Web Terminal
76+ description : When set to 1, enables access to a terminal from the web interface, providing shell access to the container.
7477 WEB_AUTHENTICATION_TOKEN_VALIDITY_TIME :
7578 name : Web Authentication Token Validity Time
7679 description : Lifetime of an authentication token, in hours. Default is 24 hours. Only applies when Web Authentication is enabled.
You can’t perform that action at this time.
0 commit comments