Init and Gophernicus configuration
Signed-off-by: Georg <georg@lysergic.dev>
This commit is contained in:
parent
48b1b0affc
commit
9300002d6e
3
server/gophernicus/configure
vendored
Normal file
3
server/gophernicus/configure
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
echo Using release tarball downloaded from GitHub
|
||||
./configure --listener=systemd --gopherroot=/srv/gopher
|
12
server/gophernicus/gophernicus
Normal file
12
server/gophernicus/gophernicus
Normal 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\""
|
9
server/gophernicus/gophernicus.socket
Normal file
9
server/gophernicus/gophernicus.socket
Normal file
@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Gophernicus gopher server
|
||||
|
||||
[Socket]
|
||||
ListenStream=81.16.19.64:70
|
||||
Accept=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=sockets.target
|
Reference in New Issue
Block a user