Files
hassio-addons/radarr/rootfs/etc/index.html
2023-02-06 21:39:55 +01:00

14 lines
316 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Ingress is disabled!</title>
</head>
<body>
<div class="your_class"></div>
<p style="background-color:black;color:yellow">
Ingress was disabled by the user. Please connect using ip:port or
re-enable in the addons options.
</p>
</body>
</html>