If using github
Server = https://github.com/robin0800/online-repo/raw/master
This also used to work on gitlab
Server = https://gitlab.com/robin0800/online-repo/raw/master
Gitlab have changed the API and now say
https://gitlab.example.com/api/v4/projects/13083/repository/files/app%2Fmodels%2Fkey.rb/raw?ref=master' Note this is not a link!
https://docs.gitlab.com/ee/api/repository_files.html
This does not work as you can not specify the "online-repo.db" file as manjaro tools automatically selects this file and does not like it being specified. Any one know what to do?
If anyone cares
Server = https://github.com/robin0800/online-repo/raw/master
is working again.