ArcH Linux ReposItory MANager
Go to file
Evgenii Alekseev 1a61da7ab9 refactor: remove custom access logger
It is fine when application is able to log request, however, normally it
produces a lot noise, which has been handled by adding special logger.
However, nowadays it requires a lot endpoints to be filtered and doesn't
provide any choice.

Instead of it lets disable access logger by default and let users decide
do they need or not to see access log messages
2024-01-03 12:18:50 +02:00
.github fix: drop debug toolbar 2023-12-20 16:26:14 +02:00
docker feat: allow to use single web instance for all repositories (#114) 2023-10-17 03:58:50 +03:00
docs refactor: remove custom access logger 2024-01-03 12:18:50 +02:00
package refactor: remove custom access logger 2024-01-03 12:18:50 +02:00
pylint_plugins style: highligh __del__ methods in formatting 2023-11-13 12:16:30 +02:00
recipes feat: add workers autodicsovery feature (#121) 2024-01-03 02:25:24 +02:00
src/ahriman refactor: remove custom access logger 2024-01-03 12:18:50 +02:00
tests refactor: remove custom access logger 2024-01-03 12:18:50 +02:00
.bandit-test.yml chore: make yamll style consistent 2023-12-29 03:57:13 +02:00
.bandit.yml chore: make yamll style consistent 2023-12-29 03:57:13 +02:00
.dockerignore speedup docker build command by adding dockerignore listing 2022-11-11 12:47:31 +02:00
.gitignore move documentation to tox 2022-04-18 01:48:36 +03:00
.pylintrc chore: add metthod definition order plugin to pylint 2023-11-05 13:26:11 +02:00
.readthedocs.yml chore: make yamll style consistent 2023-12-29 03:57:13 +02:00
AUTHORS add security notes 2022-11-24 02:38:33 +02:00
CONTRIBUTING.md docs: docs review 2023-12-20 10:00:12 +02:00
COPYING uploader demo 2021-03-05 04:10:29 +03:00
Dockerfile build: install aiohttp-cors from aur 2023-12-28 16:05:48 +02:00
github-logo.png fix code block in docs 2023-07-06 19:17:11 +03:00
pyproject.toml fix: drop debug toolbar 2023-12-20 16:26:14 +02:00
README.md docs: correct crossreference in docs 2023-11-06 14:04:15 +02:00
SECURITY.md add security notes 2022-11-24 02:38:33 +02:00
tox.ini docs: docs review 2023-12-20 10:00:12 +02:00
web.png docs: correct crossreference in docs 2023-11-06 14:04:15 +02:00

ArcH linux ReposItory MANager

tests status setup status Docker Image Version (latest semver) CodeFactor Documentation Status

Wrapper for managing custom repository inspired by repo-scripts.

Features

  • Install-configure-forget manager for the very own repository.

  • Multi architecture and repository support.

  • Dependency manager.

  • VCS packages support.

  • Official repository support.

  • Ability to patch AUR packages and even create package from local PKGBUILDs.

  • Various rebuild options with ability to automatically bump package version.

  • Sign support with gpg (repository, package), multiple packagers support.

  • Triggers for repository updates, e.g. synchronization to remote services (rsync, S3 and GitHub) and report generation (email, html, telegram).

  • Repository status interface with optional authorization and control options:

    web interface

Installation and run

For installation details kindly refer to the documentation. For application commands it is possible to get information by using --help/help command or by using man page (web version).

Configuration

Every available option is described in the documentation.

The application provides reasonable defaults which allow to use it out-of-box; however additional steps (like configuring build toolchain and sudoers) are recommended and can be easily achieved by following install instructions.

FAQ

Live demos