tis-teleport-connect icon

Teleport Connect

Paquet d'installation silencieuse pour Teleport Connect

18.11.0-0
Utilities
Utilities

  • package: tis-teleport-connect
  • name: Teleport Connect
  • version: 18.11.0-0
  • categories: Utilities
  • maintainer: WAPT Team,Tranquil IT,GwenaëlAdam
  • licence: proprietary
  • locale: all
  • target_os: darwin
  • architecture: x64
  • signature_date:
  • size: 303.68 Mo

package           : tis-teleport-connect
version           : 18.11.0-0
architecture      : x64
section           : base
priority          : optional
name              : Teleport Connect
categories        : Utilities
maintainer        : WAPT Team,Tranquil IT,GwenaëlAdam
description       : Teleport Connect is a graphical desktop application for accessing infrastructure resources such as servers, databases, applications, and desktops. It's ideal for engineers who prefer GUI-based, secure, certificate-basedb access.
depends           : 
conflicts         : 
maturity          : PROD
locale            : all
target_os         : darwin
min_wapt_version  : 2.6
sources           : 
installed_size    : 
impacted_process  : 
description_fr    : Teleport Connect est une application de bureau graphique permettant d'accéder à des ressources d'infrastructure telles que des serveurs, des bases de données, des applications et des postes de travail. Elle est idéale pour les ingénieurs qui privilégient un accès sécurisé, basé sur des certificats et doté d'une interface graphique.
description_pl    : Teleport Connect to graficzna aplikacja desktopowa służąca do uzyskiwania dostępu do zasobów infrastruktury, takich jak serwery, bazy danych, aplikacje i pulpity. Jest to rozwiązanie idealne dla inżynierów preferujących bezpieczny dostęp oparty na certyfikatach i interfejsie graficznym (GUI).
description_de    : Teleport Connect ist eine grafische Desktop-Anwendung für den Zugriff auf Infrastrukturressourcen wie Server, Datenbanken, Anwendungen und Desktops. Sie ist ideal für Ingenieure, die einen sicheren, zertifikatsbasierten Zugriff über eine grafische Benutzeroberfläche (GUI) bevorzugen.
description_es    : Teleport Connect es una aplicación de escritorio con interfaz gráfica para acceder a recursos de infraestructura, tales como servidores, bases de datos, aplicaciones y escritorios. Es ideal para ingenieros que prefieren un acceso seguro basado en certificados y en una interfaz gráfica de usuario (GUI).
description_pt    : O Teleport Connect é uma aplicação gráfica para desktop que permite aceder a recursos de infraestrutura, como servidores, bases de dados, aplicações e desktops. É ideal para engenheiros que preferem um acesso seguro, baseado em certificados e com interface gráfico.
description_it    : Teleport Connect è un'applicazione desktop con interfaccia grafica per accedere a risorse infrastrutturali quali server, database, applicazioni e desktop. È ideale per gli ingegneri che preferiscono un accesso sicuro, basato su certificati e dotato di interfaccia grafica (GUI).
description_nl    : Teleport Connect is een grafische desktopapplicatie voor toegang tot infrastructuurbronnen zoals servers, databases, applicaties en desktops. Het is ideaal voor engineers die de voorkeur geven aan veilige toegang via een grafische gebruikersinterface (GUI) en op basis van certificaten.
description_ru    : Teleport Connect — это графическое приложение для доступа к таким ресурсам инфраструктуры, как серверы, базы данных, приложения и рабочие столы. Оно идеально подходит для инженеров, предпочитающих безопасный доступ на основе сертификатов и использование графического интерфейса.
audit_schedule    : 
editor            : 
keywords          : 
licence           : proprietary
homepage          : 
package_uuid      : 9c9a25ee-08ce-4c62-939a-e7db683dd231
valid_from        : 
valid_until       : 
forced_install_on : 
changelog         : 
min_os_version    : 
max_os_version    : 
icon_sha256sum    : 2ec57aa986dd918336427c5e2239bee4e2c75dddd005e59a8f4d424b6410768d
signer            : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature_date    : 2026-08-31T04:15:11.000000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
signature         : ijzM8AqoL7Mq1N7xKtDrNY97eoqYN3W4bKa1g9vSqdHdgF91jgbMb9lq4wkYGo8xQTRVGT26FZ3AQM1l1FDVBxk1q/16rRVyE89/1Fm8hdJ747pUftbzCI3wxX2Zn4m79q/pzG6692OBx9UaejWoJut/BtSUz1rezqwtFQdfZ20nIDk5JlvRSvD9+ty57HnXPhNs9MmjOEXsQCZlbmfoy/1gJ1Sc3G0DOEUonsbGbkDgJZaRvKXX3W+a2E0/2f+Q8MymDnacyn6YrBPDV/mOzDJxNuxMZyDUeMaU6q1lkO6B/YpS/ftK9jkWjkAeXBDivv+rMcQ/LOE0KLs7klKuxQ==

# -*- coding: utf-8 -*-
##################################################
# This file is part of WAPT Enterprise
# All right reserved, (c) Tranquil IT Systems 2024
# For more information please refer to
# https://wapt.tranquil.it/store/licences.html
##################################################
from setuphelpers import *

def install():
    # Declaring local variables
    binary = glob.glob("Teleport*.dmg")[0]

    #Install the software
    install_dmg(binary)

def uninstall():
    uninstall_app("Teleport Connect")

# -*- coding: utf-8 -*-
##################################################
# This file is part of WAPT Enterprise
# All right reserved, (c) Tranquil IT Systems 2024
# For more information please refer to
# https://wapt.tranquil.it/store/licences.html
##################################################
from setuphelpers import *
from setupdevhelpers import *

def update_package():
    # Declaring local variables
    package_updated = False
    proxies = get_proxies()
    if not proxies:
        proxies = get_proxies_from_wapt_console()
    user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:140.0) Gecko/20100101 Firefox/140.0"
    downloads_page = "https://goteleport.com/download/client-tools/"

    # Getting latest version information from official sources
    print(f"URL used is {downloads_page}")
    for bs_search in bs_find_all(downloads_page, 'div', 'aria-haspopup', 'listbox', proxies=proxies, user_agent=user_agent):
        if "(latest)" in bs_search.next_element:
            version = bs_search.next_element.split(' ')[0]
            break

    # Downloading latest binaries
    download_url = f"https://cdn.teleport.dev/Teleport%20Connect-{version}.dmg"
    latest_bin = f"Teleport Connect-{version}.dmg"
    print(f"Latest version of {control.name} is: {version}")
    print(f"Download URL is: {download_url}")
    if not isfile(latest_bin):
        print(f"Downloading: {latest_bin}")
        wget(download_url, latest_bin, proxies=proxies)
    else:
        print("Binary is present: %s" % latest_bin)

    # Changing version of the package
    if Version(version) > Version(control.get_software_version()):
        print(f"Software version updated (from: {control.get_software_version()} to: {Version(version)})")
        package_updated = True
    else:
        print(f"Software version up-to-date ({Version(version)})")

    # Deleting binaries
    for f in glob.glob("*.exe"):
        if f != latest_bin:
            remove_file(f)
    
    control.set_software_version(version)
    control.save_control_to_wapt()

    return package_updated

f376f69c709d799aa8bc59c62d886ca1972fb4031ffb77e90ff2af1f1be730ef : Teleport Connect-18.11.0.dmg
38d056ab130f7bf7c481c12636a4e9959de36561d3dfcbe54c6e3571bc0c1dc3 : WAPT/certificate.crt
b241b6dff1870078a46bca2decd513b402688dd723e4a8b8c9380e35f63cb329 : WAPT/control
2ec57aa986dd918336427c5e2239bee4e2c75dddd005e59a8f4d424b6410768d : WAPT/icon.png
2426f993c484873617b95c6ed7d31ffda2191cd45a175ada11b49724acd34372 : luti.json
149a4ae968eff0e27f2dfc14658ac698ebf990f436eeeaac3a3a905735974f20 : setup.py
ae87b26d1e55b3ac8890c00e281cf51da0d11b0cf338fb67922f5ea0b8c9122a : update_package.py