mirror of
https://git.swurl.xyz/swirl/link.git
synced 2023-11-08 10:44:52 +02:00
6abaf1abbb
removed all SQLite stuff, and switched to a fully filesystem-based storage system, which just uses plain files. also moved self-host instructions to README
8 lines
200 B
Plaintext
8 lines
200 B
Plaintext
BIN="BINDIR/BINNAME"
|
|
# replace this with the path to link (usually /usr/local/bin/linkserv by default)
|
|
COPY="2021 you@your.doma.in"
|
|
DIR="/srv/link/"
|
|
PORT=8080
|
|
SEED="secret"
|
|
URL="https://your.doma.in"
|