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
- Host: GitHub
- URL: https://github.com/rdavid/argus
- Owner: rdavid
- License: 0bsd
- Created: 2021-10-15T12:29:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-02-07T00:10:47.000Z (5 months ago)
- Last Synced: 2026-02-07T11:21:05.342Z (5 months ago)
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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].