@amolith Never used LXD. What I do is run it on localhost:5000 as normal, and then proxy it through nginx. Something like:
upstream scribe {
server localhost:5000 fail_timeout=0;
}
server {
location @scribe {
proxy_pass http://scribe;
}
}
There's more to it than just that but that's the proxying part. I'd be happy to jump on a screen share and show you
Chirp! is a social network. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.
All Chirp! content and data are available under the Creative Commons Attribution 3.0 license.