carbon-txt-server serves `carbon.txt` files.
Project description
python3-cyberfusion-carbon-txt-server
carbon-txt-server serves carbon.txt files.
Install
PyPI
Run the following command to install the package from PyPI:
pip3 install python3-cyberfusion-carbon-txt-server
Debian
Run the following commands to build a Debian package:
mk-build-deps -i -t 'apt -o Debug::pkgProblemResolver=yes --no-install-recommends -y'
dpkg-buildpackage -us -uc
Configure
App
The following environment variables may be specified:
; The app name is used in several places for this app to identify itself (string)
; Default: carbon-txt-server
APP_NAME=
; The server will bind to this host (string)
; Default: ::1
LISTEN_HOST=
; The server will listen to this port (integer)
; Default: 8080
LISTEN_PORT=
; IP addresses of proxies that are trusted with proxy headers (comma separated list of strings)
; Default: ::1
TRUSTED_PROXY_ADDRESSES=
; The path to your JSON database (string)
; Default: none
DATABASE_PATH=
Only DATABASE_PATH is required to be set. We recommend setting it to /var/lib/carbon-txt-server.json.
JSON Database
Find an example JSON database in carbon-txt-server.json.
Properties:
domains. List of domains that this carbon.txt is served for.last_updated. Date the carbon.txt was last updated.org. Organisation block.disclosures. List of disclosures. Each disclosure has:doc_type. One ofweb-page,annual-report,sustainability-page,certificate,csrd-report,ai-model-card,other.url. URL of the disclosure document.valid_until(optional). Date the disclosure is valid until.title(optional). Title of the disclosure document.
upstream. Upstream providers block.services. List of upstream services. Each service has:domain. Domain of the upstream service.service_type. Service type as a string, or list of strings.
Find information about these properties on https://carbontxt.org/syntax.
Usage
Manually
bin/carbon-txt-server
systemd
systemctl start carbon-txt-server.service
SSL
Use a proxy that terminates SSL. E.g. HAProxy.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python3_cyberfusion_carbon_txt_server-1.1.tar.gz.
File metadata
- Download URL: python3_cyberfusion_carbon_txt_server-1.1.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1019bbcf4fab2021c0eaa4528b038eb9d9b354e167f66d1bbe118cd744d40d7b
|
|
| MD5 |
17820b1c3b78481ff6353452e0e0b994
|
|
| BLAKE2b-256 |
59f52697df8c78b243d7ec7c886516a32fa2779c6e1b5d73e3edf32a96e1b245
|
File details
Details for the file python3_cyberfusion_carbon_txt_server-1.1-py3-none-any.whl.
File metadata
- Download URL: python3_cyberfusion_carbon_txt_server-1.1-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8e90804c3477c7b58de13113170b1f91e2d62cd48d88393e1ade1c809d035fa
|
|
| MD5 |
34ace9d9c68bfeaabebb1c8dcc63078f
|
|
| BLAKE2b-256 |
3f89d7ac51ceaa1ad2654e645269ad37bd8fdbce265ae50f5e417c7cb318b4d7
|