Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/subgraph-oz/commit/0ce0904c9ce729310670e048338fe0df0af96c84?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Cleanup env var in mount

master
xSmurf 10 years ago
parent 6df101331f
commit 0ce0904c9c

@ -50,6 +50,7 @@ func Main(mode int) {
log.Error("Homedir must be set!") log.Error("Homedir must be set!")
os.Exit(1) os.Exit(1)
} }
os.Setenv("_OZ_HOMEDIR", "")
start := 1 start := 1
readonly := false readonly := false

Loading…
Cancel
Save