XO Proxy: Local remotes are disabled in proxies
-
-
Question for @julien-f
-
@chr1st0ph9 Local remotes are disabled by default for XO Proxies because they can be confusing: they are local to the XO Proxy itself and not the XOA they are defined in.
You can enable them by creating a config file on the XO Proxy Appliance,
/etc/xo-proxy/config.toml
:[remotes] disableFileRemotes = false
-
@julien-f Merciiii
my config.toml file was located under /root/.config/xo-proxy
after restarting xo-proxy.service, I was able to use its local storage as a backup target.
It's cleaner than creating an NFS loopback -
-