Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 457 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 457 Bytes

UnRustleLogs

Setup

git clone https://github.com/tensei/unrustlelogs.git
cd ./unrustlelogs

mv example.config.toml config.toml

# edit the config.toml, make sure you provide everything needed
# otherwise some stuff might break
vim config.toml

mv ./package/etc/nginx/sites-available/unrustlelogs.conf /etc/nginx/sites-available/unrustlelogs

ln -s /etc/nginx/sites-available/unrustlelogs /etc/nginx/sites-enabled

docker-compose up -d --build