diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-06-11 19:28:43 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-06-11 19:28:43 +0200 |
| commit | b1261651b3b019df1f8fd75aa5c008d89cfd6e74 (patch) | |
| tree | ce90d90de4e311738e62966d6c17e1c63e614689 | |
| parent | b129602a7b9f8169ad2b6ac27c052cbbbae3d2e2 (diff) | |
| download | mumble.replicant.us-b1261651b3b019df1f8fd75aa5c008d89cfd6e74.tar.gz mumble.replicant.us-b1261651b3b019df1f8fd75aa5c008d89cfd6e74.tar.bz2 mumble.replicant.us-b1261651b3b019df1f8fd75aa5c008d89cfd6e74.zip | |
Makefile.am: fix mumbleconfigdir.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | var/www/mumble.replicant.us/index.html | 20 |
2 files changed, 21 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index af955b8..7f94645 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ # along with this file. If not, see <http://www.gnu.org/licenses/>. SENTINEL = -mumbleconfigdir = $(sysconfdir)/mumble-server.ini +mumbleconfigdir = $(sysconfdir) mumbleconfig_DATA = etc/mumble-server.ini letsencryptrenewaldir = $(sysconfdir)/letsencrypt/renewal diff --git a/var/www/mumble.replicant.us/index.html b/var/www/mumble.replicant.us/index.html new file mode 100644 index 0000000..390f584 --- /dev/null +++ b/var/www/mumble.replicant.us/index.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<!-- + -- Copyright (C) 2024 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> + -- + -- This file is free software; you can redistribute it and/or modify it + -- under the terms of the GNU General Public License as published by + -- the Free Software Foundation; either version 3 of the License, or (at + -- your option) any later version. + -- + -- You should have received a copy of the GNU General Public License + -- along with this file. If not, see <http://www.gnu.org/licenses/>. + --> +<body> +<h2>Settings:</h2> +<li> +<ul>Address: mumble.replicant.us</ul> +<ul>Port: 64738</ul> +</li> +</body> +</html> |
