mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
17 lines
295 B
Bash
17 lines
295 B
Bash
#!/bin/bash
|
|
|
|
# App main directory
|
|
/var/www/$app
|
|
|
|
# NGINX web server configuration
|
|
/etc/nginx/conf.d/$domain.d/$app.conf
|
|
|
|
# App logs
|
|
/var/log/$app/
|
|
|
|
# Service configuration
|
|
/etc/systemd/system/$app.service
|
|
|
|
# Fail2Ban configuration
|
|
/etc/fail2ban/jail.d/$app.conf
|
|
/etc/fail2ban/filter.d/$app.conf
|