Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/fgaz/group-actor/blame/branch/master/fedigroups.example.service You should set ROOT_URL correctly, otherwise the web may not work correctly.
group-actor/fedigroups.example.service

15 lines
257 B

[Unit]
Description=fedigroups daemon
After=network.target
[Service]
User=bot
SyslogIdentifier=fedigroups
WorkingDirectory=/srv/bots/fedigroups/
ExecStart=/srv/bots/fedigroups/fedigroups -v
Restart=always
RestartSec=15
[Install]
WantedBy=multi-user.target