An open API service indexing awesome lists of open source software.

https://github.com/asteny/promxy-deb


https://github.com/asteny/promxy-deb

prometheus prometheus-proxy promxy promxy-deb

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

          

![build](https://github.com/asteny/promxy-deb/actions/workflows/build.yml/badge.svg)

Promxy deb
==========

Deb package with [Promxy](https://github.com/jacksontj/promxy) for Ubuntu (xenial, bionic, focal, jammy)

Installation
------------
```bash
apt-get update
apt-get install gnupg2 apt-transport-https ca-certificates -y
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EA8AECDE414187DB
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys A57ED69D49D1012A
printf "deb https://packagecloud.io/the_asten/prometheus/ubuntu/ jammy main \ndeb-src https://packagecloud.io/the_asten/prometheus/ubuntu/ jammy main" | tee -a /etc/apt/sources.list.d/prometheus.list
apt-get update
apt-get install promxy -y

```
Special thanks for the ability to use the package repository for open source projects - :rocket: https://packagecloud.io :rocket:

[All package versions in packagecloud.io repo](https://packagecloud.io/the_asten/prometheus)
-------------------------------------------------------------------------------