Description
Currently the client-profile.jsonld file is moved to solidcommunity.au. If solidcommunity.au is down then none of the apps, even on desktop, will work. This might be a risk. It is much less likely for git to be down. Perhaps it is best on github.io.
The following would be a good pattern as tested with mypod and todopod:
- Place
client-profile.jsonld at the root of the app's github repo
- Enable
pages for the app's github repo
- Thus
https://anusii.github.io/mypod/client-profile.jsonld is the clientid and auto-updated on a push to the repo
- Place
redirect.html in the app's web folder within the repo
- A
make web updates solidcommunity.au:/var/www/html/mypod/redirect.html
In the solidui README and with the template script could the template client-profile.jsonld go into the root (rather than the solid directory) and redirect.html go into the web directory. Need to update the template generator and the README updated to reflect this and the above guidelines.
Description
Currently the
client-profile.jsonldfile is moved tosolidcommunity.au. Ifsolidcommunity.auis down then none of the apps, even on desktop, will work. This might be a risk. It is much less likely for git to be down. Perhaps it is best on github.io.The following would be a good pattern as tested with mypod and todopod:
client-profile.jsonldat the root of the app's github repopagesfor the app's github repohttps://anusii.github.io/mypod/client-profile.jsonldis the clientid and auto-updated on a push to the reporedirect.htmlin the app's web folder within the repomake webupdatessolidcommunity.au:/var/www/html/mypod/redirect.htmlIn the solidui
READMEand with the template script could the templateclient-profile.jsonldgo into the root (rather than the solid directory) andredirect.htmlgo into the web directory. Need to update the template generator and theREADMEupdated to reflect this and the above guidelines.