Hello everyone,
I’m trying to create a private cloud instance for my work in order to speed up the sync (we have a large database).
I’ve managed to create my container, migrate the database and create a super user (I’ve made all steps in the readme for “launch a local instance”) but i don’t know after that how can i communicate with the API in order to create a project with some user accounts and put my Qgs_project file on it.
I’ve tried to open http://localhost:8000/ in my browser but i get the “Err_connection_refused”
Which commands should i use to communicate with the api and do basics stuff? (I’ve checked the doc here : QFieldCloud JSON API and here : QFieldCloud JSON API which explain the commands but i don’t know exactly what i have to type before to make these commands working)
Also after that i will have to change the URL called in qfield to make the app communicate with the api. Which lines do i have to change in the code to make the app connect to my private API and how can i install it on my android ?
Sorry if my questions are stupid, i’m a newbie in programming.
Imported from GitHub discussion by @Celpho on 2022-05-22T00:22:18Z