Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/subgraph-oz/commit/c519e3959acc65b20a681df601e9ec379910831e?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.
master
xSmurf 10 years ago
parent e1d51e915a
commit c519e3959a

@ -11,7 +11,7 @@ import (
type Config struct {
ProfileDir string `json:"profile_dir" desc:"Directory containing the sandbox profiles"`
ShellPath string `json:"shell_path" desc:"Path of the shell using when entering a sandbox"`
ShellPath string `json:"shell_path" desc:"Path of the shell used when entering a sandbox"`
PrefixPath string `json:"prefix_path" desc:"Prefix path containing the oz executables"`
SandboxPath string `json:"sandbox_path" desc:"Path of the sandboxes base"`
BridgeMACAddr string `json:"bridge_mac" desc:"MAC Address of the bridge interface"`

Loading…
Cancel
Save