question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Create custom personal WebID at CSS

See original GitHub issue

Question

Hi!! As part of #1516 I am now trying to create my personal WebID http://id.danielbakas.com on my newly created and deployed http://pod.danielbakas.com CSS.

The CSS created a Pod as part of the initial setup process and created the WebID http://pod.danielbakas.com/profile/card#me. I’m looking to do something similar but for the desired http://id.danielbakas.com WebID.

Any ideas? 🤓

Thank you so much! 🪷

Issue Analytics

  • State:open
  • Created 10 months ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
bourgeoacommented, Dec 4, 2022

You must create a public WebID turtle document at http://id.danielbakas.com Inside the document the WebID will be defined with #me (WebID http://id.danielbakas.com#me) or # anything you want.

After that you can create your pod with an existing WebID.

0reactions
danielbakascommented, Dec 6, 2022

UPDATE: OMG I think I sort of got it to work. Here’s what I did:

  1. Setup a redirect from id.danielbakas.com to My Old Inrupt WebID Document
  2. Declared relevant data inside of the card:
    <https://id.danielbakas.com>
        a                       foaf:Person ;
        # Name
        foaf:name               "Daniel Bakas" ;
        foaf:nick               "Dan" ;
        # Contact Info
        vcard:hasEmail          <#email> ;
        vcard:hasTelephone      <#telephone> ;
        # Organization Info
        vcard:role              "Founder" ;
        vcard:organization-name "Semantyk" ;
        # Photos
        foaf:img                <https://storage.inrupt.com/ea014482-ea22-4d00-aa1f-4225dd714dc5/public/profile/Profile.jpeg> ;
        # Solid
        solid:oidcIssuerRegistrationToken "{registrationToken}" ;
        solid:oidcIssuer        <http://pod.danielbakas.com/> ;
        pim:storage             <http://pod.danielbakas.com/> .
    
  3. Completed CSS Setup at https://pod.danielbakas.com/setup to have https://id.danielbakas.com as WebID
    • The setup asked to add the solid:oidcIssuerRegistrationToken triple for verification, so I did
  4. Successfull tested login at podpro.dev with https://id.danielbakas.com as WebID
  5. Successfully connected my https://pod.danielbakas.com pod at podpro.dev
  6. Updated the 301 redirect from id.danielbakas.com to My New Pod’s WebID Document
  7. Deleted the data on My Old Inrupt WebID Document

Now I’m trying to login to any of these but I get multiple errors described in #1524.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ID selectors - CSS: Cascading Style Sheets - MDN Web Docs
The CSS ID selector matches an element based on the value of the element's id attribute. In order for the element to be...
Read more >
Getting started with SAP WebIDE for Fiori Part 1 - YouTube
... for Fiori Part 1 | WebIDE Personal Edition | Create Your Fiori App ... Gateway OData Services | Build Fiori Apps for...
Read more >
Make Your Own Personal Website Using HTML CSS and JS
Source code: https://www.patreon.com/posts/drew-ha... In this final video, we'll be looking at how to create your own personal portfolio ...
Read more >
Creating a Simple Personal Website Using HTML and CSS
DarkCode in Facebook https://www.facebook.com/darkcode0 Take the code from here : https://goo.gl/3cXGnK tags Creating a Simple Personal ...
Read more >
How to Add Custom CSS or JavaScript to SharePoint Online ...
Luckily, We have SPFx based react script editor web part to add custom CSS or JavaScript to modern SharePoint Online pages. Here are...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found