mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 18:16:26 +00:00
Compare commits
1 Commits
3e80393235
...
bump-freed
Author | SHA1 | Date | |
---|---|---|---|
c2965789a0 |
@ -1,54 +0,0 @@
|
||||
#!/command/with-contenv bash
|
||||
|
||||
set -e # Exit immediately if a command exits with a non-zero status.
|
||||
|
||||
function set_properties() {
|
||||
sed -i "s,^$1=.*,$1=$2,g" "${3}"
|
||||
}
|
||||
|
||||
echo "Deploy Crowdsec Openresty Bouncer.."
|
||||
if [ -n "${CROWDSEC_OPENRESTY_BOUNCER}" ]; then
|
||||
while IFS= read -r line
|
||||
do
|
||||
if ! [[ "$line" != "^#" ]] || [[ "$line" != "^\n" ]]; then
|
||||
name=$(echo "$line" | cut -d "=" -f1)
|
||||
value=$(echo "$line" | cut -d "=" -f2)
|
||||
if grep -q "${name}" /defaults/crowdsec/crowdsec-openresty-bouncer.conf ; then
|
||||
set_properties "${name}" "${value}" "/defaults/crowdsec/crowdsec-openresty-bouncer.conf"
|
||||
fi
|
||||
fi
|
||||
done <<< "${CROWDSEC_OPENRESTY_BOUNCER}"
|
||||
else
|
||||
mkdir -p /data/crowdsec/templates
|
||||
sed -i 's|/defaults/crowdsec|/data/crowdsec|' /etc/nginx/conf.d/crowdsec_openresty.conf
|
||||
|
||||
if [ -f /data/crowdsec/crowdsec-openresty-bouncer.conf ]; then
|
||||
echo "Patch crowdsec-openresty-bouncer.conf .."
|
||||
sed "s/=.*//g" /data/crowdsec/crowdsec-openresty-bouncer.conf > /tmp/crowdsec.conf.raw
|
||||
sed "s/=.*//g" /defaults/crowdsec/crowdsec-openresty-bouncer.conf > /tmp/crowdsec-openresty-bouncer.conf.raw
|
||||
if grep -vf /tmp/crowdsec.conf.raw /tmp/crowdsec-openresty-bouncer.conf.raw ; then
|
||||
grep -vf /tmp/crowdsec.conf.raw /tmp/crowdsec-openresty-bouncer.conf.raw > /tmp/config.newvals
|
||||
cp /data/crowdsec/crowdsec-openresty-bouncer.conf /data/crowdsec/crowdsec-openresty-bouncer.conf.bak
|
||||
grep -f /tmp/config.newvals /defaults/crowdsec/crowdsec-openresty-bouncer.conf >> /data/crowdsec/crowdsec-openresty-bouncer.conf
|
||||
fi
|
||||
else
|
||||
echo "Deploy new crowdsec-openresty-bouncer.conf .."
|
||||
cp /defaults/crowdsec/crowdsec-openresty-bouncer.conf /data/crowdsec/crowdsec-openresty-bouncer.conf
|
||||
fi
|
||||
#Make sure the config location is where we get the config from instead of /default/
|
||||
sed -i 's|/defaults/crowdsec|/data/crowdsec|' /data/crowdsec/crowdsec-openresty-bouncer.conf
|
||||
fi
|
||||
|
||||
|
||||
#Make sure we only copy files that don't exist in /data/crowdsec.
|
||||
if [ -d "/data/crowdsec/templates" ]; then
|
||||
echo "Deploy Crowdsec Templates .."
|
||||
cd /defaults/crowdsec/templates/
|
||||
for file in *.html
|
||||
do
|
||||
if [ ! -e "/data/crowdsec/templates/${file}" ]
|
||||
then
|
||||
cp -r "/defaults/crowdsec/templates/${file}" "/data/crowdsec/templates/"
|
||||
fi
|
||||
done
|
||||
fi
|
@ -1 +0,0 @@
|
||||
oneshot
|
@ -1,2 +0,0 @@
|
||||
# shellcheck shell=bash
|
||||
/etc/s6-overlay/s6-rc.d/cs-crowdsec-bouncer/script.sh
|
@ -137,13 +137,5 @@ Email: admin@example.com
|
||||
Password: changeme
|
||||
```
|
||||
|
||||
Immediately after logging in with this default user you will be asked to modify your details and change your password. You can change defaults with:
|
||||
|
||||
|
||||
```
|
||||
environment:
|
||||
INITIAL_ADMIN_EMAIL: my@example.com
|
||||
INITIAL_ADMIN_PASSWORD: mypassword1
|
||||
```
|
||||
|
||||
Immediately after logging in with this default user you will be asked to modify your details and change your password.
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
"credentials": "dns_acmedns_api_url = http://acmedns-server/\ndns_acmedns_registration_file = /data/acme-registration.json",
|
||||
"full_plugin_name": "dns-acmedns"
|
||||
},
|
||||
"active24":{
|
||||
"active24":{
|
||||
"name": "Active24",
|
||||
"package_name": "certbot-dns-active24",
|
||||
"version": "~=1.5.1",
|
||||
@ -194,7 +194,7 @@
|
||||
"freedns": {
|
||||
"name": "FreeDNS",
|
||||
"package_name": "certbot-dns-freedns",
|
||||
"version": "~=0.1.0",
|
||||
"version": "~=0.2.0",
|
||||
"dependencies": "",
|
||||
"credentials": "dns_freedns_username = myremoteuser\ndns_freedns_password = verysecureremoteuserpassword",
|
||||
"full_plugin_name": "dns-freedns"
|
||||
@ -424,13 +424,13 @@
|
||||
"full_plugin_name": "dns-rfc2136"
|
||||
},
|
||||
"rockenstein": {
|
||||
"name": "rockenstein AG",
|
||||
"package_name": "certbot-dns-rockenstein",
|
||||
"version": "~=1.0.0",
|
||||
"dependencies": "",
|
||||
"credentials": "dns_rockenstein_token=<token>",
|
||||
"full_plugin_name": "dns-rockenstein"
|
||||
},
|
||||
"name": "rockenstein AG",
|
||||
"package_name": "certbot-dns-rockenstein",
|
||||
"version": "~=1.0.0",
|
||||
"dependencies": "",
|
||||
"credentials": "dns_rockenstein_token=<token>",
|
||||
"full_plugin_name": "dns-rockenstein"
|
||||
},
|
||||
"route53": {
|
||||
"name": "Route 53 (Amazon)",
|
||||
"package_name": "certbot-dns-route53",
|
||||
|
Reference in New Issue
Block a user