From 38bbcccef59b5fe94ced06d0436a964b1db42e6e Mon Sep 17 00:00:00 2001 From: Maxython Date: Sun, 12 May 2024 16:44:45 +0300 Subject: [PATCH] updates --- _config.yml | 3 +-- mirroring/README.md | 18 ++++++++++++++++++ security/README.md | 4 ++-- services/README.md | 2 +- 4 files changed, 22 insertions(+), 5 deletions(-) create mode 100644 mirroring/README.md diff --git a/_config.yml b/_config.yml index 3da8206..64289a1 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,3 @@ title: Termux Pacman description: > - Official website of the Termux-Pacman organization. -email: pacman@termux.dev + Official website of the Termux-Pacman organization diff --git a/mirroring/README.md b/mirroring/README.md new file mode 100644 index 0000000..97e66f3 --- /dev/null +++ b/mirroring/README.md @@ -0,0 +1,18 @@ +--- +layout: page +title: Repository mirroring +permalink: /mirroring/ +--- + +If you are interested in creating a mirror of the Termux-Pacman repositories, you can do so using the `rsync` tool via the `sync.termux-pacman.dev` domain: +```bash +# example of mirroring Termux-Pacman repositories +rsync -a --delete rsync://sync.termux-pacman.dev/termux-pacman termux-pacman +``` +Note that the `service.termux-pacman.dev` domain does not support file transfer via `rsync` due to the nature of the storage technology. You can use it with another tool if the file transfer occurs via the Internet protocol `http/https`. + +### Mirroring requirement +It is imperative to mirror the signatures of the database (these are `*.db`, ​​`*.files` and `*.json`) and packages, with the exception of packages that do not have signatures in the repositories. + +### Contact +To avoid errors in mirroring and to receive news about the Termux-Pacman repositories, we strongly recommend sending your contact email to us at [pacman@termux.dev](mailto:pacman@termux.dev). You can also notify us about important events in your mirror for better action planning. diff --git a/security/README.md b/security/README.md index 98f77ff..ec2f2dd 100644 --- a/security/README.md +++ b/security/README.md @@ -4,12 +4,12 @@ title: Security Policy permalink: /security/ --- -## Supported Versions +### Supported Versions The Termux-Pacman organization provides packages that work in [Termux](https://termux.dev/en/), as well as signatures for packages that are built with the latest version of `gpg`. **NOTE:** not all packages are signed in the `main`, `x11` and `root` repositories. -## Reporting a Vulnerability +### Reporting a Vulnerability The Termux-Pacman organization deals with vulnerability issues in the following cases: - If a vulnerability has been found in our services. diff --git a/services/README.md b/services/README.md index 9d882c9..a31fac7 100644 --- a/services/README.md +++ b/services/README.md @@ -6,7 +6,7 @@ permalink: /services/ Here is a list of official pacman package services. -## Service [service.termux-pacman.dev](https://service.termux-pacman.dev/) +### Service [service.termux-pacman.dev](https://service.termux-pacman.dev/) repo name | service link --- | --- | ---