tryton-server 6.0.22-1 source package in Ubuntu

Changelog

tryton-server (6.0.22-1) unstable; urgency=medium

  [ Mathias Behrle ]
  * Merge the changes proposed by debian-l10n-english.
  * Add the german template translation (Closes: #1020678).
  * Correct some typos in the templates.
  * Add the galician translation.
  * Run debconf-updatepo.
  * Update the galician translation.
  * Add updated german translation.

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable)

  [ Mathias Behrle ]
  * Add the french translation.
  * Add the Portuguese translation.
  * Add the dutch translation.
  * Merging upstream version 6.0.22.

 -- Mathias Behrle <email address hidden>  Tue, 18 Oct 2022 10:26:20 +0200

Upload details

Uploaded by:
Debian Tryton Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Tryton Maintainers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tryton-server_6.0.22-1.dsc 2.9 KiB e9119ca7158857c07dcb6402e0fbc4e19df52659fb33208a8d499dac08cf2f5f
tryton-server_6.0.22.orig.tar.gz 835.0 KiB 0ad3909e7de09123943ffefa74c8965077ece4b7a1b6f73dd26b88cfa92d1f93
tryton-server_6.0.22.orig.tar.gz.asc 506 bytes 38dae7b5013a01a4a5706caa4b5024348c9b2cea2ac5074f5c134253ad6c4e1a
tryton-server_6.0.22-1.debian.tar.xz 53.1 KiB c41f791f9892766bb7f352c28d16e813fca798845a58a9def5be51132a5f28ae

Available diffs

No changes file available.

Binary packages built by this source

tryton-server: Tryton application platform - server

 Tryton is a high-level general purpose application platform. It is the base
 of a complete business solution as well as a comprehensive health and hospital
 information system (GNUHealth). It is written in Python and uses PostgreSQL
 as its preferred database engine.
 .
 This package contains the server.

tryton-server-all-in-one: Tryton application platform - full installation

 Tryton is a high-level general purpose application platform. It is the base
 of a complete business solution as well as a comprehensive health and hospital
 information system (GNUHealth).
 .
 This package offers the complete guided production grade setup of a
 Tryton server installation. It provides:
  * guided setup of the PostgreSQL database;
  * guided setup of a uWSGI backend;
  * guided setup of an Nginx frontend with the optional registration and
    setup of Let's Encrypt certificates;
  * a preconfigured PostgreSQL database prefilled with static data such as
    countries, currencies, and postal codes ready for use.

tryton-server-doc: Tryton application platform - server documentation

 Tryton is a high-level general purpose application platform. It is the base
 of a complete business solution as well as a comprehensive health and hospital
 information system (GNUHealth). It is written in Python and uses PostgreSQL
 as its preferred database engine.
 .
 This package contains the documentation of the server in HTML format.

tryton-server-nginx: Tryton application platform - Nginx integration

 Tryton is a high-level general purpose application platform. It is the base
 of a complete business solution as well as a comprehensive health and hospital
 information system (GNUHealth).
 .
 While the uWSGI server as WSGI backend offers the possibility of serving
 HTTP content it is still preferable to expose the content produced by the
 Tryton server via HTTPS with a dedicated web frontend like Nginx on top of
 a robust WSGI application. Nginx has decent default security settings, can
 talk to WSGI applications by the native WSGI protocol, and also offers
 features like caching of dynamic content, load balancing, and serving
 static resources.
 .
 This package provides the integration of tryton-server-uwsgi with Nginx.

tryton-server-postgresql: Tryton application platform - PostgreSQL integration

 Tryton is a high-level general purpose application platform. It is the base
 of a complete business solution as well as a comprehensive health and hospital
 information system (GNUHealth).
 .
 The default database backend of the Tryton server is SQLite3, but for
 production use PostgreSQL is the preferred and recommended database engine.
 .
 This package provides the integration of tryton-server with PostgreSQL.

tryton-server-uwsgi: Tryton application platform - uWSGI integration

 Tryton is a high-level general purpose application platform. It is the base
 of a complete business solution as well as a comprehensive health and hospital
 information system (GNUHealth).
 .
 For production use it is recommended to run the Tryton server under a
 WSGI backend instead of the simple Werkzeug development server.
 .
 This package provides the integration of tryton-server with the uWSGI backend.
 It offers also the possibility of configuring and running workers and/or the
 scheduler as uWSGI daemons.
 .
 The Tryton server can be accessed by the uWSGI and/or HTTP protocols.
 For small sites that are not exposed to the Internet this may already cover
 your needs; otherwise have a look at the package tryton-server-nginx to run
 the uWSGI server behind a dedicated reverse proxy.