Skip to content

Commit

Permalink
feat(provisioning): Update Nethesis NP X5 phone firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
Stell0 committed Jan 14, 2025
1 parent 9059704 commit f519c19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tancredi/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN cd /usr/share/tancredi/ && \

# Add NethPhones firmware
ADD --chown=root:www-data --chmod=640 https://github.com/nethesis/nethserver-tancredi/releases/download/1.16.0/x3sg-5913-RECOVERY-P0.18.23.1.75-2.4.18.2-1217T2024-03-20-03.28.47.z /var/lib/tancredi/data/firmware/x3sg-5913-RECOVERY-P0.18.23.1.75-2.4.18.2-1217T2024-03-20-03.28.47.z
ADD --chown=root:www-data --chmod=640 https://github.com/nethesis/nethserver-tancredi/releases/download/1.16.0/x5u-6906-P0.18.23.89-2.4.6.0.11-3610T2023-01-13-17.35.24.z /var/lib/tancredi/data/firmware/x5u-6906-P0.18.23.89-2.4.6.0.11-3610T2023-01-13-17.35.24.z
ADD --chown=root:www-data --chmod=640 //github.com/nethesis/nethserver-tancredi/releases/download/1.16.0/x5u-6906-P0.18.23.142-2.4.13.1-3681T2024-12-23-20.03.57.z /var/lib/tancredi/data/firmware/x5u-6906-P0.18.23.142-2.4.13.1-3681T2024-12-23-20.03.57.z

COPY usr/local/etc/php/php.ini /usr/local/etc/php/php.ini

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Firmware={{ "#{provisioning_url_scheme}://#{hostname}/#{provisioning_url_path}#{
BuildTime=2024.03.20 03:28
Info=TXT|XML
{% elseif provisioning_user_agent matches '/^Nethesis NP-X5/' %}
Version=2.4.6.0.11
Firmware={{ "#{provisioning_url_scheme}://#{hostname}/#{provisioning_url_path}#{tok2}/firmware/x5u-6906-P0.18.23.89-2.4.6.0.11-3610T2023-01-13-17.35.24.z" }}
BuildTime=2023.01.13 17:35
Version=2.4.13.1
Firmware={{ "#{provisioning_url_scheme}://#{hostname}/#{provisioning_url_path}#{tok2}/firmware/x5u-6906-P0.18.23.142-2.4.13.1-3681T2024-12-23-20.03.57.z" }}
BuildTime=2024.12.23 20:03
Info=TXT|XML
{% endif %}

0 comments on commit f519c19

Please sign in to comment.