2025-09-26 14:05:49 +02:00
2022-03-19 13:50:22 +01:00
2025-09-26 14:05:49 +02:00
2022-03-19 13:32:41 +01:00
...
2023-09-02 10:14:21 +02:00

🏘️ scripts to configure webserver vhosts (apache2, nginx) locally (with SSL/certbot support)

usage: vhost.py [-h] [-a | -r] domain [domain ...]

positional arguments:
  domain        vhost domain(s)

options:
  -h, --help    show this help message and exit
  -a, --add     adds vhost for given domain(s)
  -r, --remove  removes vhost for given domain(s)
usage: cert.py [-h] [-a | -r] domain [domain ...]

positional arguments:
  domain        vhost domain(s)

options:
  -h, --help    show this help message and exit
  -a, --add     adds cert for given domain(s)
  -r, --remove  removes cert for given domain(s)
Description
🏘️ scripts to configure webserver vhosts (apache2, nginx) locally (with SSL/certbot support)
Readme 79 KiB
Languages
Python 100%