Compare commits
No commits in common. "7af78934f0dc1edecb9e67a1473f886f991a4fd6" and "18bdc55c735d5a387b08c9632f5d3c7f50a35a54" have entirely different histories.
7af78934f0
...
18bdc55c73
4 changed files with 15 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
VCS_TAG=$(cat "${__object:?}/parameter/version")
|
||||
VCS_URL="https://code.recycled.cloud/RecycledCloud/prometheus-borgbackup-exporter/raw/tag/$VCS_TAG/prometheus-borgbackup-exporter"
|
||||
VCS_URL="https://code.recycled.cloud/e-Durable/prometheus-borgbackup-exporter/raw/tag/$VCS_TAG/prometheus-borgbackup-exporter"
|
||||
|
||||
cat << EOF
|
||||
cd /opt/prometheus-borgbackup-exporter
|
||||
|
|
7
type/__recycledcloud_nginx_vhost/parameter/boolean.orig
Normal file
7
type/__recycledcloud_nginx_vhost/parameter/boolean.orig
Normal file
|
@ -0,0 +1,7 @@
|
|||
<<<<<<< HEAD
|
||||
noindex
|
||||
=======
|
||||
no-tls
|
||||
no-hsts
|
||||
obtain-cert
|
||||
>>>>>>> 65f3457... Move out ungleich legacy type; merge presets, static and vhost.
|
|
@ -1,4 +1,3 @@
|
|||
domain
|
||||
config
|
||||
altdomains
|
||||
lport
|
||||
|
|
7
type/__recycledcloud_nginx_vhost/parameter/optional.orig
Normal file
7
type/__recycledcloud_nginx_vhost/parameter/optional.orig
Normal file
|
@ -0,0 +1,7 @@
|
|||
<<<<<<< HEAD
|
||||
index
|
||||
=======
|
||||
domain
|
||||
lport
|
||||
config
|
||||
>>>>>>> 65f3457... Move out ungleich legacy type; merge presets, static and vhost.
|
Reference in a new issue