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

https://github.com/rdavid/argus

A basic server configurator
https://github.com/rdavid/argus

Last synced: 4 months ago
JSON representation

A basic server configurator

Awesome Lists containing this project

README

          

// Settings:
:toc: macro
:!toc-title:
// URLs:
:img-hoc: https://hitsofcode.com/github/rdavid/argus?branch=master&label=hits%20of%20code
:img-license: https://img.shields.io/github/license/rdavid/argus?color=blue&labelColor=gray&logo=freebsd&logoColor=lightgray&style=flat
:img-lint: https://github.com/rdavid/argus/actions/workflows/yamllint.yml/badge.svg
:url-cv: http://cv.rabkin.co.il
:url-hoc: https://hitsofcode.com/view/github/rdavid/argus?branch=master
:url-license: https://github.com/rdavid/argus/blob/master/LICENSES/0BSD.txt
:url-lint: https://github.com/rdavid/argus/actions/workflows/yamllint.yml

= Argus

image:{img-lint}[lint,link={url-lint}]
image:{img-hoc}[hits of code,link={url-hoc}]
image:{img-license}[license,link={url-license}]

toc::[]

== About

Configures, builds, and runs an external server.
The server runs Transmission, OpenVPN, Nginx.

== Install

[,sh]
----
git clone git@github.com:rdavid/argus.git &&
cd ./argus &&
cat <> cred.env
USER=[username]
PASS=[password]
URL=[url]
EOT
sudo docker-compose up -d
----

== License

`argus` is copyright {url-cv}[David Rabkin] and available under a
{url-license}[Zero-Clause BSD license].