Add settings and configuration to run the etebase app.

This commit is contained in:
Tom Hacohen
2020-07-05 15:04:24 +03:00
parent 08c4aa9d43
commit cc163d27af
3 changed files with 51 additions and 21 deletions

12
templates/success.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>It works!</title>
</head>
<body>
<h1>It works!</h1>
<p>
Please refer to the <a href="https://github.com/etesync/server-skeleton/">README</a> to complete the final steps if you haven't done so already.
</p>
</body>
</html>