mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
adding an error message for the deactivated API update
This commit is contained in:
parent
5c3422fb6f
commit
bd3851fd6d
1 changed files with 13 additions and 12 deletions
|
@ -33,5 +33,6 @@ location /dns-query {
|
||||||
# disabling the API point of the built-in updater (which can break the installation)
|
# disabling the API point of the built-in updater (which can break the installation)
|
||||||
# so the user must update using the YNH package
|
# so the user must update using the YNH package
|
||||||
location __PATH__/control/update {
|
location __PATH__/control/update {
|
||||||
return 403;
|
return 403 "<!DOCTYPE html><title>403 Forbidden</title><style>body{width:35em;margin:0 auto;font-family:Tahoma,Verdana,Arial,sans-serif}</style><h1>403 Forbidden</h1><p>AdGuard Home's built-in update function is disabled by YunoHost.<p>You must update AdGuard Home via YunoHost.<p>If the update is not yet available, please be patient. Thank you!";
|
||||||
|
default_type text/html;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue