This commit is contained in:
Philipp Rothmann 2022-09-07 15:39:10 +02:00
parent 8460969ea1
commit baa2941db8
2 changed files with 35 additions and 0 deletions

1
abra.sh Normal file
View File

@ -0,0 +1 @@
export CONFIG_YML_VERSION=v1

34
config.yml.sample Normal file
View File

@ -0,0 +1,34 @@
settings:
log:
level: INFO # Log level, DEBUG/VERBOSE/INFO/WARNING/ERROR
timestamps: false # Log with timestamps
data:
database_file: data/argus.db # SQLite DB file used to track the state of services
web:
listen_host: 0.0.0.0 # IP address to listen on
listen_port: 8080 # Port to listen on
route_prefix: / # Web route prefix, e.g. /demo means http://IP:PORT/demo to access
cert_file: "" # HTTPS Cert path, e.g. `cert.pem`
pkey_file: "" # HTTPS PrivKey path, e.g. `privkey.pem`
# basic_auth:
# username: '' # Basic auth username, e.g. `admin`
# password: '' # Basic auth password, e.g. `test123`
#
#
service:
release-argus/argus:
options: {}
latest_version:
type: github
url: release-argus/argus
command:
- - /bin/true
- - /bin/false
webhook: {}
deployed_version:
url: https://release-argus.io/demo/api/v1/version
json: version
dashboard:
icon: https://github.com/release-argus/Argus/raw/master/web/ui/static/favicon.svg
web_url: https://github.com/release-argus/Argus/blob/master/CHANGELOG.md