Go to file
Romain de Laage 6f7c35a63b Update firewall (gemini2) 2021-02-28 19:08:01 +01:00
.gitignore Now config is in an external file, domain checked is shown and dig is forced to check A entries 2020-07-27 18:45:57 +02:00
README.md Update README 2020-07-27 18:53:14 +02:00
certify.sh Add a script to certify a domain 2020-07-27 18:48:29 +02:00
dyndns.env.example Now config is in an external file, domain checked is shown and dig is forced to check A entries 2020-07-27 18:45:57 +02:00
dyndns.sh Now config is in an external file, domain checked is shown and dig is forced to check A entries 2020-07-27 18:45:57 +02:00
firewall.service Add a script to manage firewall 2020-07-27 18:50:14 +02:00
firewall.sh Update firewall (gemini2) 2021-02-28 19:08:01 +01:00
miniflux.sh Add the basics for a remote program to control a miniflux server 2020-07-27 18:51:50 +02:00
renew.sh Add a script to renew all certificates automatically 2020-07-10 09:51:23 +02:00

README.md

Required packages:

  • dnsutils
  • curl

When you are configuring the package you must place the *.env file in the home directory of the user who will execute the script by copying the exemple file, then edit it :

cp myscript.env.example ~/myscript.env
nano ~/myscript.env

Moreover, you should add a job to execute some scripts in a crontab, for example it could be a good idea for the dyndns script or the renew script.