mirror of
https://github.com/YunoHost-Apps/vaultwarden_ynh.git
synced 2024-09-03 18:26:31 +02:00
99e0571eb7
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
15 lines
282 B
Text
15 lines
282 B
Text
# 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
|