Init and Gophernicus configuration

Signed-off-by: Georg <georg@lysergic.dev>
This commit is contained in:
Georg Pfuetzenreuter 2021-07-25 04:55:28 +02:00
parent 48b1b0affc
commit 9300002d6e
Signed by: Georg
GPG Key ID: 1DAF57F49F8E8F22
4 changed files with 24 additions and 0 deletions

0
null Normal file
View File

3
server/gophernicus/configure vendored Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
echo Using release tarball downloaded from GitHub
./configure --listener=systemd --gopherroot=/srv/gopher

View File

@ -0,0 +1,12 @@
# Options for Gophernicus
#
# See README or run "gophernicus -?" to see a full list of
# configuration options.
#
# Example:
# OPTIONS="-h full.hostname -D \"I find your lack of gopher disturbing.\""
#
# modify and set your options here:
#OPTIONS="-h theia -nv"
#custom
OPTIONS="-h liberta.casa -nv -D \"Hello!\" -A \"hello@liberta.casa\""

View File

@ -0,0 +1,9 @@
[Unit]
Description=Gophernicus gopher server
[Socket]
ListenStream=81.16.19.64:70
Accept=yes
[Install]
WantedBy=sockets.target