Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/fw-daemon/commit/f750840b23a4593d89487089a389c348c078c615?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/41/head
xSmurf 8 years ago
parent 3fac647e1c
commit f750840b23

@ -9,9 +9,9 @@ A desktop application firewall for Subgraph OS.
# To build the Debian package:
git clone -b debian https://github.com/subgraph/fw-daemon.git
cd fw-daemon
# To buiild the latest tag
gbp buildpackage -us -uc
# To build from stable
gbp buildpackage -us -uc
# To buiild the latest tag
gbp buildpackage -us -uc --git-upstream-tree=master
# Install the package
dpkg -i /tmp/build-area/fw-daemon{,-gnome}-*.deb

Loading…
Cancel
Save