I recently realized that the url of documents are a bit cumbersome to use. For example, in my local instance the webId is the following:
http://nextcloud.local/index.php/apps/solid/@admin/profile/card#me. Where:
http://nextcloud.local is the domain of the nextcloud instance.
/index.php/apps/solid/ is the path to the app.
@admin is the username of the Nextcloud user.
/profile/card#me is finally the document in the Solid POD.
I wonder if it would be possible to configure it so that the Solid POD is served on a custom domain? Ideally I could set it up to be whatever I want, like https://mypod.com/profile/card#me. I guess I could do some rewrites in the server itself to make it transparent to the app, but the RDF data in the POD would still contain the entire url, right? Is there a way to work around this?
I recently realized that the url of documents are a bit cumbersome to use. For example, in my local instance the webId is the following:
http://nextcloud.local/index.php/apps/solid/@admin/profile/card#me.Where:http://nextcloud.localis the domain of the nextcloud instance./index.php/apps/solid/is the path to the app.@adminis the username of the Nextcloud user./profile/card#meis finally the document in the Solid POD.I wonder if it would be possible to configure it so that the Solid POD is served on a custom domain? Ideally I could set it up to be whatever I want, like
https://mypod.com/profile/card#me. I guess I could do some rewrites in the server itself to make it transparent to the app, but the RDF data in the POD would still contain the entire url, right? Is there a way to work around this?