Stanislav N. aka pztrn
c926a58276
It is now possible to create private pastes, just check approriate checkbox. Added systemd unit file. Don't forget to fix it for your needs! Updated design for pastes viewing, now paste information shows in table. Improves mobile experience at least :).
11 lines
187 B
Desktop File
11 lines
187 B
Desktop File
[Unit]
|
|
Description=fastpastebin
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/fastpastebin -config /etc/fastpastebin.yaml
|
|
User=paste
|
|
Group=paste
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |