And people are surprised that it happened? Github is and never have been a safe place to store code. Tor/i2p is much more safer places to host code. But I understand why people use github, I do so as well for public project, but I also selfhost my other things
And people are surprised that it happened? Github is and never have been a safe place to store code. Tor/i2p is much more safer places to host code. But I understand why people use github, I do so as well for public project, but I also selfhost my other things
[Unit]
Description=Buccipod yarn.social
After=syslog.target
After=network.target
[Service]
Type=simple
User=abucci
Group=abucci
EnvironmentFile=/etc/default/yarnd
ExecStart=/usr/local/bin/yarnd -d /var/local/lib/yarnd/data -s bitcask:///var/local/lib/yarnd/data/yarn.db --admin-email "abucci@bucci.onl" --admin-name "Anthony Bucci" --admin-user "abucci" --descriptio
n "Buccipod, a yarn.social pod" --lang "en" --name "Buccipod" -u "https://anthony.buc.ci"
TimeoutSec=300
[Install]
WantedBy=multi-user.target
contrib
or deployment
? 🙏
contrib
or deployment
? 🙏
systemd
unit isn't great, but it works to start yarnd
and restart yarnd
on reboot.