added some stuff to site
This commit is contained in:
@@ -3,8 +3,6 @@ services:
|
|||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
|
||||||
- 5678:80
|
|
||||||
networks:
|
networks:
|
||||||
- dockge_default
|
- dockge_default
|
||||||
image: onlyoffice/documentserver
|
image: onlyoffice/documentserver
|
||||||
@@ -15,7 +13,6 @@ services:
|
|||||||
JWT_SECRET: ?onlyofficeJWT?
|
JWT_SECRET: ?onlyofficeJWT?
|
||||||
JWT_IN_BODY: true
|
JWT_IN_BODY: true
|
||||||
ADMINPANEL_ENABLED: true
|
ADMINPANEL_ENABLED: true
|
||||||
DOCSERV_IP_ALLOWED: ?localip?
|
|
||||||
networks:
|
networks:
|
||||||
dockge_default:
|
dockge_default:
|
||||||
external: true
|
external: true
|
||||||
34
stacks/site/config/www/index.html
Normal file
34
stacks/site/config/www/index.html
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>Welcome to ?domain?</title>
|
||||||
|
<style>
|
||||||
|
body{
|
||||||
|
font-family: Helvetica, Arial, sans-serif;
|
||||||
|
}
|
||||||
|
.message{
|
||||||
|
width:330px;
|
||||||
|
padding:20px 40px;
|
||||||
|
margin:0 auto;
|
||||||
|
background-color:#f9f9f9;
|
||||||
|
border:1px solid #ddd;
|
||||||
|
}
|
||||||
|
center{
|
||||||
|
margin:40px 0;
|
||||||
|
}
|
||||||
|
h1{
|
||||||
|
font-size: 18px;
|
||||||
|
line-height: 26px;
|
||||||
|
}
|
||||||
|
p{
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="message">
|
||||||
|
<h1>Welcome to ?domain?</h1>
|
||||||
|
<p>This website is currently not set up, you can edit it easily using filebrowser at /stacks/site/config/www/index.html</p>
|
||||||
|
<p>For help and support, please contact: <a href="?adminemail?">?adminemail?</a></p>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user