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
- Host: GitHub
- URL: https://github.com/asteny/promxy-deb
- Owner: asteny
- License: mit
- Created: 2020-03-31T06:41:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T09:53:01.000Z (over 2 years ago)
- Last Synced: 2025-12-25T14:36:50.744Z (6 months ago)
- Topics: prometheus, prometheus-proxy, promxy, promxy-deb
- Language: Shell
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

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)
-------------------------------------------------------------------------------