diff --git a/SETUP.md b/SETUP.md deleted file mode 100644 index e41aead..0000000 --- a/SETUP.md +++ /dev/null @@ -1,24 +0,0 @@ -# secure the server with https://coolaj86.com/articles/securing-your-vps-for-the-semi-paranoid.html - -# install walnut -sudo mkdir /srv/walnut -sudo chown walnut:walnut -R /srv/walnut -pushd /srv/walnut -git init -git remote origin add git@github.com:daplie/walnut.git -git pull -npm install - -# copy uid and guid to ./walnut.js -id -vim walnut.js - -# configure redirects -rsync -av redirects.sample.json redirects.json - -# TODO create dummy certs - -# create and start upstart service -sudo rsync -av upstart-walnut /etc/init/walnut.conf -# for init.d: sudo rsync -av init.d-walnut /etc/init.d/walnut -sudo service walnut restart diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index 85a4d9f..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/index.html b/public/index.html deleted file mode 100644 index d344408..0000000 --- a/public/index.html +++ /dev/null @@ -1,13 +0,0 @@ - - -
My name is Marvin, not that you would care.
-
-You've reached {{host}} on port {{port}}. Meh... Congratulations, I guess."
- - - diff --git a/vhosts/.gitkeep b/vhosts/.gitkeep deleted file mode 100644 index e69de29..0000000